[antlr-interest] Re: Dynamically typed languages

Andrew Deren andrew at adersoftware.com
Sun Mar 16 19:35:56 PST 2003


Thanks for pointing that out. Jython looks exactly to be what I needed.
Unfortunatelly, I have never used python before, so to use their
implementation I would have to learn it a bit.
Not a bad thing though.
Thanks,
Andrew

----- Original Message -----
From: "edcjones" <edcjones at yahoo.com>
To: <antlr-interest at yahoogroups.com>
Sent: Saturday, March 15, 2003 11:35 PM
Subject: [antlr-interest] Re: Dynamically typed languages


> Check out Python at "http://www.python.org/".
>
> --- In antlr-interest at yahoogroups.com, "Andrew Deren" <andrew at a...> wrote:
> > Does anyone know of a good reference or source code implementation about
> > dynamically typed languages.
> > I'm working on such a language in C#, so I can't really do nice
> tricks with
> > direct memory access. I looked at PHP implementation, but that seems
> to be
> > too complex for my needs. I need something simpler. I thought maybe
> > smalltalk implementation would be good, but my language is a bit
> different.
> > Currently I have variables stored in hashtable and each variable is an
> > object derived from common abstract Variable.
> > All the operations are dispatched thru dynamic dispatch on the
> variable, but
> > it seems to me that this is not quite efficient. There must be a
> better way.
> > I'd be happy if someone could point me to some research paper or
> > implementation of this.
> > Thanks,
> > Andrew
>
>
>
>
> Your use of Yahoo! Groups is subject to http://docs.yahoo.com/info/terms/
>
>
>
>



 

Your use of Yahoo! Groups is subject to http://docs.yahoo.com/info/terms/ 



More information about the antlr-interest mailing list