dynamic loaders

Chris Torek torek at elf.ee.lbl.gov
Sat Apr 27 02:24:37 AEST 1991


In article <14530 at ccncsu.ColoState.EDU> swanbacd at handel.cs.colostate.edu
(daniel thom swanback) writes:
>Gentlemen,
>  This is a problem that I have encountered frequently and has
>produced a stall in my current efforts.  Conceptually, I need to
>be able to use the type of the data as a variable itself.

Then you are using the wrong language.  Go read about Smalltalk, or
Lisp flavors, or something.

If you are bound and determined to do this in C, you must implement
your own type function binding systems.  You may want to just write a
complete C interpreter, although from your description it sounded as
though you might be able to omit one or two things.
-- 
In-Real-Life: Chris Torek, Lawrence Berkeley Lab CSE/EE (+1 415 486 5427)
Berkeley, CA		Domain:	torek at ee.lbl.gov



More information about the Comp.lang.c mailing list