These years in Common Lisp: 2023-2024 in review
https://lisp-journey.gitlab.io/blog/these-years-in-common-lisp-2023-2024-in-review/By trocado at
vtail | 1 comment | 16 hours ago
Y_Y | 0 comments | 15 hours ago
pronoiac | 0 comments | 18 hours ago
superdisk | 1 comment | 20 hours ago
sorrythanks | 0 comments | 10 hours ago
nesarkvechnep | 4 comments | 20 hours ago
pjmlp | 2 comments | 17 hours ago
Another thing all modern Lisps have since the 1980's, is all major data structures, not only lists as many think when discussing Lisp.
ludston | 1 comment | 4 hours ago
pjmlp | 0 comments | 57 minutes ago
FP predates Haskell by decades.
fovc | 2 comments | 10 hours ago
Having to use accessor functions or destructuring macros instead of just a period or -> is often annoying too. The lack of syntax has cons as well as pros.
pjmlp | 0 comments | 56 minutes ago
cenamus | 0 comments | 2 hours ago
(object -> slot)
and transforms it to (slot object)
"->" should be unused
nextos | 1 comment | 14 hours ago
Coalton progress is discussed briefly in the OP: https://lisp-journey.gitlab.io/blog/these-years-in-common-li...
trenchgun | 0 comments | 2 hours ago
runevault | 0 comments | 15 hours ago
dartos | 2 comments | 19 hours ago
f1shy | 1 comment | 18 hours ago
asplake | 1 comment | 17 hours ago
jjtheblunt | 2 comments | 17 hours ago
pjmlp | 1 comment | 17 hours ago
https://en.m.wikipedia.org/wiki/The_Art_of_the_Metaobject_Pr...
jjtheblunt | 0 comments | 17 hours ago
f1shy | 0 comments | 16 hours ago
codr7 | 0 comments | 13 hours ago
Onavo | 1 comment | 10 hours ago
KingMob | 0 comments | 3 hours ago
waynenilsen | 4 comments | 17 hours ago
aidenn0 | 0 comments | 11 hours ago
Radiance[0] is a more traditional web-framework, with interfaces for backend-storage, web-servers, templating, authentication &c.
Hunchentoot gives you basic route definitions out-of-the-box (bring your own database), and for something more full-featured there is CLOG[1] and Reblocks[2]
0: https://shirakumo.github.io/radiance
runevault | 0 comments | 15 hours ago
silcoon | 0 comments | 10 hours ago
tempodox | 0 comments | 13 hours ago
-__---____-ZXyw | 0 comments | 20 hours ago
osmano807 | 1 comment | 13 hours ago
reikonomusha | 0 comments | 12 hours ago
Live image manipulation isn't quite as useful as it once was for runtime program deployment. But it's still a differentiating feature for incremental and interactive development—before you compile binaries to deploy. Tools like Jupyter notebooks don't come close for actual (especially professional) software development.