kmx.io Blog
-
-
2024-12-05 12:55:32
Viewed 664 times
First try for thread support in KC3 using pthread
-
I did a first try for thread support using pthread on KC3 and it mostly works because the facts database (triple store) and its cursors (iterators) are already locked using pthread rwlock and mutex.
To make this possible many pointers we...
-
2024-12-05 12:55:32
Viewed 664 times
-
-
2024-11-21 13:08:07
Viewed 653 times
New pages featuring SVG drawing in kc3_httpd
-
The images are generated on the fly by a custom route and controller in kc3_httpd. The xml body is then rendered with content type image/svg+xml.
This is ...
-
2024-11-21 13:08:07
Viewed 653 times
-
-
2024-11-10 10:41:13
Viewed 1006 times
New website for kmx.io, written in KC3
-
Today we released the new kmx.io website.
It is a web application including a blog and user management written in KC3 using
kc3_httpdand its dynamic routes.The blog and users are sav...
-
2024-11-10 10:41:13
Viewed 1006 times
-
-
2024-10-10 12:00:00
Viewed 727 times
New website for KC3
-
We put a new website online for the KC3 Programming Language
The website is self hosted on
kc3_httpdweb server written in KC3 and hosts the documentation for the language.Please leave your comments on disc...
-
2024-10-10 12:00:00
Viewed 727 times
-
-
2024-08-06 18:14:40
Viewed 897 times
KC3 release v0.1.12
-
Today we released KC3 v0.1.12. This release is an important milestone as we are done renaming the project from C3 to KC3.
KC3 is a programming language with meta-programmation and a graph database embedded into the language. It aims to ...
-
2024-08-06 18:14:40
Viewed 897 times