2026-02-23 14:03:20 Displayed 106 times

Introducing mailing list for KC3 programming language

This weekend I finished setup of the kc3-lang@lists.mail.kmx.io mailing list. Please subscribe to get the latest news and support for KC3 and related projects.

To subscribe just send an e-mail from the address you want to subscribe to kc3-lang+subscribe@lists.mail.kmx.io.

To cite the KC3 readme :

KC3 v0.1.17-git A programming language providing and relying on facts-db.

KC3 is a programming language with meta-programmation and a graph database embedded into the language. The graph database allows for all definitions in the language and can define special operators in KC3 or in C. With a graph database at its core it aims to be the language for semantic programming, and programming the semantic web. It's really easy to devise a data scheme that will persist and iterate in any order and call KC3 or C functions on it.

For now there is no object abstraction nor reasoning on facts. Every operation on the database is controlled by C code in the end.

You can easily convert each KC3 function to a C function. KC3 is both a language and a runtime with powerful, scaling data structures.

This is a development branch, for the latest release see KC3 v0.1.16.