On Tue, Jan 20, 2009 at 1:40 PM, Vladimir Lazunin <lazu
...@gmail.com> wrote:
> Wrote a simple game for Silverlight platform:
>
http://lazunin.com/stetris_en.html > First made it in IronPython with Dynamic Language Runtime, but the
> resulting file was huge (~1.15 MB packed) because it's dynamic and it
> has to bring along all IronPython libraries.
> Then re-implemented with Boo, it needs only Boo.Lang.dll and the
> result is ~46 KB. All the resulting assemblies and sources can be
> found on that page
Very nice!
We need more of these! :) (examples)
I've added a link to your page on the Tutorials page but would you also
agree for your example to be included in boo's examples/ directory?
> (if booc gives you some error concerning
> "mscorlib", it helps if you install (update) some net 2.0 SDK or
> something).
It can also help (or even be required) to use boo trunk (or to wait for 0.9
release)