Important Notice: Our web hosting provider recently started charging us for additional visits, which was unexpected. In response, we're seeking donations. Depending on the situation, we may explore different monetization options for our Community and Expert Contributors. It's crucial to provide more returns for their expertise and offer more Expert Validated Answers or AI Validated Answers. Learn more about our hosting issue here.

Ok, so lisp hardware was overtaken by Moores law. What about Lisp software?

0
10 Posted

Ok, so lisp hardware was overtaken by Moores law. What about Lisp software?

0
10

A lot of features of the Lisp machine environment have become completely standard (windows, networks. virtual memory) and a lot of features of Lisp as a programming language have become standard features of modern programming languages (objects, garbage collection). – but Lisp itself has reverted to a niche used for research. Why? Lisp never developed a good way to deliver small, modular programs. Lisp supports and encourages building monolithic, tightly coupled environments, containing lots of closely coupled modules. The standard unit of deliverable lisp program is called a world, and that is not an accident! When PCs won the hardware wars, they saw no need to adopt the monolithic environment or spaghetti coding style of Lisp machines, but they have been busy reinventing it.

Related Questions

What is your question?

*Sadly, we had to bring back ads too. Hopefully more targeted.

Experts123