A simple befunge-93 interpreter written in JavaScript. It has some advanced features that are not available in the original Befunge-93. Any time you write text, it will be put at the cell highlighted ...
This is an interpreter written in Go-Lang for the esoteric Befunge-93 Programming Language. Befunge is a two-dimensional stack-based, reflective, esoteric programming language. It differs from ...