Tootfinder

Opt-in global Mastodon full text search. Join the index!

@simon_brooke@mastodon.scot
2025-08-08 08:07:09

I'm trying to write a general purpose Inspector UI object for #Clojure
so you have a function
`(inspect o)`
which, when evaluated, throws up a window showing in a sensible form the value of `o`.
Obviously, though, if `o` is lazy, you don't want the inspector to explore it all.
LazySeq implements an interface IPending, which isn't documented. Are all lazy …

@simon_brooke@mastodon.scot
2025-08-29 21:43:44

Well, it's not precisely *working*, as such. But it definitely isn't not working!
Tittle: Turtles in #Clojure #Scittle, with gratitude to @… !

@simon_brooke@mastodon.scot
2025-08-29 17:15:23

I know that in principle it's possible to compute the sine of an angle from first principles, because I'm pretty sure I could do it at school when I was twelve.
I know that in principle it's possible to compute the sine of an angle from first principles, because some clever bugger did it in 6502 assembly code fifty years ago.
Can I do it now in #Clojure

@lil5@social.linux.pizza
2025-08-09 11:40:08

GoLangs nil pointers are a constant form of stress at this point, and the if err is nil loc adds too much noise around proper business logic
I’m due to get stuck in a new language, for grpc and rest api’s, what would you pick?
#scala #clojure

@simon_brooke@mastodon.scot
2025-08-27 16:50:10

I've written my first little #Scittle app today, and I'm impressed. To be able to write in-browser code in #Clojure is so much nicer than #Javascript. I have some issues to fix and some enhancement…