|
|
|
|
|
by qwertyuiop924
3589 days ago
|
|
Gimmicks? Some of them, yes, but CLOS and its descendants are used in Real applications, as are the TCL OO systems. But if you want Real World, I'll give you real world. Maxima is a descendant of the original MACSYMA, developed at MIT. It is still a usable and viable system, even if it has ageda bit. Emacs is a popular programmer's text editor written in C and a dialect of lisp. Both of the above programs are large, useful, and written in an HLL - one particularly amenable to pointer chasing, I might add - and they make use of the variety of abstractions which that HLL provides. If those aren't modern enough for you, check out some Clojure applications. |
|