Post #4202998
2026-07-29 15:26 UTC
@dysfun@social.treehouse.systems Kittyscript is pretty much a project to make the programming language I find perfect.
Versatile (embedded, systems, scripting, applications, web, all in one language) and with powerful compile-time and optional run-time macros, reflection and metaprogramming (and an eval function to invoke the compiler at runtime). And with support for OOP patterns and automatic memory management.
Basically Common Lisp but with a more C-like textual syntax that can be composed or switched out with a parser combinator.
Replies (1)
-
@firebreathingduck@social.vivaldi.net 2026-07-31 13:26
@LunaDragofelis@void.lgbt @dysfun@social.treehouse.systems Thanks for mentioning Kittyscript, I’ll give it a look! For something that seems at least superficially similar, there’s the Janet Language. (I have a directory on my computer with dozens of downloaded languages I haven’t had the time to play with 😭 )