myrddin is a programming language created in 2016.
#2276on PLDB | 8Years Old |
Myrddin is a systems programming language. Myrddin emphasizes control, simplicity, a clear mental model and predictable, transparent behavior. It features strong type checking, generics, type inference, closures, and traits. It aims to fit a similar niche as C, but with fewer bullets in your feet.
use std
const main = {
std.put("Hello World\n")
}