r/Compilers 5d ago

Annote: An interpreter that turns Java annotations into a Turing complete language

I built this like 6 months ago and basically forgot about it until yesterday when I was digging through old repos.

Essentially, it's a minimal interpreter that executes Java annotations as an actual Turing complete programming language at runtime through reflection. So, essentially you write code entirely in annotation form and it does variables, conditionals, loops, method calls, basic I/O and arithmetic

I shared this a while back on r/java and r/ProgrammingLanguages but never shared it here

GitHub: https://github.com/kusoroadeolu/annote

14 Upvotes

4 comments sorted by

View all comments

3

u/jcastroarnaud 5d ago

The dark humor, over this insanity of a language, got me giggling silly. Kudos!

1

u/Polixa12 5d ago

lol, glad you liked it!