> > Show us a suitable LISP interpreter, then. > > $ cd ~/lang/Scheme/tinyscm-1.27 > $ size scheme > text data bss dec hex filename > 61342 4476 3480 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... ?? > Tinyscheme is a mostly complete R5RS Scheme (R5RS is the You can also conditionally-compile the components to make a smaller footprint. I'm highly in favor of Scheme replacing 4th... It's a very easy language to learn (only 11 special forms) yet still powerful (you can't pass code as data in BASIC ;). If you replace the boot loader interpreter, pick Scheme over LISP. There are lots of implementations: siod, scm, mit-scheme, MzScheme, and tinyscheme are among the better ones. --Rick C. Petty, aka Snoopy [EMAIL PROTECTED] To Unsubscribe: send mail to [EMAIL PROTECTED] with "unsubscribe freebsd-current" in the body of the message
- Re: HEADS UP: ACPI CHANGES AFFECTING MOST -CURRENT US... Mike Smith
- Re: HEADS UP: ACPI CHANGES AFFECTING MOST -CURRENT US... Dave Cornejo
- Re: HEADS UP: ACPI CHANGES AFFECTING MOST -CURRENT US... Jim Bryant
- Re: HEADS UP: ACPI CHANGES AFFECTING MOST -CURRE... David O'Brien
- Re: HEADS UP: ACPI CHANGES AFFECTING MOST -CURRENT US... Jim Bryant
- Re: HEADS UP: ACPI CHANGES AFFECTING MOST -CURRENT US... Jim Bryant
- Re: HEADS UP: ACPI CHANGES AFFECTING MOST -CURRENT US... Kris Kennaway
- Re: HEADS UP: ACPI CHANGES AFFECTING MOST -CURRENT US... Jim Bryant
- Re: HEADS UP: ACPI CHANGES AFFECTING MOST -CURRENT US... Bakul Shah
- Re: HEADS UP: ACPI CHANGES AFFECTING MOST -CURRENT US... FreeBSD Fanatic
- Re: HEADS UP: ACPI CHANGES AFFECTING MOST -CURRENT US... Jim Bryant
- Re: HEADS UP: ACPI CHANGES AFFECTING MOST -CURRE... Brandon D. Valentine
- Re: HEADS UP: ACPI CHANGES AFFECTING MOST -CURRENT US... Jordan Hubbard
- Re: HEADS UP: ACPI CHANGES AFFECTING MOST -CURRENT US... Jim Bryant
- Re: HEADS UP: ACPI CHANGES AFFECTING MOST -CURRENT US... Warner Losh
- Re: HEADS UP: ACPI CHANGES AFFECTING MOST -CURRENT US... Jonathan Lemon
- Re: HEADS UP: ACPI CHANGES AFFECTING MOST -CURRENT US... Bakul Shah
- Re: HEADS UP: ACPI CHANGES AFFECTING MOST -CURRENT US... Brandon D. Valentine
- Re: HEADS UP: ACPI CHANGES AFFECTING MOST -CURRENT US... Mike Smith
- Re: HEADS UP: ACPI CHANGES AFFECTING MOST -CURRENT US... FreeBSD Fanatic