<?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: can&#39;t compile boo</title>
  <link>http://groups.google.com/group/boolang/browse_thread/thread/bd0c178cd83103ba/d1fdb6f6ad75e041?show_docid=d1fdb6f6ad75e041</link>
  <description>
  On Mon, Nov 23, 2009 at 6:32 PM, Rodrigo B. de Oliveira &amp;lt; &lt;br&gt; &lt;p&gt;From my experience it seems just a &amp;quot;nant rebuild&amp;quot; might suffice for some &lt;br&gt; weird reason. &lt;br&gt; Of course needs to be fixed anyways.
  </description>
  <guid isPermaLink="true">http://groups.google.com/group/boolang/browse_thread/thread/bd0c178cd83103ba/d1fdb6f6ad75e041?show_docid=d1fdb6f6ad75e041</guid>
  <author>
  cedr...@neonux.com
  (Cedric Vivier)
  </author>
  <pubDate>Mon, 23 Nov 2009 15:42:06 UT
</pubDate>
  </item>
  <item>
  <title>Re: can&#39;t compile boo</title>
  <link>http://groups.google.com/group/boolang/browse_thread/thread/bd0c178cd83103ba/a08f1618bfb79bf7?show_docid=a08f1618bfb79bf7</link>
  <description>
  Yeah. That sucks. &lt;br&gt; &lt;p&gt;You have to remove your old boo libraries from the GAC before building &lt;br&gt; the new version for now: &lt;br&gt; &lt;p&gt; for m in Boo.Lang Boo.Lang.Compiler Boo.Lang.CodeDom &lt;br&gt; Boo.Lang.Parser Boo.Lang.Useful Boo.Lang.Interpreter &lt;br&gt; Boo.Lang.Extensions; &lt;br&gt; do sudo gacutil /u $m; &lt;br&gt; done
  </description>
  <guid isPermaLink="true">http://groups.google.com/group/boolang/browse_thread/thread/bd0c178cd83103ba/a08f1618bfb79bf7?show_docid=a08f1618bfb79bf7</guid>
  <author>
  rodrigobam...@gmail.com
  (Rodrigo B. de Oliveira)
  </author>
  <pubDate>Mon, 23 Nov 2009 10:32:19 UT
</pubDate>
  </item>
  <item>
  <title>can&#39;t compile boo</title>
  <link>http://groups.google.com/group/boolang/browse_thread/thread/bd0c178cd83103ba/c27420c3acbfcd00?show_docid=c27420c3acbfcd00</link>
  <description>
  I have mono from trunk and latest boo source (boo-0.9.2.3383-src.zip) &lt;br&gt; when compiling: &lt;br&gt; &amp;quot;$ nant&amp;quot;, I get the following error: &lt;br&gt; &lt;p&gt;Boo.NAnt.Tasks: &lt;br&gt; &lt;p&gt; [exec] /home/amamh/labs/inst/boo-0.9. 2.3383-src/default.build &lt;br&gt; (272,4): Attribute &#39;useruntimeengine&#39; for &amp;lt;exec ... /&amp;gt; is deprecated. &lt;br&gt; Use the managed attribute and Managed property instead.
  </description>
  <guid isPermaLink="true">http://groups.google.com/group/boolang/browse_thread/thread/bd0c178cd83103ba/c27420c3acbfcd00?show_docid=c27420c3acbfcd00</guid>
  <author>
  ama...@gmail.com
  (A.M. Abdelaziz)
  </author>
  <pubDate>Sat, 21 Nov 2009 17:57:23 UT
</pubDate>
  </item>
  <item>
  <title>Re: Problem with &quot;using&quot; macro</title>
  <link>http://groups.google.com/group/boolang/browse_thread/thread/b9106f40bf489d1a/cf4833726b86a813?show_docid=cf4833726b86a813</link>
  <description>
  You might have to add a reference to the Boo.Lang.Extensions assembly...
  </description>
  <guid isPermaLink="true">http://groups.google.com/group/boolang/browse_thread/thread/b9106f40bf489d1a/cf4833726b86a813?show_docid=cf4833726b86a813</guid>
  <author>
  rodrigobam...@gmail.com
  (Rodrigo B. de Oliveira)
  </author>
  <pubDate>Wed, 18 Nov 2009 20:04:12 UT
</pubDate>
  </item>
  <item>
  <title>Problem with &quot;using&quot; macro</title>
  <link>http://groups.google.com/group/boolang/browse_thread/thread/b9106f40bf489d1a/cc4791b6e2aae7d9?show_docid=cc4791b6e2aae7d9</link>
  <description>
  I just downloaded the latest version of SharpDevelop (3.1). When I &lt;br&gt; compile some older code it throws an unknown identifier error on the &lt;br&gt; &amp;quot;using&amp;quot; macro. Offending code below: &lt;br&gt; &lt;p&gt; def email(subject as string, body as string): &lt;br&gt; if len(_smtp_from) &amp;gt; 0 and len(_smtp_to) &amp;gt; 0: &lt;br&gt; using smtp = SmtpClient(_smtp_ip):
  </description>
  <guid isPermaLink="true">http://groups.google.com/group/boolang/browse_thread/thread/b9106f40bf489d1a/cc4791b6e2aae7d9?show_docid=cc4791b6e2aae7d9</guid>
  <author>
  eranth...@gmail.com
  (RickA)
  </author>
  <pubDate>Wed, 18 Nov 2009 19:22:28 UT
