<?xml version="1.0" encoding="UTF-8" standalone="yes"?>
<rss version="2.0">
  <channel>
  <title>Boo Programming Language Google Group</title>
  <link>http://groups.google.com/group/boolang</link>
  <description>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.</description>
  <language>en</language>
  <item>
  <title>Re: A bribe to Fully Support AutoComplete/Intellisense &amp; Debugger?</title>
  <link>http://groups.google.com/group/boolang/browse_thread/thread/2d48815c6e134171/99d7565f66426acf?show_docid=99d7565f66426acf</link>
  <description>
  Well, I will only consider a fixed price agreement and never the full cost &lt;br&gt; of a developer. &lt;br&gt; My feeling is others need and can benefit from the same features so, &lt;br&gt; somehow, &lt;br&gt; the cost can be shared. &lt;br&gt; &lt;p&gt;In fact, Justin you said you would appreciate those features. Since you will &lt;br&gt; use &lt;br&gt; the resulting work wait kind of flat fee would chart to make it happen?
  </description>
  <guid isPermaLink="true">http://groups.google.com/group/boolang/browse_thread/thread/2d48815c6e134171/99d7565f66426acf?show_docid=99d7565f66426acf</guid>
  <author>
  mwaynewal...@gmail.com
  (Wayne Walter)
  </author>
  <pubDate>Wed, 11 Nov 2009 00:38:35 UT
</pubDate>
  </item>
  <item>
  <title>(nessun oggetto)</title>
  <link>http://groups.google.com/group/boolang/browse_thread/thread/e49bda2a999ad193/f10152afb34cbea7?show_docid=f10152afb34cbea7</link>
  <description>
  </description>
  <guid isPermaLink="true">http://groups.google.com/group/boolang/browse_thread/thread/e49bda2a999ad193/f10152afb34cbea7?show_docid=f10152afb34cbea7</guid>
  <author>
  freel...@gmail.com
  (Gpanz)
  </author>
  <pubDate>Tue, 10 Nov 2009 21:25:04 UT
</pubDate>
  </item>
  <item>
  <title>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>
  <link>http://groups.google.com/group/boolang/browse_thread/thread/3674977a4a0b019e/9c1bbcf7cb8d52b3?show_docid=9c1bbcf7cb8d52b3</link>
  <description>
  Rodrigo, it would be nice to add implicit casting too! &lt;br&gt; &lt;p&gt;- Bill &lt;br&gt; &lt;p&gt;On Nov 9, 10:10 am, &amp;quot;Rodrigo B. de Oliveira&amp;quot; &amp;lt;rodrigobam...@gmail.com&amp;gt; &lt;br&gt; wrote:
  </description>
  <guid isPermaLink="true">http://groups.google.com/group/boolang/browse_thread/thread/3674977a4a0b019e/9c1bbcf7cb8d52b3?show_docid=9c1bbcf7cb8d52b3</guid>
  <author>
  wpwoo...@gmail.com
  (Bill Wood)
  </author>
  <pubDate>Tue, 10 Nov 2009 20:28:41 UT
</pubDate>
  </item>
  <item>
  <title>Re: Distinguishing between Generic and non-generic type with same name?</title>
  <link>http://groups.google.com/group/boolang/browse_thread/thread/1533d88c21d2bef9/f6aa05083b7821e7?show_docid=f6aa05083b7821e7</link>
  <description>
  Thats what I thought it was, but it doesn&#39;t seem to work with version &lt;br&gt; 0.9.1 &lt;br&gt; I guess it requires 0.9.2 &lt;br&gt; &lt;p&gt;thanks
  </description>
  <guid isPermaLink="true">http://groups.google.com/group/boolang/browse_thread/thread/1533d88c21d2bef9/f6aa05083b7821e7?show_docid=f6aa05083b7821e7</guid>
  <author>
  cneuw...@gmail.com
  (cneuwirt)
  </author>
  <pubDate>Tue, 10 Nov 2009 19:47:44 UT
