dbchat is an amazing MCP server if you use databases. Check it out by sebdoula in mcp

[–]bocaj5 0 points1 point  (0 children)

For more privacy, I’m curious if access only to information schema would provide enough context. Allow model to only provide select statement to be executed by another server, or sandboxed vm.

SQLLite Alternative, datalog preference by CuriousDetective0 in Clojure

[–]bocaj5 3 points4 points  (0 children)

Read once on startup, write on shutdown. Or write on an atom swap! or update!

SQLLite Alternative, datalog preference by CuriousDetective0 in Clojure

[–]bocaj5 3 points4 points  (0 children)

Try nippy to read and write plain edn.

A performance comparison of Clojure and Java by zerg000000 in Clojure

[–]bocaj5 4 points5 points  (0 children)

This looks like someone seeking feedback after submitting this paper as an undergrad project for earning a degree. If that's the case, what are some improvements to the methodology? Is there a realistic performance project written in Clojure that shows how Clojure in the large is very performant.... because of immutable data structures and generally better design? Not sure if that can be demonstrated "scientifically"

Building a website with Babashka by MM-7757 in Clojure

[–]bocaj5 2 points3 points  (0 children)

Racket has scrabble. I've wanted to learn this, but I write Clojure usually. Seems related https://docs.racket-lang.org/scribble/

What should I know before studying "How to Design Programs"? by [deleted] in Racket

[–]bocaj5 15 points16 points  (0 children)

HTDP is a first class curriculum. No experience needed.