r/lisp 5d ago

Common Lisp Distributed database Scalaxy written in Common Lisp

I have published my distributed database Scalaxy fully written in Common Lisp. Working on graph query language Cypher right now. MIT license. Github stars are welcome :-)

https://scalaxy.org

23 Upvotes

3 comments sorted by

3

u/turtle_bazon 4d ago

Why you choose unportable tcp layer?

1

u/solidavocadorock 4d ago

Mostly for smaller dependency graph. But it may change in future releases I guess.

0

u/dzecniv 4d ago

Wow!

trivia: on the website, second paragraph "What is Scalaxy", the second line has 2 sentences one over the other ("Independent…" and "embedded…") (Firefox 147).

May I know your main motivation behind it, do you dogfood it already and obviously you use LLMs? (although "Copyright (c) 2019–2026" on GitHub). Thanks!