Work in progress on the GTK+4 wrapper for KC3.
A few wrapper functions were written for a simple hello world. There are a lot more to be written if we look at the number of functions with pointers of the [GTK+4 documentation](https://d...
Today we deployed the KC3 git master branch to our production servers : https://www.kmx.io/ and https://kc3-lang.org/.
The latest patches include full support for threads with a brand new `env_fork...
The https://www.kmx.io/ website relies primarily on a private wiki to translate the website pages from Markdown syntax to HTML. The page slug is included in the page body and div classes ...
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...
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 ...