Re: info about OOP interpreter design and functions management?

kamalp@acm.org (Kamal R. Prasad)
1 Sep 2003 23:59:39 -0400

          From comp.compilers

Related articles
info about OOP interpreter design and functions management? mrfaro@libero.it (Gabriele Farina) (2003-08-10)
Re: info about OOP interpreter design and functions management? isaac@latveria.castledoom.org (Isaac) (2003-08-15)
Re: info about OOP interpreter design and functions management? vbdis@aol.com (2003-08-20)
Re: info about OOP interpreter design and functions management? kamalp@acm.org (2003-09-01)
Re: info about OOP interpreter design and functions management? mrfaro@libero.it (Gabriele Farina) (2003-09-04)
| List of all articles for this month |

From: kamalp@acm.org (Kamal R. Prasad)
Newsgroups: comp.compilers
Date: 1 Sep 2003 23:59:39 -0400
Organization: http://groups.google.com/
References: 03-08-026
Keywords: OOP, design
Posted-Date: 01 Sep 2003 23:59:39 EDT

"Gabriele Farina" <mrfaro@libero.it> wrote
> I'd like to know if there are infos on the web talking about how to
> implement an OOP syntax in an interpreted language.


Smalltalk is an object-oriented interpreted language. You may want to
use its grammar (available as freeware on linux/bsd etc) as a hint.


regards
-kamal
[There was a multi-volume set of books describing the PARC smalltalk
implementation. It's out of print but should be available in libraries
or used bookstores. -John]



Post a followup to this message

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