Related articles |
---|
Implementing OO xnooga@gmail.com (2006-03-22) |
Re: Implementing OO roboticdesigner@gmail.com (MainStem) (2006-03-27) |
Re: Implementing OO oliverhunt@gmail.com (oliverhunt@gmail.com) (2006-03-27) |
Re: Implementing OO Ido.Yehieli@gmail.com (2006-03-27) |
Re: Implementing OO mailbox@dmitry-kazakov.de (Dmitry A. Kazakov) (2006-03-29) |
Re: Implementing OO oliverhunt@gmail.com (oliverhunt@gmail.com) (2006-04-03) |
Re: Implementing OO mailbox@dmitry-kazakov.de (Dmitry A. Kazakov) (2006-04-08) |
[2 later articles] |
From: | xnooga@gmail.com |
Newsgroups: | comp.compilers |
Date: | 22 Mar 2006 23:40:55 -0500 |
Organization: | Compilers Central |
Keywords: | OOP, question, comment |
Posted-Date: | 22 Mar 2006 23:40:55 EST |
Hi!
I'm writing loosely typed script language called eL with compiler and
embeddable vm. I would like to make it object oriented. Unfortunaltely
I couldn't find any good docs about it and I have a smattering about
it. My question is how to build a simple class mechanism which will
enable users to specify own classes in eL and which will support
external classes (useful for embedding). Thank you in advance.
greetings,
M.G.
[I like the discussion in Wilhelm and Maurer, dense but complete. -John]
Return to the
comp.compilers page.
Search the
comp.compilers archives again.