tomo/examples
2025-03-30 21:08:11 -04:00
..
base64 Rename without_escaping() -> from_text() 2025-03-12 18:12:53 -04:00
colorful Fix colorful 2025-03-21 20:04:39 -04:00
commands Further support for .dylib files on mac by changing syntax for library 2025-03-30 15:41:37 -04:00
game Further support for .dylib files on mac by changing syntax for library 2025-03-30 15:41:37 -04:00
http Further support for .dylib files on mac by changing syntax for library 2025-03-30 15:41:37 -04:00
ini Overhaul of Path so it uses root and array of components instead of 2025-03-15 14:22:11 -04:00
log Support iterating over pointers to collections again 2024-11-09 17:54:32 -05:00
pthreads Add RW-lock 2025-03-30 21:08:11 -04:00
shell Change commands interface so it can either run or get result 2025-03-24 15:16:56 -04:00
threads Fix allocations 2025-03-21 17:11:23 -04:00
time Add readme stuff about times 2025-03-30 17:43:12 -04:00
tomo-install Further support for .dylib files on mac by changing syntax for library 2025-03-30 15:41:37 -04:00
tomodeps Fix path issue 2025-03-17 18:36:39 -04:00
vectors Add some vector methods 2025-03-10 16:02:16 -04:00
wrap Overhaul of Path so it uses root and array of components instead of 2025-03-15 14:22:11 -04:00
learnxiny.tm Make docstring tests use an actual expression AST instead of text 2025-03-25 15:40:59 -04:00
README.md Add readme stuff about times 2025-03-30 17:43:12 -04:00

Example Programs

  • learnxiny.tm: A quick overview of language features in the
  • base64: A base64 encoding/decoding library.
  • colorful: A DSL useful for rendering terminal colors.
  • commands: A library for running commands.
  • game: An example game using raylib.
  • http: An HTTP library to make basic synchronous HTTP requests.
  • ini: An INI configuration file reader tool. style of learnxinyminutes.com.
  • log: A logging utility.
  • pthreads: A POSIX threads library.
  • threads: A POSIX threads library, but with a higher level abstraction.
  • time: A module for working with dates and times.
  • shell: A DSL for running shell commands.
  • tomodeps: A library for finding Tomo dependencies.
  • tomo-install: A library for installing Tomo dependencies.
  • vectors: A math vector library.
  • wrap: A command-line program to wrap text.