Content deleted Content added
No edit summary |
mNo edit summary |
||
Line 4:
=== Lisp History ===
Because of its expressiveness and flexibility, Lisp became popular with the [[artificial intelligence]] community. However, Lisp had its downsides as well: Lisp program generate a large amount of intermediate output, which take up memory and have to be [[garbage collection|garbage collected]]. This made it difficult to run Lisp on stock hardware. In the [[1970s]], an increasing user community and generous government funding led to the creation of [[Lisp machine|Lisp machines]]: dedicated hardware for running Lisp programs.
|