Official interpreter for the rgbl esoteric programming language, made in Julia.
$ git clone https://github.com/greenthepear/rgbl.git
$ cd rgbl
$ julia# Press ]
pkg> activate .
julia> import rgbl
julia> rgbl.run("examples/hello_world.ppm")or
$ julia --project=. -e 'import rgbl; rgbl.run("examples/hello_world.ppm")'