612 B
612 B
Example Programs
- coroutine.tm: A library for coroutines similar to Lua's (using libaco).
- game/: An example game using raylib.
- http.tm: An HTTP library to make basic synchronous HTTP requests.
- ini.tm: An INI configuration file reader tool.
- learnxiny.tm: A quick overview of language features in the style of learnxinyminutes.com.
- log.tm: A logging utility.
- vectors.tm: A math vector library.
- wrap.tm: A command-line program to wrap text.