> > Show us a suitable LISP interpreter, then.
>
> $ cd ~/lang/Scheme/tinyscm-1.27
> $ size scheme
>textdata bss dec hex filename
> 6134244763480 69298 10eb2 scheme
Is that statically-linked? I'm curious to know the size of the bootloader
forth footprint. The
> > Is that statically-linked? I'm curious to know the size of the bootloader
> > forth footprint. The loader is about 150k, so I'm sure you could probably
> > fit a nice Scheme interpreter in under that size... ??
>
> ie. almost all of the size is the dictionary/runtime library.
I'll bet it's
> > > 6134244763480 69298 10eb2 scheme
> >
> > Is that statically-linked? I'm curious to know the size of the bootloader
> > forth footprint. The loader is about 150k, so I'm sure you could probably
> > fit a nice Scheme interpreter in under that size... ??
>
> Dynamically linked