this post was submitted on 26 Aug 2023
4 points (75.0% liked)

Lisp Community

673 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

Associations and meetings

Resources - TODO

Related communities (dialects) - TODO

founded 5 years ago
MODERATORS
 

In the Lisp community @lisp on Lemmy.ml there's a discussion on what your Lisp development environment looks like and how you got started with Lisp. Of course I'm the weirdo who uses Interlisp as his daily driver.

https://lemmy.ml/post/3860996

#lisp

top 5 comments
sorted by: hot top controversial new old
[–] [email protected] 2 points 1 year ago

@amoroso @lisp I use the CADR / #LispM as my main Lisp system. Go weirdos!

[–] [email protected] 1 points 1 year ago (1 children)

@amoroso @lisp trying out thephoeron's version of a Flavors implementation from GMD in two CL systems...

[–] [email protected] 1 points 1 year ago (1 children)

@lispm @amoroso @lisp I wasn't even aware there was a meta protocol for Flavors! Very interesting!

[–] [email protected] 2 points 1 year ago (1 children)

@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.)

[–] [email protected] 2 points 1 year ago

@lispm @amoroso @lisp I like to be reminded of lisp strands like this one from Germany. The conversation can so easily get stuck om what was done at BBN or MIT, while other interesting developments where done elsewhere. For me oop in lisp start and end with clos, but one day I will have to read up on the flavors history.