Lovejoy Programming Language
Lovejoy Compiler ¶
Compiler documentation can be found at lovejoy-lang.github.io/ljc
Looks something like this, maybe? ¶
import "prelude/io"
open io::{fputs; stdout}
main(argv[]: string): !
= exit(0) with fputs(stdout, "Hello, World.")