Lisp is a practical family of languages meant for high-level work on a machine with a lot of resources. What would take 5 million lines in C only takes 5 thousand in lisp.
Name:
Anonymous2015-01-14 0:41
Lisp is just C with forced GC and better syntax and macros. Still impure as hell. Still a shitty unsafe type system. Still with global mutable state and unhygienic macros.