</pubDate>
  </item>
  <item>
  <title>Re: Boo for Silverlight</title>
  <link>http://groups.google.com/group/boolang/browse_thread/thread/cf53bbc2927cc5f5/ed0cc1d469b0c8b4?show_docid=ed0cc1d469b0c8b4</link>
  <description>
  Hi madic77, &lt;br&gt; I doubt the Rhino.DSL really needs Boo.Land and Boo.Lang.Compiler. If it &lt;br&gt; does, you should use something else instead (or please your provider to &lt;br&gt; install Boo implementation on his system :D ). &lt;br&gt; &lt;p&gt;2009/11/17 madic77 &amp;lt;trus...@gmail.com&amp;gt;
  </description>
  <guid isPermaLink="true">http://groups.google.com/group/boolang/browse_thread/thread/cf53bbc2927cc5f5/ed0cc1d469b0c8b4?show_docid=ed0cc1d469b0c8b4</guid>
  <author>
  processor.de...@gmail.com
  (Processor Devil)
  </author>
  <pubDate>Wed, 18 Nov 2009 08:10:47 UT
</pubDate>
  </item>
  <item>
  <title>Boo for Silverlight</title>
  <link>http://groups.google.com/group/boolang/browse_thread/thread/cf53bbc2927cc5f5/d945b5c224544ba5?show_docid=d945b5c224544ba5</link>
  <description>
  Hi, dear All! &lt;br&gt; &lt;p&gt;In my Silverlight application I&#39;m trying to implement DSL which will &lt;br&gt; manage user interface. I want to use Rhino.DSL. So I need to build &lt;br&gt; Rhino.DSL libraries for Silverlight. As far as I can see the only &lt;br&gt; issue is that Rhino.DSL references Boo.Lang, Boo.Lang.Compiler, &lt;br&gt; Boo.Lang.Parser.
  </description>
  <guid isPermaLink="true">http://groups.google.com/group/boolang/browse_thread/thread/cf53bbc2927cc5f5/d945b5c224544ba5?show_docid=d945b5c224544ba5</guid>
  <author>
  trus...@gmail.com
  (madic77)
  </author>
  <pubDate>Tue, 17 Nov 2009 17:04:24 UT
</pubDate>
  </item>
  <item>
  <title>unable to access a private field of an instance passed to a static method</title>
  <link>http://groups.google.com/group/boolang/browse_thread/thread/ac23f2f1725dcce6/60a1545d3c7af7bb?show_docid=60a1545d3c7af7bb</link>
  <description>
  recently i tried turning a class generic, and found i couldn&#39;t access &lt;br&gt; a private field of an instance passed to a static method any more. &lt;br&gt; &lt;p&gt;(also why is the error for a field signature of &#39;c2[of c2[of &lt;br&gt; T].T]._f1&#39; and not just &#39;c2[of T]._f1&#39;) &lt;br&gt; &lt;p&gt;class c1(): &lt;br&gt; private _f1 as int = 1 &lt;br&gt; static def m1(c as c1):
  </description>
  <guid isPermaLink="true">http://groups.google.com/group/boolang/browse_thread/thread/ac23f2f1725dcce6/60a1545d3c7af7bb?show_docid=60a1545d3c7af7bb</guid>
  <author>
  simon.pl...@googlemail.com
  (psi)
  </author>
  <pubDate>Fri, 13 Nov 2009 21:09:49 UT
</pubDate>
  </item>
  <item>
  <title>Re: property macros</title>
  <link>http://groups.google.com/group/boolang/browse_thread/thread/0aa4cdd841fa1c66/df94137573e934fe?show_docid=df94137573e934fe</link>
  <description>
  my _FLOAT function (which is defined elsewhere - not in the macro file &lt;br&gt; but in the project where the macro will get used) converts from a &lt;br&gt; fixed point format to floating point. &lt;br&gt; &lt;p&gt;def _FLOAT(v as int) as single: &lt;br&gt; return cast(single, v) / (1 &amp;lt;&amp;lt; 10) &lt;br&gt; &lt;p&gt;thanks! i will try this again once i continue working on my wrapper project...
  </description>
  <guid isPermaLink="true">http://groups.google.com/group/boolang/browse_thread/thread/0aa4cdd841fa1c66/df94137573e934fe?show_docid=df94137573e934fe</guid>
  <author>
  horac...@gmail.com
  (horace grant)
  </author>
  <pubDate>Thu, 12 Nov 2009 00:27:22 UT
