October 6, 2016

A Kyu tutorial - introduction

This so called "tutorial" is intended to be an introduction to Kyu and to give the "flavor" of doing things by way of a series of concrete and simple examples. Examples, even contrived ones such as these can be one of the best ways of explaining a topic, at least I hope and believe so.

Each of these examples is intended to replace the file user.c in the Kyu distribution. This is the intended way of adding your own code to Kyu. Of course once you understand the Makefile and the general way in which things are done, virtually anything is possible. This is however a good and recommended way to start.

If you simply download and build Kyu, this file will run the developer shell, which you can find documented somewhere. To try the examples in the tutorial, rename this and replace it with the tutorial, rebuild and run it.


Have any comments? Questions? Drop me a line!

Kyu / tom@mmto.org