u/AuraLanguage

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.com
u/AuraLanguage — 9 days ago

I've been building a small programming language called Aura

I've been working on a small statically typed programming language called Aura.

Current features:

  • functions
  • structs + methods
  • while/if
  • module system
  • LLVM backend experiments
  • VSCode syntax highlighting

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.

u/AuraLanguage — 12 days ago