Related articles |
---|
Programming languages design for JVM javacc2@gmail.com (Steve) (2006-09-16) |
Re: Programming languages design for JVM napi@axiomsol.com (napi) (2006-09-21) |
From: | "napi" <napi@axiomsol.com> |
Newsgroups: | comp.lang.java.programmer,comp.compilers |
Date: | 21 Sep 2006 10:35:39 -0400 |
Organization: | Compilers Central |
References: | 06-09-084 |
Keywords: | Java |
Posted-Date: | 21 Sep 2006 10:35:39 EDT |
Steve wrote:
> I want to ask the Programming Languages for JVM
> http://www.robert-tolksdorf.de/vmlanguages.html will convert the
> language the Java Servlet, or Java bytecode? Which way is easier to
> implement, or better approach in terms of designing a langauge that
> runs on JVM?
I believe most of the languages listed in
http://www.robert-tolksdorf.de/vmlanguages.html
generate Java Bytecode. It's up to you to produce applications or
applets. The servlet feature would depend on whether the
language/compiler provides the means to utilize the JVM's threading
facility. When designing a language/compiler for the JVM it should be
able to let the user to easily select to produce an app or applet. It
should also take advantage of the available resources in the JVM such
as multi-theading for the purpose of having lightweight inter-process
communication for client-server or peer-to-peer type of communication.
Napi
http://www.axiomsol.com
Return to the
comp.compilers page.
Search the
comp.compilers archives again.