tomo/examples
Bruce Hill 3c52a75633 Deprecate custom printf specifiers in favor of print() function that
uses _Generic() to generically convert any value to a string or print as
a string.
2025-03-27 17:26:51 -04:00
..
base64
colorful
commands Deprecate custom printf specifiers in favor of print() function that 2025-03-27 17:26:51 -04:00
game
http
ini
log
pthreads
shell Change commands interface so it can either run or get result 2025-03-24 15:16:56 -04:00
threads
tomo-install
tomodeps
vectors
wrap
learnxiny.tm Make docstring tests use an actual expression AST instead of text 2025-03-25 15:40:59 -04:00
README.md Update readme 2025-03-21 22:15:59 -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.
  • 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.