Peter Newman 8 January 2005 ------------------------ Unified Programming Language
The "Bootstrap Interpreter" is a small program - typically a small C executable - that understands little more than:-
But once that 'interpreter' proper has been created (and whether saved to disk or not), the programmer can then carry on to load their application - scripted in whatever combination of programming languages interpreters they loaded.
LV Sounds like what other people refer to as core functionality ...
Peter Newman Yeah you're right. Also I suppose the API between different components can be be considered part of the core too. But note that NO scripting language data types or functions/commands are part of the core. That's the important thing.