Home > Archive > Compilers > November 2007 > Re: BASIC to JVM
You are viewing an archived Text-only version of the thread.
To view this thread in it's original format and/or if you want to reply to
this thread please [click here]
|
|
| roessmann@gmx.net 2007-11-10, 7:13 pm |
| > Check out:
> http://www.robert-tolksdorf.de/vmlanguages.html#basic
Thanks George, but what I mean is NOT a BASIC Compiler/Interpreter
written in Java, but a BASIC compiler which compiles a BASIC
sourcecode to JAVA bytecode later interpreted by a JVM. The compiler
MAY be written in Java or C or whatever.
regards,
--
Bernhard
| |
| George Neuner 2007-11-11, 10:14 pm |
| On Fri, 09 Nov 2007 21:05:30 +0100, roessmann@gmx.net wrote:
>
>Thanks George, but what I mean is NOT a BASIC Compiler/Interpreter
>written in Java, but a BASIC compiler which compiles a BASIC
>sourcecode to JAVA bytecode later interpreted by a JVM. The compiler
>MAY be written in Java or C or whatever.
>
>regards,
Sorry I misunderstood.
There is something called "Project Semplice" which purports to be a
VB6 compatible compiler targeting the JVM.
http://blogs.sun.com/tor/entry/semplice_keynote_demo
http://blogs.sun.com/herbertc/entry...isual_basic_for
The blogs are from last year (2006) and it looks like there had
already been a lot of work put into it. According to Herbert, the
authors were hoping to have it available for JavaOne 2007, but that
has past and I haven't (yet) been able to find it available for
download anywhere.
You might try emailing the authors (see Herbert's blog). Other than
this project I think you're out of luck.
George
|
|
|
|
|