[Mono-list] Porting Rhino to C#

Miguel de Icaza miguel@ximian.com
18 Jul 2002 14:56:01 -0400


Hello Eto!

> New to the list, but I just wanted everyone to know
> that I am starting a project to port the Rhino
> (Javascript) code to C#.  I have been doing Java
> development for over 6 years and when I took a look at
> Mono, I decided that I needed to learn the syntax of
> C#.  It is ridiculously similar to Java so it should
> not be a problem.  Plus, I needed something besides
> "Hello World" programs to get my feet wet.

These are fabulous news!  Absolutely fabulous!

We had seen that code base, and thought that it would be really really
nice to reuse Rhino on the .NET Framework.  Our plan was `We will have
to build our Java compiler/translator to make it work'.

But I am really glad that you have decided to go that way.  Once that
works, it could be used to implement a JavaScript compiler ;-)

> Miguel