<?xml version="1.0" encoding="UTF-8" standalone="yes"?>
<?xml-stylesheet href="http://www.blogger.com/styles/atom.css" type="text/css"?>
<feed xmlns="http://www.w3.org/2005/Atom">
  <id>http://groups.google.com/group/boolang</id>
  <title type="text">Boo Programming Language Google Group</title>
  <subtitle type="text">
  Boo is a new object oriented statically typed programming language for the Common Language Infrastructure with a python inspired syntax and a special focus on language and compiler extensibility.
  </subtitle>
  <link href="/group/boolang/feed/atom_v1_0_msgs.xml" rel="self" title="Boo Programming Language feed"/>
  <updated>2009-11-09T20:20:06Z</updated>
  <generator uri="http://groups.google.com" version="1.99">Google Groups</generator>
  <entry>
  <author>
  <name>Wayne Walter</name>
  <email>mwaynewal...@gmail.com</email>
  </author>
  <updated>2009-11-09T20:20:06Z</updated>
  <id>http://groups.google.com/group/boolang/browse_thread/thread/2d48815c6e134171/844c56bde9f8850b?show_docid=844c56bde9f8850b</id>
  <link href="http://groups.google.com/group/boolang/browse_thread/thread/2d48815c6e134171/844c56bde9f8850b?show_docid=844c56bde9f8850b"/>
  <title type="text">Re: A bribe to Fully Support AutoComplete/Intellisense &amp; Debugger?</title>
  <summary type="html" xml:space="preserve">
  What I mean is money. Since the developers will likely do this work &lt;br&gt; eventually &lt;br&gt; anyway and benefit in various ways, a bribe for open source means a &lt;br&gt; significant &lt;br&gt; token of money to raise priority. &lt;br&gt; &lt;p&gt;It doesn&#39;t really compensate for the effort like contracting or hiring a &lt;br&gt; programmer &lt;br&gt; but it certainly tells us the customer is serious and gives us a valid
  </summary>
  </entry>
  <entry>
  <author>
  <name>Justin Chase</name>
  <email>justin.m.ch...@gmail.com</email>
  </author>
  <updated>2009-11-09T19:34:49Z</updated>
  <id>http://groups.google.com/group/boolang/browse_thread/thread/2d48815c6e134171/a22fe63a2496e355?show_docid=a22fe63a2496e355</id>
  <link href="http://groups.google.com/group/boolang/browse_thread/thread/2d48815c6e134171/a22fe63a2496e355?show_docid=a22fe63a2496e355"/>
  <title type="text">Re: A bribe to Fully Support AutoComplete/Intellisense &amp; Debugger?</title>
  <summary type="html" xml:space="preserve">
  Can you define &amp;quot;bribe&amp;quot; more specifically? :) &lt;br&gt; &lt;p&gt;-- &lt;br&gt; Justin Chase &lt;br&gt; &lt;a target=&quot;_blank&quot; rel=nofollow href=&quot;http://www.justnbusiness.com&quot;&gt;[link]&lt;/a&gt;
  </summary>
  </entry>
  <entry>
  <author>
  <name>Wayne Walter</name>
  <email>mwaynewal...@gmail.com</email>
  </author>
  <updated>2009-11-09T18:49:14Z</updated>
  <id>http://groups.google.com/group/boolang/browse_thread/thread/2d48815c6e134171/11822360bfc9ad75?show_docid=11822360bfc9ad75</id>
  <link href="http://groups.google.com/group/boolang/browse_thread/thread/2d48815c6e134171/11822360bfc9ad75?show_docid=11822360bfc9ad75"/>
  <title type="text">A bribe to Fully Support AutoComplete/Intellisense &amp; Debugger?</title>
  <summary type="html" xml:space="preserve">
  What&#39;s the status or plans to make the AutoComplete/Intellisense &lt;br&gt; full featured in both Boo Addin for #D and BoolangPro for VS? &lt;br&gt; Please answer for either or both. &lt;br&gt; Hey, could we bribe one of you recognized Boo language developers &lt;br&gt; to work on this as a priority? Maybe Daniel who did the Boo Addin &lt;br&gt; for #D to begin with?
  </summary>
  </entry>
  <entry>
  <author>
  <name>gbenatti@gmail.com</name>
  <email>gbena...@gmail.com</email>
  </author>
  <updated>2009-11-09T16:26:43Z</updated>
  <id>http://groups.google.com/group/boolang/browse_thread/thread/3674977a4a0b019e/eb24a970f168d5b6?show_docid=eb24a970f168d5b6</id>
  <link href="http://groups.google.com/group/boolang/browse_thread/thread/3674977a4a0b019e/eb24a970f168d5b6?show_docid=eb24a970f168d5b6"/>
  <title type="text">Re: Operator &#39;&lt;=&#39; cannot be used with a left hand side of type &#39;double&#39; and a right hand side of type &#39;TickZoom.Api.Elapsed&#39;</title>
  <summary type="html" xml:space="preserve">
  I Agree ;) + 1 &lt;br&gt; On Mon, Nov 9, 2009 at 2:24 PM, Daniel Grunwald
  </summary>
  </entry>
  <entry>
  <author>
  <name>Daniel Grunwald</name>
  <email>dan...@danielgrunwald.de</email>
  </author>
  <updated>2009-11-09T16:24:21Z</updated>
  <id>http://groups.google.com/group/boolang/browse_thread/thread/3674977a4a0b019e/332d724f418141a1?show_docid=332d724f418141a1</id>
  <link href="http://groups.google.com/group/boolang/browse_thread/thread/3674977a4a0b019e/332d724f418141a1?show_docid=332d724f418141a1"/>
  <title type="text">Re: Operator &#39;&lt;=&#39; cannot be used with a left hand side of type &#39;double&#39; and a right hand side of type &#39;TickZoom.Api.Elapsed&#39;</title>
  <summary type="html" xml:space="preserve">
  &amp;quot;as&amp;quot; already has two meanings: &lt;br&gt; x as object = SomeClass() &lt;br&gt; a as string = x # InvalidCastException &lt;br&gt; b = x as string # null &lt;br&gt; c as int = x # InvalidCastException &lt;br&gt; d = x as int # Compiler error &lt;br&gt; Adding a third meaning in the case &#39;d&#39; would be even more confusing. &lt;br&gt; I like the idea of &amp;quot;cast&amp;quot; and &amp;quot;cast?&amp;quot;; then &#39;as&#39; would unambiguously
  </summary>
  </entry>
  <entry>
  <author>
  <name>gbenatti@gmail.com</name>
  <email>gbena...@gmail.com</email>
  </author>
  <updated>2009-11-09T16:03:38Z</updated>
  <id>http://groups.google.com/group/boolang/browse_thread/thread/3674977a4a0b019e/05970c2b48d32342?show_docid=05970c2b48d32342</id>
  <link href="http://groups.google.com/group/boolang/browse_thread/thread/3674977a4a0b019e/05970c2b48d32342?show_docid=05970c2b48d32342"/>
  <title type="text">Re: Operator &#39;&lt;=&#39; cannot be used with a left hand side of type &#39;double&#39; and a right hand side of type &#39;TickZoom.Api.Elapsed&#39;</title>
  <summary type="html" xml:space="preserve">
  Hummm.. Well, i don&#39;t really see a problem in overloading the meaning &lt;br&gt; of as, in the case of value types. &lt;br&gt; But, i like the idea of this cast and cast?, and if the dual meaning &lt;br&gt; of as is not desirable, i would be glad of have this cast forms &lt;br&gt; &lt;p&gt;On Mon, Nov 9, 2009 at 12:10 PM, Rodrigo B. de Oliveira
  </summary>
  </entry>
  <entry>
  <author>
  <name>Rodrigo B. de Oliveira</name>
  <email>rodrigobam...@gmail.com</email>
  </author>
  <updated>2009-11-09T14:10:34Z</updated>
  <id>http://groups.google.com/group/boolang/browse_thread/thread/3674977a4a0b019e/1c3892b724e9e311?show_docid=1c3892b724e9e311</id>
  <link href="http://groups.google.com/group/boolang/browse_thread/thread/3674977a4a0b019e/1c3892b724e9e311?show_docid=1c3892b724e9e311"/>
  <title type="text">Re: Operator &#39;&lt;=&#39; cannot be used with a left hand side of type &#39;double&#39; and a right hand side of type &#39;TickZoom.Api.Elapsed&#39;</title>
  <summary type="html" xml:space="preserve">
  &#39;as&#39; is a try cast. It returns null to signal failure. &lt;br&gt; It could return a nullable value type version for value types but &lt;br&gt; that&#39;s not where I intend to go with it. &lt;br&gt; I&#39;ve been thinking for some time now in unifying casts and nullable &lt;br&gt; casts and about removing the overloaded meaning of the &#39;as&#39; keyword. &lt;br&gt; Regular Casts (throw upon failure)
  </summary>
  </entry>
  <entry>
  <author>
  <name>Wayne Walter</name>
  <email>mwaynewal...@gmail.com</email>
  </author>
  <updated>2009-11-09T13:54:10Z</updated>
  <id>http://groups.google.com/group/boolang/browse_thread/thread/3674977a4a0b019e/3e5b3c6f5f5fc3a5?show_docid=3e5b3c6f5f5fc3a5</id>
  <link href="http://groups.google.com/group/boolang/browse_thread/thread/3674977a4a0b019e/3e5b3c6f5f5fc3a5?show_docid=3e5b3c6f5f5fc3a5"/>
  <title type="text">Re: Operator &#39;&lt;=&#39; cannot be used with a left hand side of type &#39;double&#39; and a right hand side of type &#39;TickZoom.Api.Elapsed&#39;</title>
  <summary type="html" xml:space="preserve">
  Understood. Only, there may be value to using different syntax even if it&#39;s &lt;br&gt; not the &lt;br&gt; ugly cast( double, value). &lt;br&gt; &lt;p&gt;Why? &lt;br&gt; &lt;p&gt;Well, as is very specific functionality more than a cast. It will make the &lt;br&gt; reference &lt;br&gt; null of it&#39;s not castable. With a valuetable, null is impossble. So what &lt;br&gt; value would &lt;br&gt; you assign if it&#39;s not castable?
  </summary>
  </entry>
  <entry>
  <author>
  <name>gbenatti@gmail.com</name>
  <email>gbena...@gmail.com</email>
  </author>
  <updated>2009-11-09T13:42:27Z</updated>
  <id>http://groups.google.com/group/boolang/browse_thread/thread/3674977a4a0b019e/d49e29388bf20d5b?show_docid=d49e29388bf20d5b</id>
  <link href="http://groups.google.com/group/boolang/browse_thread/thread/3674977a4a0b019e/d49e29388bf20d5b?show_docid=d49e29388bf20d5b"/>
  <title type="text">Re: Operator &#39;&lt;=&#39; cannot be used with a left hand side of type &#39;double&#39; and a right hand side of type &#39;TickZoom.Api.Elapsed&#39;</title>
  <summary type="html" xml:space="preserve">
  Yep, it doesn&#39;t work. &lt;br&gt; &lt;p&gt;My real question is, why not ? I can&#39;t see a reason behind it. &lt;br&gt; &lt;p&gt;Syntactically, i think it would be more Boo like to have as act like a &lt;br&gt; cast for valuetypes. &lt;br&gt; Probably for people that was not there in the beginning like me, the &lt;br&gt; first thing that they &lt;br&gt; will try to do is the var as double, like you did.
  </summary>
  </entry>
  <entry>
  <author>
  <name>Wayne Walter</name>
  <email>mwaynewal...@gmail.com</email>
  </author>
  <updated>2009-11-09T13:34:48Z</updated>
  <id>http://groups.google.com/group/boolang/browse_thread/thread/3674977a4a0b019e/4f4aaa4bcf51c51a?show_docid=4f4aaa4bcf51c51a</id>
  <link href="http://groups.google.com/group/boolang/browse_thread/thread/3674977a4a0b019e/4f4aaa4bcf51c51a?show_docid=4f4aaa4bcf51c51a"/>
  <title type="text">Re: Operator &#39;&lt;=&#39; cannot be used with a left hand side of type &#39;double&#39; and a right hand side of type &#39;TickZoom.Api.Elapsed&#39;</title>
  <summary type="html" xml:space="preserve">
  I tried that. It didn&#39;t work. It said you can&#39;t do that with a valuetype it &lt;br&gt; must be a reference. &lt;br&gt; &lt;p&gt;Wayne
  </summary>
  </entry>
  <entry>
  <author>
  <name>gbenatti@gmail.com</name>
  <email>gbena...@gmail.com</email>
  </author>
  <updated>2009-11-09T13:21:22Z</updated>
  <id>http://groups.google.com/group/boolang/browse_thread/thread/3674977a4a0b019e/b1db79dab264c2c6?show_docid=b1db79dab264c2c6</id>
  <link href="http://groups.google.com/group/boolang/browse_thread/thread/3674977a4a0b019e/b1db79dab264c2c6?show_docid=b1db79dab264c2c6"/>
  <title type="text">Re: Operator &#39;&lt;=&#39; cannot be used with a left hand side of type &#39;double&#39; and a right hand side of type &#39;TickZoom.Api.Elapsed&#39;</title>
  <summary type="html" xml:space="preserve">
  Looking at the code, i was thinking. &lt;br&gt; &lt;p&gt;Why coudn&#39;t we write &amp;quot;variable as type&amp;quot;, when variable is a valuetype &lt;br&gt; and type too ?? &lt;br&gt; &lt;p&gt;I always have a problem with cast, it&#39;s not Booish enough. &lt;br&gt; &lt;p&gt;Just one ideia. &lt;br&gt; &lt;p&gt;Cheers, &lt;br&gt; &lt;p&gt;-- &lt;br&gt; Georges &amp;quot;Artifex&amp;quot; &lt;br&gt; &lt;a target=&quot;_blank&quot; rel=nofollow href=&quot;http://gbenatti.net&quot;&gt;[link]&lt;/a&gt;
  </summary>
  </entry>
  <entry>
  <author>
  <name>Wayne Walter</name>
  <email>mwaynewal...@gmail.com</email>
  </author>
  <updated>2009-11-08T18:49:47Z</updated>
  <id>http://groups.google.com/group/boolang/browse_thread/thread/75904158b616f7a8/0a4ea3d81bc3e553?show_docid=0a4ea3d81bc3e553</id>
  <link href="http://groups.google.com/group/boolang/browse_thread/thread/75904158b616f7a8/0a4ea3d81bc3e553?show_docid=0a4ea3d81bc3e553"/>
  <title type="text">Indexer problem C# to Boo.</title>
  <summary type="html" xml:space="preserve">
  This is again a conversion from C# to Boo using #Develop. &lt;br&gt; In c# a line like this: &lt;br&gt; high = low = retrace[0] = middle; &lt;br&gt; Converted to Boo like this: &lt;br&gt; high = (low = (retrace[0] = middle)) &lt;br&gt; It gives an error on retrace[0] saying: &lt;br&gt; Cannot convert &#39;void&#39; to &#39;double&#39;. (BCE0022) &lt;br&gt; Removing retrace[0] the line compiles:
  </summary>
  </entry>
  <entry>
  <author>
  <name>Wayne Walter</name>
  <email>mwaynewal...@gmail.com</email>
  </author>
  <updated>2009-11-08T16:42:11Z</updated>
  <id>http://groups.google.com/group/boolang/browse_thread/thread/3674977a4a0b019e/b66f6fa782663572?show_docid=b66f6fa782663572</id>
  <link href="http://groups.google.com/group/boolang/browse_thread/thread/3674977a4a0b019e/b66f6fa782663572?show_docid=b66f6fa782663572"/>
  <title type="text">Re: Operator &#39;&lt;=&#39; cannot be used with a left hand side of type &#39;double&#39; and a right hand side of type &#39;TickZoom.Api.Elapsed&#39;</title>
  <summary type="html" xml:space="preserve">
  Okay. I&#39;ll use that as a work around. Thanks! - Wayne &lt;br&gt; &lt;p&gt;On Sun, Nov 8, 2009 at 7:51 AM, Rodrigo B. de Oliveira &amp;lt;
  </summary>
  </entry>
  <entry>
  <author>
  <name>Rodrigo B. de Oliveira</name>
  <email>rodrigobam...@gmail.com</email>
  </author>
  <updated>2009-11-08T12:51:29Z</updated>
  <id>http://groups.google.com/group/boolang/browse_thread/thread/3674977a4a0b019e/e44d2ac17f6ac1cf?show_docid=e44d2ac17f6ac1cf</id>
  <link href="http://groups.google.com/group/boolang/browse_thread/thread/3674977a4a0b019e/e44d2ac17f6ac1cf?show_docid=e44d2ac17f6ac1cf"/>
  <title type="text">Re: Operator &#39;&lt;=&#39; cannot be used with a left hand side of type &#39;double&#39; and a right hand side of type &#39;TickZoom.Api.Elapsed&#39;</title>
  <summary type="html" xml:space="preserve">
  Right, that&#39;s currently not supported. I&#39;ve filed a ticket &lt;br&gt; (&lt;a target=&quot;_blank&quot; rel=nofollow href=&quot;http://jira.codehaus.org/browse/BOO-1263&quot;&gt;[link]&lt;/a&gt;). &lt;br&gt; It should be &#39;cast(double, elapsed) &amp;lt; endOfDay&#39;. &lt;br&gt; Best regards, &lt;br&gt; Rodrigo
  </summary>
  </entry>
  <entry>
  <author>
  <name>tickzoom</name>
  <email>mwaynewal...@gmail.com</email>
  </author>
  <updated>2009-11-07T22:08:05Z</updated>
  <id>http://groups.google.com/group/boolang/browse_thread/thread/3674977a4a0b019e/224aaaf6e72b434a?show_docid=224aaaf6e72b434a</id>
  <link href="http://groups.google.com/group/boolang/browse_thread/thread/3674977a4a0b019e/224aaaf6e72b434a?show_docid=224aaaf6e72b434a"/>
  <title type="text">Operator &#39;&lt;=&#39; cannot be used with a left hand side of type &#39;double&#39; and a right hand side of type &#39;TickZoom.Api.Elapsed&#39;</title>
  <summary type="html" xml:space="preserve">
  Hi, &lt;br&gt; &lt;p&gt;Boo is awesome from what I read about it. I plan to even contribute &lt;br&gt; money if it delivers the language features promised especially the &lt;br&gt; ability to extend it into a Domain Specific Language which is what we &lt;br&gt; need for tickzoom project which is commercial. &lt;br&gt; &lt;p&gt;To get started, I simply used #Develop to convert a whole project in
  </summary>
  </entry>
</feed>
