|
|
|
|
|
by 7thaccount
850 days ago
|
|
Have you ever tried Mathematica? It's commercial, but probably the closest thing to what you're talking about. It has something like 5000+ built-in functions for everything from calculus to neural networks, charting, image manipulation, geographic mapping, videos, symbolic computing, File I/O, matrix math, optimization...etc etc. The language itself is a term-rewriting system that is conceptually similar to lisp in a lot of ways. |
|
Medley is written is largely written in Interlisp (and a bit of Common Lisp), including its UI. Interlisp (originally as BBN Lisp) was originally developed as an integrated development environment with complete source management (similar what Smalltalk later did). In the 70s it was then moved to the metal on early workstations (again, similar what Smalltalk did) -> it was its own OS. It does memory management, networking, graphics, all in Interlisp, ... Its purpose was to be a development environment for Lisp (here Interlisp).
Mathematica's purpose is to be an integrated tool in the mathematics domains, including applied mathematics in physics, chemistry, visualization, biology, ...
The nearest system to Interlisp-D is/was Smalltalk 80.