Elodie编程语言 用Go语言编写的静态类型语言。 关于 Elodie是发展初期的一种实验性解释语言。 # run the tests and benchmarks go test -bench=. ./... # build the binary go build cmd/elodie.go # run a program ./elodie exec example/fib35r.e # show compiler output ./elodie compile example/fib35r.e Elod