Misquote of Greenspun. There is a significant difference between what the Otus Lisp version:
> Any sufficiently complicated program contains an ad-hoc, informally-specified, bug-ridden, slow implementation of half of some Lisp dialect.
and the original:
> Any sufficiently complicated C or Fortran program contains an ad-hoc, informally-specified bug-ridden slow implementation of half of Common Lisp
Interesting; it's an opinionated implementation of R7RS. Lost of deviations is here:
https://github.com/yuriy-chumak/ol/blob/master/doc/R7RS-DIFF...
Cool platforms list. Why stop at 486 if it already supports so many platforms? I suppose 32 bit is the main limiting factor but you should at least be able to do 386 right?
Misquote of Greenspun. There is a significant difference between what the Otus Lisp version:
> Any sufficiently complicated program contains an ad-hoc, informally-specified, bug-ridden, slow implementation of half of some Lisp dialect.
and the original:
> Any sufficiently complicated C or Fortran program contains an ad-hoc, informally-specified bug-ridden slow implementation of half of Common Lisp
Interesting; it's an opinionated implementation of R7RS. Lost of deviations is here:
https://github.com/yuriy-chumak/ol/blob/master/doc/R7RS-DIFF...
Cool platforms list. Why stop at 486 if it already supports so many platforms? I suppose 32 bit is the main limiting factor but you should at least be able to do 386 right?