Skip to content
Samuel Rowe edited this page Aug 19, 2019 · 2 revisions

What is JTK?

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.

Clone this wiki locally