if kernel rewritten from scratch

Scheme/LISP as a candidate would be interesting academic project; just a guess, but let's say 1/3 lines of code but 100-200% performance penalty.

Actually, can anyone name a computer kernel written in Scheme/LISP?
 
ChalkBored said:
Lisp as an academic project leads to crazy things.
like GNU.
http://en.wikipedia.org/wiki/Lisp_machine

Many things, when in academic use, can lead to crazy things. The same goes for industrial use, mind you. When crunching numbers, I would pick Fortran. When crunching rules, that would be prolog. Some things are best done in lisp, some in C/C++. Of course you can shoehorn any program written in a touring complete language into another such language, but the result may not be pretty and might not perform as expected.
 
Back
Top