A befunge-93 interpreter written in r5rs scheme
(befunge "64+\"!dlroW ,olleH\">:#,_@")
Prints Hello, World!
(befunge "v>>>>>v"
" 12345"
" ^?^"
"> ? ?^"
" v?v"
" 6789"
" >>>> v"
"^ .<")
Prints an infinite stream of random numbers between 1 and 9
"
and \
There are slight differences between the specification on Esolang and the official ones. This implemntation uses the specifications described on Esolang.