</pubDate>
  </item>
  <item>
  <title>Re: Distinguishing between Generic and non-generic type with same name?</title>
  <link>http://groups.google.com/group/boolang/browse_thread/thread/1533d88c21d2bef9/646649db40caf247?show_docid=646649db40caf247</link>
  <description>
  I didn&#39;t know this one either but I was just playing around and this seems &lt;br&gt; to work: &lt;br&gt; &lt;p&gt;class Foo: &lt;br&gt; pass &lt;br&gt; class Foo[of T]: &lt;br&gt; pass &lt;br&gt; print typeof(Foo) &lt;br&gt; print typeof(Foo[of *]) &lt;br&gt; &lt;p&gt;+1 intutiveness &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;
  </description>
  <guid isPermaLink="true">http://groups.google.com/group/boolang/browse_thread/thread/1533d88c21d2bef9/646649db40caf247?show_docid=646649db40caf247</guid>
  <author>
  justin.m.ch...@gmail.com
  (Justin Chase)
  </author>
  <pubDate>Tue, 10 Nov 2009 19:32:31 UT
</pubDate>
  </item>
  <item>
  <title>Distinguishing between Generic and non-generic type with same name?</title>
  <link>http://groups.google.com/group/boolang/browse_thread/thread/1533d88c21d2bef9/8cdf3f533d2449b0?show_docid=8cdf3f533d2449b0</link>
  <description>
  If I have a generic class SomeClass&amp;lt;T&amp;gt; and a non-generic class called &lt;br&gt; SomeClass, how can I distinguish them in BOO? &lt;br&gt; &lt;p&gt;If I specify SomeClass, I&#39;ll get the non-generic version. How can I &lt;br&gt; identify the open-generic version? I have tried SomeClass[of] but &lt;br&gt; that is not legal &lt;br&gt; &lt;p&gt;thanks, &lt;br&gt; craig
  </description>
  <guid isPermaLink="true">http://groups.google.com/group/boolang/browse_thread/thread/1533d88c21d2bef9/8cdf3f533d2449b0?show_docid=8cdf3f533d2449b0</guid>
  <author>
  cneuw...@gmail.com
  (cneuwirt)
  </author>
  <pubDate>Tue, 10 Nov 2009 19:19:45 UT
</pubDate>
  </item>
  <item>
  <title>Re: A bribe to Fully Support AutoComplete/Intellisense &amp; Debugger?</title>
  <link>http://groups.google.com/group/boolang/browse_thread/thread/2d48815c6e134171/4d5432a3b9c91395?show_docid=4d5432a3b9c91395</link>
  <description>
  I hope someone takes your bribe. I&#39;d love to have these features as well. &lt;br&gt; &lt;p&gt;If you want to pay regular contracting rates, my company will take on the &lt;br&gt; project. I don&#39;t have the free-time to devote to it outside of company &lt;br&gt; hours.
  </description>
  <guid isPermaLink="true">http://groups.google.com/group/boolang/browse_thread/thread/2d48815c6e134171/4d5432a3b9c91395?show_docid=4d5432a3b9c91395</guid>
  <author>
  nrst...@gmail.com
  (Nathan Stott)
  </author>
  <pubDate>Tue, 10 Nov 2009 15:18:35 UT
</pubDate>
  </item>
  <item>
  <title>Re: A bribe to Fully Support AutoComplete/Intellisense &amp; Debugger?</title>
  <link>http://groups.google.com/group/boolang/browse_thread/thread/2d48815c6e134171/844c56bde9f8850b?show_docid=844c56bde9f8850b</link>
  <description>
  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
  </description>
  <guid isPermaLink="true">http://groups.google.com/group/boolang/browse_thread/thread/2d48815c6e134171/844c56bde9f8850b?show_docid=844c56bde9f8850b</guid>
  <author>
  mwaynewal...@gmail.com
  (Wayne Walter)
  </author>
  <pubDate>Mon, 09 Nov 2009 20:20:06 UT
</pubDate>
  </item>
  <item>
  <title>Re: A bribe to Fully Support AutoComplete/Intellisense &amp; Debugger?</title>
  <link>http://groups.google.com/group/boolang/browse_thread/thread/2d48815c6e134171/a22fe63a2496e355?show_docid=a22fe63a2496e355</link>
  <description>
  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;
  </description>
  <guid isPermaLink="true">http://groups.google.com/group/boolang/browse_thread/thread/2d48815c6e134171/a22fe63a2496e355?show_docid=a22fe63a2496e355</guid>
  <author>
  justin.m.ch...@gmail.com
  (Justin Chase)
  </author>
  <pubDate>Mon, 09 Nov 2009 19:34:49 UT
