Stop vibe-debugging. Every exception, every backtrace, grouped so you see patterns, not noise. Learn more →
Jupyter Notebook Language Projects
-
logica
Logica is a logic programming language that compiles to SQL. It runs on DuckDB, Google BigQuery, PostgreSQL and SQLite.
Project mention: SQLite Is a Library of Congress Recommended Storage Format | news.ycombinator.com | 2026-05-06If you want to avoid string manipulation then you can construct queries with a query builder API like C#'s LINQ. Other languages have similar libraries, e.g., Rust has Diesel.
If your objection is to the SQL language itself then you might find Datalog interesting. Datalog is a logic-based language where you query by writing predicates rather than writing SQL statements. Check out Logica <https://logica.dev>. It's a language in the Datalog family that compiles to SQL.
In both cases, SQL is used only as a low-level IR for interfacing with the database engine.
-
AppSignal
AppSignal knows why the f*#k it crashed. Stop vibe-debugging. Every exception, every backtrace, grouped so you see patterns, not noise.
Jupyter Notebook Language discussion
Jupyter Notebook Language related posts
-
Implementing a (Vibed) LLM Coding Agent in Prolog
-
Mangle – a language for deductive database programming
-
Logica
-
New welcome page for Logica language
-
What are good resources to learn NLP for someone with no prior experience?
-
Big update to Enso 2.0 - a textual/visual programming language.
-
Google Logica Aims To Make SQL Queries More Reusable and Readable
-
A note from our sponsor - AppSignal
www.appsignal.com | 4 Sep 2026
Index
| # | Project | Stars |
|---|---|---|
| 1 | logica | 2,131 |