Re: Possible to write compiler to Java VM? (I volunteer to summarize)

anicolao@cgl.UWaterloo.CA (Alex Nicolaou)
25 Jan 1996 15:08:20 -0500

          From comp.compilers

Related articles
[4 earlier articles]
Re: Possible to write compiler to Java VM? (I volunteer to summarize) gough@dstc.qut.edu.au (John Gough) (1996-01-21)
Possible to write compiler to Java VM? (I volunteer to summarize) fjh@cs.mu.OZ.AU (1996-01-23)
Re: Possible to write compiler to Java VM? (I volunteer to summarize) andi@complang.tuwien.ac.at (Andreas Krall) (1996-01-23)
Re: Possible to write compiler to Java VM? (I volunteer to summarize) boutell.com@holly.aa.net (1996-01-23)
Re: Possible to write compiler to Java VM? (I volunteer to summarize) darius@phidani.be (Darius Blasband) (1996-01-23)
Re: Possible to write compiler to Java VM? (I volunteer to summarize) jbuck@Synopsys.COM (1996-01-25)
Re: Possible to write compiler to Java VM? (I volunteer to summarize) anicolao@cgl.UWaterloo.CA (1996-01-25)
Re: Possible to write compiler to Java VM? (I volunteer to summarize) lwall@sems.com (1996-01-25)
Re: Possible to write compiler to Java VM? (I volunteer to summarize) will@ccs.neu.edu (1996-01-27)
Re: Possible to write compiler to Java VM? (I volunteer to summarize) hbaker@netcom.com (1996-01-27)
Re: Possible to write compiler to Java VM? (I volunteer to summarize) balld@sunSITE.unc.edu (1996-01-27)
Re: Possible to write compiler to Java VM? (I volunteer to summarize) david.hopwood@lady-margaret-hall.oxford.ac.uk (1996-01-29)
| List of all articles for this month |

From: anicolao@cgl.UWaterloo.CA (Alex Nicolaou)
Newsgroups: comp.lang.java,comp.compilers
Date: 25 Jan 1996 15:08:20 -0500
Organization: University of Waterloo
References: 96-01-037 96-01-063
Keywords: translator

"Peter Seibel" wrote:
: Python: see Perl and Scheme.


Python cannot easily be represented in JVM becuase of the type system
(there basically isn't one in Python; anyone with the correct members
can be passed to a given function, and what is legal might change
based on decisions made in the function, so it can't be type-checked).
In addition, the fact that classes are first class (i.e. you can add
member functions and variables to classes at run time, and that will
affect already instantiated objects) would be a problem.


alex


P.S. Alex Nicolaou (me) != Alex Nicolau
--


Post a followup to this message

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