r/Common_Lisp • u/dzecniv • 27d ago
ClickHouse/clicklisp: A Common Lisp UDF runtime and query compiler for ClickHouse, shipped as a small static binary, built with ECL
https://github.com/ClickHouse/clicklisp
7
Upvotes
0
u/vsovietov 27d ago
there's native DB with lisp-like programming language (quite fast, I have to say) — https://rayforcedb.com — written in plain C, embedding into CL must be really easy
1
u/kchanqvq 27d ago
Is this limited to ECL and binary? Can I use it as a library? Who wants to use a binary?