▲ 2 r/Compilers
For string/file Apis which one is better Also should i change read_text to read contains(read_text("messages.aura"), "...") vs read_text("messages.aura").contains("...")
reddit.comu/AuraLanguage — 9 days ago
I've been working on a small statically typed programming language called Aura.
Current features:
Still very early, but the compiler and syntax are starting to feel usable.
Repo:
https://github.com/auralanguage/aura-lang
I'd appreciate feedback on the syntax, architecture, or language design ideas.