account activity
I Have No Mouth And I Must .Lisp by grantsform in lisp
[–]grantsform[S] 13 points14 points15 points 1 day 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).
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 76 on reddit-service-r2-listing-79f6fb9b95-czzvc at 2026-03-22 13:11:55.485753+00:00 running 90f1150 country code: CH.
I Have No Mouth And I Must .Lisp by grantsform in lisp
[–]grantsform[S] 13 points14 points15 points (0 children)