this post was submitted on 31 May 2024
1 points (100.0% liked)

Lisp Community

675 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
 

Here comes a new Friday social topic!

  1. What was the first computer you ever worked/played on?
  2. What was the first editor you used to write computer programs?
  3. What programming language did you write your first program in?
  4. How many days/months/years after you wrote your first program did you learn Lisp?
  5. What was your first Lisp?
  6. Which editor/IDE do you work with the most today?
  7. What programming languages do you work with the most today?
  8. Which Lisp do you work with the most today?
top 2 comments
sorted by: hot top controversial new old
[โ€“] okflo@lemmy.sdf.org 2 points 4 months ago
What was the first computer you ever worked/played on?

Commodore 64

What was the first editor you used to write computer programs?

Commodore Basic lineeditor - followed by my own 6502 machine code editor ;)

What programming language did you write your first program in?

Commodore Basic

How many days/months/years after you wrote your first program did you learn Lisp?

about 25 years - wanted to understand emacs configuration, what finally lead to Common Lisp.

What was your first Lisp?

elisp, followed by Common Lisp

Which editor/IDE do you work with the most today?

the only one and true editor :) GNU emacs

What programming languages do you work with the most today?

Common Lisp (for hobby projects) and elisp - unfortunately I don't do real programming for money, but manage IT projects. Emacs and my own set of elisp helps me to get my work done (and procrastinate).

Which Lisp do you work with the most today?

Common Lisp and elisp

[โ€“] tux0r@feddit.org 1 points 1 month ago* (last edited 1 month ago)
  1. A C64, I believe.
  2. Turbo Pascal... or whatever their IDE was called.
  3. Turbo Pascal... or whatever the language was called. :-) (But I'm not entirely sure whether QBasic had beaten it by a week-or-so anymore.)
  4. Roughly, 20 years. I (kind of) regret that.
  5. Common Lisp, if we don't accept Python as a Lisp.
  6. GNU Emacs, mostly.
  7. Rust and Go, but that's mostly because Common Lisp still lacks a good integrated compiler/package manager/project management system that doesn't start with "install Quicklisp, then...". Roswell just does not work on most systems on which I had tried it.
  8. Common Lisp.