# Examples This folder contains some example programs and libraries. ## Example Programs - [learnxiny.tm](learnxiny.tm): A quick overview of language features in the style of [learnxinyminutes.com](https://learnxinyminutes.com/). - [game](game/): An example game using raylib. - [http-server](http-server/): A multithreaded HTTP server. - [tomodeps](tomodeps/): A library for finding Tomo dependencies. - [tomo-install](tomo-install/): A library for installing Tomo dependencies. - [wrap](wrap/): A command-line program to wrap text. ## Example Libraries Libraries can be installed with `tomo -IL ./library-folder` - [colorful](colorful/): A DSL useful for rendering terminal colors. - [http](http/): An HTTP library to make basic synchronous HTTP requests. - [ini](ini/): An INI configuration file reader tool. - [log](log/): A logging utility. - [vectors](vectors/): A math vector library.