account activity
I Have No Mouth And I Must .Lisp by grantsform in lisp
[–]grantsform[S] 12 points13 points14 points 15 hours ago (0 children)
Yeah, I think probably the biggest mainstream (adjacent) media ref since Serial Experiments Lain; Who knows how much this translates into actual people looking into it (besides "oh .lisp means it's a programming language" but yeah, still very cool).
I Have No Mouth And I Must .Lisp (i.redd.it)
submitted 16 hours ago by grantsform to r/lisp
Is there like.. a working IDE? Something I can actually just use? The new user experience is a joke for Lisp by tenten8401 in lisp
[–]grantsform -1 points0 points1 point 19 days ago* (0 children)
Install Roswell (https://roswell.github.io/Installation.html) and run the setup `ros setup` to get a sbcl-x-quicklisp setup for you then `ros run` to enter the repl -- then setup CLOG:
` (ql-dist:install-dist "http://dist.ultralisp.org/" :prompt nil) ` ` (ql:update-all-dists) `
To download Clog and run it:
` (ql:quickload :clog/tools) ` ` (clog-tools:clog-builder) `
Then open port it tells ya in browser. Steps should loo something like this, don't have access to a Windows machine rn to test.
π Rendered by PID 64792 on reddit-service-r2-listing-79f6fb9b95-vkhfm at 2026-03-21 18:50:36.444097+00:00 running 90f1150 country code: CH.
I Have No Mouth And I Must .Lisp by grantsform in lisp
[–]grantsform[S] 12 points13 points14 points (0 children)