-
Notifications
You must be signed in to change notification settings - Fork 6
Home
Samuel Rowe edited this page Aug 19, 2019
·
2 revisions
JTK is a library designed for writing applications and libraries in C. It provides core utilities such as collections, unit testing, I/O streams, threads and much more.
Initially, the development of the library began within an other project, a compiler for Zen. Zen is a programming language currently under development at OneCube Software Solutions. We observed a need for a library that could be reused in other projects. Therefore, we refactored the reusable components and called it JTK.
JTK aims to provide a better alternative to libraries such as Glib. It was designed with flexibility and performance in mind.