clojure-ohio

eraserhd 2026-03-09T15:12:23.993129Z

Ugh, I do not understand the fascination with Common Lisp.

eraserhd 2026-03-09T15:13:13.626799Z

functions are not values and closures are not functions, so you need operators to call closures and to convert functions to closures

😂 1
eraserhd 2026-03-09T15:13:51.003289Z

Anyway, playing with a Raspberry Pi Pico and I was hoping that there was a way to get a REPL so I can poke at some pins, but everything was too annoying.

2026-03-09T15:28:20.455499Z

haha yeah for all the "it's a functional language!" nonsense, bieng a lisp-2 makes it feel weird to write and use

2026-03-09T15:30:56.359849Z

it's also full of bad names, archaic arg orders, side effects, and i think the cons cell is dumb

eraserhd 2026-03-09T15:33:00.055579Z

Hey, don't go knocking on the cons cell. That's too far man. Too far.

😂 1
eraserhd 2026-03-09T15:34:06.637859Z

I do wonder how much immutable we can get in low memory embedded these days with good escape analysis.

eraserhd 2026-03-09T15:34:38.388329Z

Clojduino

eraserhd 2026-03-09T15:35:58.544019Z

I briefly fantasized about porting tinyscheme to the Pico and implementing nREPL in it. And that sent me off wondering if rep should support prepl these days.

2026-03-09T15:37:38.345469Z

"improper list"? "mapcar"? they have played us for absolute fools

eraserhd 2026-03-09T15:38:08.649419Z

caddar

2026-03-09T15:38:43.674069Z

for all of clojure's sins, abandoning the cons cell is not one of them

Dave 2026-03-09T18:16:37.366209Z

👋 Hey everyone! @nbtheduke, hope you are well! I've been temped to join one of these Tuesday nights but I always bow out because I feel I will have nothing valuable to add given the technical nature of the discussions and the fact that I'm subject-domain founder, i.e., I'm not writing the code. That said, I did just want to let everyone know that Edgewood exists and that we are committed to Clojure. @seancorfield, if you and the others are interested in what we're building, you can learn more about it at https://edgewoodsoftwarecorp.com.

2026-03-09T18:21:52.871809Z

hey dave! glad to hear edgewood is still going along well