this post was submitted on 12 Nov 2023
1 points (100.0% liked)

Lisp

52 readers
3 users here now

founded 1 year ago
MODERATORS
you are viewing a single comment's thread
view the rest of the comments
[–] Shinmera@alien.top 1 points 10 months ago (4 children)
[–] sdegabrielle@alien.top 1 points 10 months ago (3 children)

parenthesized prefix notation

[–] theangeryemacsshibe@alien.top 1 points 10 months ago (2 children)

Behold, a Lisp:

(identification-division
 (program-id :hello-world))
(procedure-division
 (main
  (display "Hello, world!")
  (stop run)))
[–] wademealing@alien.top 1 points 10 months ago

*swoon*.. COBISP.

load more comments (1 replies)
load more comments (1 replies)
load more comments (1 replies)