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 …

@fanf@mendeddrum.org
2025-09-12 17:42:03

from my link log —
Rich Hickey already answered that! Design decisions in Clojure.
gist.github.com/reborg/dc8b0c9
saved 2025-09-09

@UP8@mastodon.social
2025-08-01 11:42:34

⏱️ Poor man's bitemporal data system in SQLite and Clojure
#database

diagram with a black background and numerous arcs going in different directions with a yellow arc passing throiugh the middle and other red, blue and purple arcs with circles with texts pointing to particular points
@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

@samir@functional.computer
2025-08-04 09:07:49

@… @… Likewise, I love my TDD cycle. A friend of mine who is into Clojure keeps trying to make me learn how to modify at runtime, but I have been resistant.
I seem to be accidentally writing a Lisp with weird syntax though, s…

@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

@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…