</pubDate>
  </item>
  <item>
  <title>A bribe to Fully Support AutoComplete/Intellisense &amp; Debugger?</title>
  <link>http://groups.google.com/group/boolang/browse_thread/thread/2d48815c6e134171/11822360bfc9ad75?show_docid=11822360bfc9ad75</link>
  <description>
  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?
  </description>
  <guid isPermaLink="true">http://groups.google.com/group/boolang/browse_thread/thread/2d48815c6e134171/11822360bfc9ad75?show_docid=11822360bfc9ad75</guid>
  <author>
  mwaynewal...@gmail.com
  (Wayne Walter)
  </author>
  <pubDate>Mon, 09 Nov 2009 18:49:14 UT
</pubDate>
  </item>
  <item>
  <title>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>
  <link>http://groups.google.com/group/boolang/browse_thread/thread/3674977a4a0b019e/eb24a970f168d5b6?show_docid=eb24a970f168d5b6</link>
  <description>
  I Agree ;) + 1 &lt;br&gt; On Mon, Nov 9, 2009 at 2:24 PM, Daniel Grunwald
  </description>
  <guid isPermaLink="true">http://groups.google.com/group/boolang/browse_thread/thread/3674977a4a0b019e/eb24a970f168d5b6?show_docid=eb24a970f168d5b6</guid>
  <author>
  gbena...@gmail.com
  (gbenatti@gmail.com)
  </author>
  <pubDate>Mon, 09 Nov 2009 16:26:43 UT
</pubDate>
  </item>
  <item>
  <title>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>
  <link>http://groups.google.com/group/boolang/browse_thread/thread/3674977a4a0b019e/332d724f418141a1?show_docid=332d724f418141a1</link>
  <description>
  &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
  </description>
  <guid isPermaLink="true">http://groups.google.com/group/boolang/browse_thread/thread/3674977a4a0b019e/332d724f418141a1?show_docid=332d724f418141a1</guid>
  <author>
  dan...@danielgrunwald.de
  (Daniel Grunwald)
  </author>
  <pubDate>Mon, 09 Nov 2009 16:24:21 UT
</pubDate>
  </item>
  <item>
  <title>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>
  <link>http://groups.google.com/group/boolang/browse_thread/thread/3674977a4a0b019e/05970c2b48d32342?show_docid=05970c2b48d32342</link>
  <description>
  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
  </description>
  <guid isPermaLink="true">http://groups.google.com/group/boolang/browse_thread/thread/3674977a4a0b019e/05970c2b48d32342?show_docid=05970c2b48d32342</guid>
  <author>
  gbena...@gmail.com
  (gbenatti@gmail.com)
  </author>
  <pubDate>Mon, 09 Nov 2009 16:03:38 UT
</pubDate>
  </item>
  <item>
  <title>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>
  <link>http://groups.google.com/group/boolang/browse_thread/thread/3674977a4a0b019e/1c3892b724e9e311?show_docid=1c3892b724e9e311</link>
  <description>
  &#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)
  </description>
  <guid isPermaLink="true">http://groups.google.com/group/boolang/browse_thread/thread/3674977a4a0b019e/1c3892b724e9e311?show_docid=1c3892b724e9e311</guid>
  <author>
  rodrigobam...@gmail.com
  (Rodrigo B. de Oliveira)
  </author>
  <pubDate>Mon, 09 Nov 2009 14:10:34 UT
</pubDate>
  </item>
  <item>
  <title>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>
  <link>http://groups.google.com/group/boolang/browse_thread/thread/3674977a4a0b019e/3e5b3c6f5f5fc3a5?show_docid=3e5b3c6f5f5fc3a5</link>
  <description>
  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?
  </description>
  <guid isPermaLink="true">http://groups.google.com/group/boolang/browse_thread/thread/3674977a4a0b019e/3e5b3c6f5f5fc3a5?show_docid=3e5b3c6f5f5fc3a5</guid>
  <author>
  mwaynewal...@gmail.com
  (Wayne Walter)
  </author>
  <pubDate>Mon, 09 Nov 2009 13:54:10 UT
</pubDate>
  </item>
  </channel>
</rss>
