KC3 recently got three new interns that worked on marshalling and unmarshalling for serialization and deserialization to network or to disk of every KC3 data type.
The result is that we can dump and load any KC3 data type at runtime. Use...
OpenBSD 5.5 had partial support for netbt bluetooth stack ported from FreeBSD but it was removed in 5.6. So I took the 5.5 code and ported it to -current with a lot of help from ChatGPT o3. After a few days of refactoring it builds !
Yes...
https://kc3-lang.org/doc/1_KC3 contains a lot of new documentation for KC3. Details include documentation for all KC3 basic types and how to query the triple store (facts-db) : https://kc3-lang.org/doc/1_KC3/1.25_Facts.
Happy hacking...
I think the best use case for KC3 is rapid prototyping in a high level language and progressive re-implementation in C, function for function.
In KC3 each function can be either a KC3 function or a C function. This way you can write your...
I've been a good student for 5 years at a French computer school. I've been a good freelance developer for 20 years. I've used Ruby on Rails exclusively however never writing my own code always for clients.
One day I learned Common Lisp....