Re: Fruit basket program in Boo, Other Script Langs

  • From: Jamal Mazrui <empower@xxxxxxxxx>
  • To: programmingblind@xxxxxxxxxxxxx
  • Date: Sun, 21 Oct 2007 08:05:12 -0400 (EDT)

Would you consider doing one in Groovy?  How about JRuby?  I would also
like to see ones in LUA, Delphi, and Haskell.

When IronRuby is released by Microsoft, I will try to do one in that
language.   It is analagous to IronPython -- in this case, a full Ruby
implementation built on the .NET platform.

Jamal
On Sat, 20 Oct
2007, Veli-Pekka Tätilä wrote:

> Date: Sat, 20 Oct 2007 21:46:22 +0300
> From: Veli-Pekka Tätilä <vtatila@xxxxxxxxxxxxxxxxxxxx>
> Reply-To: programmingblind@xxxxxxxxxxxxx
> To: programmingblind@xxxxxxxxxxxxx
> Subject: Re: Fruit basket program in Boo, Other Script Langs
>
> Hi list,
> Interesting to see more exotic scripting langs like Boo here. Does
> anyone here know Lua, by the way?
> Another lang that should be included is the Java way into scripting,
> namely Groovy:
>
> http://en.wikipedia.org/wiki/Groovy_%28programming_language%29
>
> What's the MS equivalent, i.e. is there a .NET based scripting language
> out there? I do know there's VBA and the Windows Power Shell but not
> sure if I'd classify either as a scripting lang directly. More like
> domain specific environments.
>
> --
> With kind regards Veli-Pekka Tätilä (vtatila@xxxxxxxxxxxxxxxxxxxx)
> Accessibility, game music, synthesizers and programming:
> http://www.student.oulu.fi/~vtatila
>
> Jamal Mazrui wrote:
> >
> > >From the zip archive at
> > http://www.EmpowermentZone.com/boo_fruit.zip
> >
> > This fruit basket program is written in Boo  -- Full source code in the
> > zip archive and pasted below.  The batch file compile.bat invokes the
> > command-line compiler for this scripting language.  The resulting
> > executable, boo_fruit.exe, is about 12K in size.  No other files are
> > needed to run the program -- as long as the .NET Framework 2.0 is
> > installed.
> >
> > Boo borrows syntax from Python, seeks to improve it, and combine strengths
> > of both static and dynamic languages.  Its home page is at
> > http://boo.codehaus.org
> > Boo resources, including the interpreter, compiler, documentation, and
> > examples are available from there.
> >
> > I am still learning Boo, but was able to produce a working program by
> > converting the first C# fruit basket program I did via a web form
> > available at
> > http://codeconverter.sharpdevelop.net/Convert.aspx
> > For comparison, the C# code is available in the file cs_fruit.cs.
> __________
> View the list's information and change your settings at
> //www.freelists.org/list/programmingblind
>
__________
View the list's information and change your settings at
//www.freelists.org/list/programmingblind

Other related posts: