Re: Interpreter needed for a simple Language written in C AND Java

Friedrich Dominicus <frido@q-software-solutions.com>
18 May 2001 23:47:16 -0400

          From comp.compilers

Related articles
Interpreter needed for a simple Language written in C AND Java 1036-19@online.de (Thomas =?iso-8859-1?Q?Mart=EDnez?=) (2001-04-22)
Re: Interpreter needed for a simple Language written in C AND Java sean@iware.com (Sean Montgomery) (2001-04-26)
Re: Interpreter needed for a simple Language written in C AND Java support@quartus.net (Neal Bridges) (2001-04-26)
Re: Interpreter needed for a simple Language written in C AND Java jimbo@radiks.net (2001-04-26)
Re: Interpreter needed for a simple Language written in C AND Java frido@q-software-solutions.com (Friedrich Dominicus) (2001-05-18)
Re: Interpreter needed for a simple Language written in C AND Java adamo@dblab.ece.ntua.gr (2001-05-22)
Re: Interpreter needed for a simple Language written in C AND Java bbockholt@yahoo.com (2001-05-30)
| List of all articles for this month |

From: Friedrich Dominicus <frido@q-software-solutions.com>
Newsgroups: comp.compilers
Date: 18 May 2001 23:47:16 -0400
Organization: Q Software Solutions GmbH
References: 01-04-118
Keywords: interpreter, Scheme
Posted-Date: 18 May 2001 23:47:16 EDT

Thomas Martínez <1036-19@online.de> writes:
> Possible solutions:
> We do write our interpreter in one language - say C - and convert it to
> Java. Do you know of a converter transforming Java to C or C to Java?
>
> We do write the interpreter in a meta-language which can be translated
> to C and to Java. Do you know of a compiler which is capable of
> generating C AND Java code from a meta-language?


Schemes. There are some extra small ones which are designed to be
embedded.


E.g silk is a Scheme that is implemented in Java and can access all
the Java stuff, there are some compilers out there for Compiling
Scheme to C. And a parser is build into any Scheme too.


Other options is librep a Lisp interpreter (a mixture between Scheme
and Lisp).


visit e.g www.schemers.org


Other options were pointed out
Tcl, Python.


I will add some more
Ruby, CH (a C Interpreter!), cint (C/C++ interpreter) and I bet you'll
find a bunch more..


Regards
Friedrich


Post a followup to this message

Return to the comp.compilers page.
Search the comp.compilers archives again.