Thread: Rover brains?
View Single Post
  #19  
Old January 31st 04, 03:43 PM
Gordon D. Pusch
external usenet poster
 
Posts: n/a
Default Rover brains?

Sander Vesik writes:

Gordon D. Pusch wrote:

See, for example, FORTH --- which uses a =MUCH= simpler virtual machine
than JAVA, and can pack an entire operating system / extensible compiler
into a mere 8k...


You can have JVM-s with sizes within the same order of magnitude. A JIT
JVM will obviously be larger, but not by *that* much.


I am talking about an ENTIRE OPERATING SYSTEM, with EXTENSIBLE COMPILER.
The "virtual machine" component of FORTH totals only a few tens of bytes.
FORTH is utra-lean and ultra-clean. The JVM is built to MILSPEC.

-- Gordon D. Pusch

perl -e '$_ = \n"; s/NO\.//; s/SPAM\.//; print;'