A downloadable Programming Language

cross-platform scripting language and compiler back-end for GameMaker projects. Use Catspeak to implement, fast and sandboxed modding support by compiling and executing arbitrary user code from files or text prompt.

Possibly already used by one of your favourite niche GameMaker indie games.

Developed and maintained by Katsaii.
Logo design by Mashmerlow.

Homepage: https://www.katsaii.com/catspeak-lang/

// parse -> compile -> and run
var module = Catspeak.run(@'
  let catspeak = "Catspeak"
  return "hello! from within " + catspeak
');
// print result
show_message(module.result); // hello! from within Catspeak

Note: If you want a release to become available for download, let me know and I will do that for you. I only hide them to avoid bloating the releases page.

Published 2 days ago
StatusReleased
CategoryOther
Rating
Rated 5.0 out of 5 stars
(1 total ratings)
Authorkatsaii
TagsOpen Source
ContentNo generative AI was used

Download

Download
catspeak_3.2.0.yymps 93 kB
Download
catspeak_3.3.0.yymps 92 kB
Download
catspeak_3.4.1.yymps 101 kB
Download
catspeak_4.0.0-beta.yymps 112 kB

Development log

View all posts