[Mono-list] Eclipse as C# sourceforge client - was: status of JANET

William Wise will@digitalelite.com
Mon, 5 Aug 2002 13:24:31 -0400


eclipse from eclipse.org does a GREAT job of making connection to a
sourceforge cvs repository brain-dead easy.  It's even got secure shell
built into the client.

There's a project to allow eclipse to work with C# files under windows at
http://www.improve-technologies.com/alpha/esharp/

The only problem getting this to work on Linux is that mcs appears to take
different command line parameters relative to MS's csc.  A little help with
this project would allow them to work with mono and provide developers with
a pretty sharp (pun intended) development environment that connects easily
to sourceforge.  Either that or create a compatability mode for command line
parameters that mimics csc.

Whaddaya think?

Will

-----Original Message-----
From: mono-list-admin@ximian.com [mailto:mono-list-admin@ximian.com]On
Behalf Of Steve Newman
Sent: Monday, August 05, 2002 11:20 AM
To: mono-list@ximian.com
Cc: mono-list@ximian.com
Subject: [Mono-list] Re: status of JANET


>From: "bob frankel" <bios-bob@ti.com>
>To: <mono-list@ximian.com>
>Date: Sun, 4 Aug 2002 20:48:54 -0700
>Subject: [Mono-list] status of JANET
>
>i've followed the link to JANET (a open-source C# implementation of
>JavaScript) at your site, only to find that this sourceforge project hasn't
>had an update in over a year!!!  any idea what's going on here.  or better,
>do you know of anyone else working on an implementation of ECMA-262 (the
>official standard) that will work in a .NET environment.

JANET was my project.  There are two reasons the SourceForge project is so
out of date:

1. When I began the project, there was essentially no outside interest.  I
worked on it for a while, and got pretty far (see below).  However,
eventually I set it aside and moved on to other things.  So no work has been
done in quite a while.  There has been a little discussion of JavaScript on
this list recently, maybe something will get started again.  I don't have
time to continue leading the project, but would be happy to help someone
else picking it up.

2. Frankly, I found SourceForge so baffling that I was never able to
successfully upload source, and had to go through an embarassingly
convoluted process even to update the web site.  So SourceForge is out of
date even with respect to the stalled project.

The current project status is as follows: I have a working compiler that
handles most of the  ECMAScript 3 language, and have implemented most of the
core object model.  There is a test file, about 500 lines of JavaScript,
that exercises more or less all of the implemented functionality.  The
current implementation compiles JavaScript to C# source code, but the code
generator is well isolated behind a set of interfaces, and it should be easy
to add direct-to-CIL support.

I have not yet tried to implement any of the jscript.net extensions, partly
because (at the time) I couldn't find a specification for this language --
just some tutorials and sample code.  If anyone knows of a rigorous
specification for jscript.net, I'd love to hear about it.

-- Steve Newman
steve@snewman.net

_______________________________________________
Mono-list maillist  -  Mono-list@ximian.com
http://lists.ximian.com/mailman/listinfo/mono-list