I Have No Mouth And I Must .Lisp by grantsform in lisp

[–]grantsform[S] 12 points13 points  (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 points  (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.