|
|
|
|
|
by brunjact
2879 days ago
|
|
SISCOG [1] uses on all their products. Actually they use Allegro CL from Franz. [2] The main reason (for still using it) being that it all started out as an end of college project, by the two CEOs, around Artificial Intelligence proof-of-concept-general-tools (so to say) until the big breakthrough for danish railway company, NS, which was impressed with their fleet scheduling project.
This adventure began in the late 80's and they were using Lisp Machines! I suppose the reason for still using Lisp to be a mix of i. there is no technological necessity to change; ii. the codebase of existing products is too big to translate; iii. CTOs don't have enough knowledge on other technologies to evaluate the feasibility of a change; iv. many of the developers actually love Lisp :-). Most of the support technology is also done in-house and they don't tend to use many external libraries. 1. http://siscog.eu/ 2. https://franz.com/products/allegro-common-lisp/ |
|