Search
- TIL about Lisp-Stat, numerical computing in Common Lisp. Looks pretty interesting for working with data sets like CSVs. Has some nice plotting capabilities. lisp-stat.dev #lisp #r #programming
- Writing Powerful Macros in Scheme I'm always on the lookout for practical guides to macro writing and this one seems pretty good! mnieper.github.io/scheme-macro... #scheme #macros #lisp #programming
- The Lisp Game Jam starts on Friday!! itch.io/jam/spring-l... As part of the lead up to the Jam, I've been working on putting together a little template to get you started targeting a lua5.4 build of lovejs codeberg.org/alexjgriffit... #fennel #lisp #love2d
- "With his awesome hairdo, John McCarthy gifts the world an elegant piece of art: Lisp (•̀ᴗ•́)و " alhassy.com/TypedLisp.html #lisp #types #programming #hair
- RacketCon 2025 is looking for speakers / presentations con.racket-lang.org #scheme #lisp #racket #programming
- "One of the drawbacks of dealing with Common Lisp is the lack of documentation available." Hard agree, which is why I would love to see more tutorials like this. www.scotto.me/blog/a-simpl... #lisp #programming
- I had forgotten about Ribbit scheme github.com/udem-dlteam/... - a teeny tiny R4RS impl that will compile to a bunch of different languages including JavaScript. Might use it to goof around with the browser a bit. #lisp #scheme #compiler #programming