</pubDate>
  </item>
  <item>
  <title>Re: Booish problems -- OS X 10.4.11 - Running boo 0.9.1.3287 on Mono 2.4.2.3</title>
  <link>http://groups.google.com/group/boolang/browse_thread/thread/333d3b8d097661ba/45f705caa3b9cdfd?show_docid=45f705caa3b9cdfd</link>
  <description>
  On Nov 11, 6:36 am, &amp;quot;Rodrigo B. de Oliveira&amp;quot; &amp;lt;rodrigobam...@gmail.com&amp;gt; &lt;br&gt; wrote: &lt;br&gt; &lt;p&gt;Thanks for that. For some reason I remebered the Python interactive as &lt;br&gt; just requiring a user to &lt;br&gt; hit return twice to evaluate a code block. &lt;br&gt; So I fired up an old version that I have on this lappy, and it seems &lt;br&gt; it doesnt auto indent, that you have to hit tab.
  </description>
  <guid isPermaLink="true">http://groups.google.com/group/boolang/browse_thread/thread/333d3b8d097661ba/45f705caa3b9cdfd?show_docid=45f705caa3b9cdfd</guid>
  <author>
  gltew...@gmail.com
  (Mr_Snrub)
  </author>
  <pubDate>Wed, 11 Nov 2009 18:57:32 UT
</pubDate>
  </item>
  <item>
  <title>Re: property macros</title>
  <link>http://groups.google.com/group/boolang/browse_thread/thread/0aa4cdd841fa1c66/59977cdf4af9edf8?show_docid=59977cdf4af9edf8</link>
  <description>
  I have tried something similar and I see no issue... &lt;br&gt; &lt;p&gt;macro property: &lt;br&gt; yield [| &lt;br&gt; public version as single: &lt;br&gt; get: return 42 &lt;br&gt; |] &lt;br&gt; &lt;p&gt;class TestClass: &lt;br&gt; property &lt;br&gt; &lt;p&gt;print &amp;quot;Runtime Version: &amp;quot; + typeof(List).Assembly.ImageRun timeVersion &lt;br&gt; print &amp;quot;Boo version:&amp;quot; + BooVersion &lt;br&gt; print &amp;quot;TestClass version: &amp;quot; + TestClass().version
  </description>
  <guid isPermaLink="true">http://groups.google.com/group/boolang/browse_thread/thread/0aa4cdd841fa1c66/59977cdf4af9edf8?show_docid=59977cdf4af9edf8</guid>
  <author>
  moua...@gmail.com
  (Usul Mouadib)
  </author>
  <pubDate>Wed, 11 Nov 2009 16:22:27 UT
</pubDate>
  </item>
  <item>
  <title>Re: Booish problems -- OS X 10.4.11 - Running boo 0.9.1.3287 on Mono 2.4.2.3</title>
  <link>http://groups.google.com/group/boolang/browse_thread/thread/333d3b8d097661ba/dc2e923726fb6dc6?show_docid=dc2e923726fb6dc6</link>
  <description>
  You have to hit backspace to remove the indentation and let the &lt;br&gt; interpreter know all the blocks have been closed. &lt;br&gt; &lt;p&gt;But there was indeed a bug that&#39;s been fixed in trunk. &lt;br&gt; &lt;p&gt;That might happen as all the Boo.Lang.Compiler and &lt;br&gt; System.Reflection.Emit stuff is brought into memory and jit compiled.
  </description>
  <guid isPermaLink="true">http://groups.google.com/group/boolang/browse_thread/thread/333d3b8d097661ba/dc2e923726fb6dc6?show_docid=dc2e923726fb6dc6</guid>
  <author>
  rodrigobam...@gmail.com
  (Rodrigo B. de Oliveira)
  </author>
  <pubDate>Wed, 11 Nov 2009 13:36:36 UT
</pubDate>
  </item>
  <item>
  <title>Booish problems -- OS X 10.4.11 - Running boo 0.9.1.3287 on Mono 2.4.2.3</title>
  <link>http://groups.google.com/group/boolang/browse_thread/thread/333d3b8d097661ba/377660386b962169?show_docid=377660386b962169</link>
  <description>
  Things such as this will not evaluate - &lt;br&gt; for i in range(10): &lt;br&gt; print i &lt;br&gt; ... &lt;br&gt; ... &lt;br&gt; ... &lt;br&gt; &lt;p&gt;No many how many times I hit return/enter, it just hangs like its &lt;br&gt; waiting for something else. &lt;br&gt; Occasionally it will print a result. &lt;br&gt; &lt;p&gt;On top of that, when booish first starts up, the first expression
  </description>
  <guid isPermaLink="true">http://groups.google.com/group/boolang/browse_thread/thread/333d3b8d097661ba/377660386b962169?show_docid=377660386b962169</guid>
  <author>
  gltew...@gmail.com
  (Mr_Snrub)
  </author>
  <pubDate>Wed, 11 Nov 2009 03:11:52 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/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>
  </channel>
</rss>
