A toy language for the purporse of experimenting with sea-of-nodes compiler arch
at main 10 lines 202 B view raw view rendered
1# Megaton - a language to blow minds 2with how boring it is. 3 4## Ideas 5 6### Uniformity 7 8* Polymorphism expressed as functions from types to types 9* Comptime code generation instead of derives 10