>>24
Main problem would have been outsourcing cheap Lisp-programmers. Other than that, Lisp has a well done package system, which are enough for projects of any size.
Name:
Anonymous2011-05-22 14:22
>>26
Also, Lisp favours functional programming style on a global level (while allowing imperative on a local level), which alone removes most of C++ and Java design bugs.