this post was submitted on 26 Aug 2023
4 points (75.0% liked)
Lisp Community
683 readers
1 users here now
A community for the Lisp family of programming languages.
Lisp (historically LISP) is a family of programming languages with a long history and a distinctive, fully parenthesized prefix notation. Originally specified in 1958, Lisp is the second-oldest high-level programming language. Only Fortran is older, by one year.
History
- History of Lisp - John McCarthy's history of 12 February 1979.
- History of LISP at the Computer Histroy Museum
Associations and meetings
Resources - TODO
Related communities (dialects) - TODO
founded 5 years ago
MODERATORS
you are viewing a single comment's thread
view the rest of the comments
view the rest of the comments
@amoroso @lisp trying out thephoeron's version of a Flavors implementation from GMD in two CL systems...
@AndreasDavour @amoroso @lisp this was done for the Expert System shell Babylon from GMD in Germany. It provided a flexible Frame system, which was built on top of Flavors. There were several Flavor implementations, besides the original one from the Lisp Machine. This MCS is one.
(Flavors was one of the first OOP extensions for Lisp. Classes and message sending. The idea of Mixins came from there. A later version of Flavors was one of the inspirations for CLOS.)