Very good read for anyone that wants to write this outdated language in 2016.
Name:
Anonymous2016-01-21 7:35
>>59 1.Lisp depends on C or generates C code(with exception of some exotics like https://github.com/benthor/mongoose) 2.Lisp is much slower and takes more memory. GC,eval and List structure aren't cheap. 3.Lisp can be replaced by adding a tokenizer-eval macro feature to C preprocessor see http://w11.zetaboards.com/frozenbbs/topic/11501531/ Which would eliminate any advantage of using Lisp as C preprocessor if added to C standard.