Implementing OO



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]
.



Relevant Pages

  • Re: combination of C and assembly
    ... real time application in embedded applications ... Usually this is done by calling assembly language routines from C, or embedding assembly statements in your C code. ... The former is done by finding out how your compiler interfaces assembly language functions. ... Wescott Design Services ...
    (comp.arch.embedded)
  • Re: Online embedded web-server demo
    ... Are you actually embedding the C ... >> compiler on the device, ... > The CSP and the C code generated by the CSP compiler is precompiled and ... Does a single Coldfire board handle mutliple ...
    (comp.arch.embedded)
  • Re: Online embedded web-server demo
    ... Brian Murtha wrote: ... Are you actually embedding the C ... > compiler on the device, ... The CSP and the C code generated by the CSP compiler is precompiled and ...
    (comp.arch.embedded)
  • Re: Very poor Lisp performance
    ... It is possible to write Lisp code so that embedded ML code can be ... That might be true but I see no obvious reason to believe this. ... the OCaml compiler to your AMD64. ... >>> So Lisp is fine for embedding DSLs where performance is not so important ...
    (comp.lang.lisp)
  • Re: Compiler/Virtual Machine Environment
    ... > could write small snippets of customized code, ... > 1) How to create such a compiler ... A number of commercial and free solutions already exist. ... include embedding Perl, Python, LISP, or other freely available ...
    (comp.lang.cpp)