Paolo Amoroso · @amoroso
1872 followers · 2898 posts · Server fosstodon.org

Franz Inc. published "Common Lisp: The Reference" in 1988 between CLtL1 and CLtL1, prior to the approval of ANSI Common Lisp.

But, for the language features that made it to the standard, the book is a great learning resource with clear and concise descriptions as well as code examples for nearly all entries.

openlibrary.org/works/OL181552

#commonlisp #lisp #books

Last updated 1 year ago

· @vindarel
102 followers · 141 posts · Server framapiaf.org

📹 🚀 Announce and cool showcase: I published a video showing MACROSTEP in the editor.

It's part of 18 videos for the new chapter on **macros** in my Udemy Common Lisp course!

udemy.com/course/common-lisp-p (Lem video: last one)

Thanks for your support, it helps.

(student? I can send free links, plz PM)

#programming #commonlisp #lisp #lem

Last updated 1 year ago

Andrew Tropin · @abcdw
759 followers · 1424 posts · Server fosstodon.org

We develop rde on sourcehut, but there is a mirror on github and recently I realized that it has 185 stars already:
github.com/abcdw/rde

How many it is?

Do you know other small to medium sized projects, which only mirrors on github?

#guix #RDE #lisp #scheme #guile

Last updated 1 year ago

vp · @vpavlyshyn
69 followers · 449 posts · Server fosstodon.org

volodymyrpavlyshyn.medium.com/

Are you realy learn something new with a next language ?

How to escape re learning algol from 60th 60th time ? ,

#smalltalk #lisp #forth

Last updated 1 year ago

r/lisp · @reddit_lisp
473 followers · 16038 posts · Server mstdn.jp

(thirteenth RacketCon) | redd.it/16ejtsi

#lisp

Last updated 1 year ago

Cian O'Connor · @cian
176 followers · 886 posts · Server post.lurk.org

Finally got Common Music running on my machine (Mac) for SBCL/incudine. Not sure about the performance (lot of consing - which may be fine), but goddam it's fun.

So far got it to generate realtime MIDI, lilypond and SuperCollider. CSound is next. I may never emerge from my room.

#commonlisp #lisp #Incudine #supercollider #csound #livecoding

Last updated 1 year ago

r/lisp · @reddit_lisp
473 followers · 16038 posts · Server mstdn.jp

claw-raylib - Fully auto-generated Common Lisp bindings to Raylib and Raygui using claw and cffi-object... | redd.it/16e6kwl

#lisp

Last updated 1 year ago

Hacker News 50 · @hn50
3530 followers · 72713 posts · Server social.lansky.name
r/lisp · @reddit_lisp
473 followers · 16038 posts · Server mstdn.jp

PicoLisp Explored: Discrete Event Simulation | redd.it/16e1hva

#lisp

Last updated 1 year ago

screwtape · @screwtape
377 followers · 5915 posts · Server mastodon.sdf.org

@rwxrwxrwx
I wrote this function #'LAMBDAISE that turns a cl-buchberger:polynomial into an unevaluated lambda form at run time. I feel like this is going to have a more elegant expression, but I figure if
the lambdaiseing is happening offline it's okay. What do you think? What do other users think?
I can use this to modulate period of some beeps, but I'll do that in about 10 hours.

on codes for turning symbolic polynomials into lambda forms

#commonlisp #lisp #polynomials #100DaysToOffload

Last updated 1 year ago

Andrew Tropin · @abcdw
755 followers · 1420 posts · Server fosstodon.org

A talk on guix and rde for @SeaGL conference is approved!

#guix #RDE #lisp #scheme

Last updated 1 year ago

r/lisp · @reddit_lisp
473 followers · 16038 posts · Server mstdn.jp

[release] Embeddable Common Lisp 23.9.9 | redd.it/16dxy3v

#lisp

Last updated 1 year ago

r/lisp · @reddit_lisp
473 followers · 16038 posts · Server mstdn.jp

#lisp

Last updated 1 year ago

Paolo Amoroso · @amoroso
1870 followers · 2893 posts · Server fosstodon.org

Building the CMUCL Common Lisp implementation from source has always been an arcane process. Building from source the CMUCL-derived SBCL is as simple as executing `sh make.sh`, a testament to the great work its developers did.

#commonlisp #lisp #sbcl

Last updated 1 year ago

r/lisp · @reddit_lisp
473 followers · 16038 posts · Server mstdn.jp

Merging sources should not be this painful | redd.it/16d6qim

#lisp

Last updated 1 year ago

screwtape · @screwtape
373 followers · 5829 posts · Server mastodon.sdf.org

Day 7 ( 006.txt )
an ode to , @amszmidt and the MIT-CADR.

I couldn't reconfigure my brain in the rapidly dwindling remaining time for my IN ONE HUNDRED DAYS challenge. @82mhz

gopher://tilde.club/0/~screwta
web
gopher.tildeverse.org/tilde.cl

#100DaysToOffload #lisp #zetalisp #lispm #gopher

Last updated 1 year ago

r/lisp · @reddit_lisp
473 followers · 16038 posts · Server mstdn.jp

colors.crumb - first Crumb usable. Extending Crumb with basic terminal styling and RGB, HEX, ANSI conversion functions.... | redd.it/16ctjkt

#lisp

Last updated 1 year ago

Andrew Tropin · @abcdw
751 followers · 1408 posts · Server fosstodon.org

Ouch, I can't use srfi-64 test-group inside asyncronous code, because it uses dynamic-wind and re-entering fiber's continuation messes up test-runner output:

git.savannah.gnu.org/cgit/guil

#scheme #lisp

Last updated 1 year ago

r/lisp · @reddit_lisp
473 followers · 16038 posts · Server mstdn.jp

iNet: A Language for a Graph-based Computation Model | redd.it/16c73nd

#lisp

Last updated 1 year ago

screwtape · @screwtape
372 followers · 5805 posts · Server mastodon.sdf.org

Hey, would I have anything to gain by doing this:
(with-open-file (io "file.ext" :direction :io)
(let* ((before (read-sequence (make-array (file-length io)) io)))
(file-position io :start)
(write-sequence *changed-sequence* io)
(unless (equal *changed-sequence* (read-sequence (make-array (file-length io)) io))
(error "write seems not to've happened"))))
;; the standard requires a lock on file writing already.

#commonlisp #programmingquestion #lisp #p

Last updated 1 year ago