Befunge is an esoteric programming language invented by Chris Pressey in 1993. It is unusual for having a two-dimensional toroidal code space. Commands are single characters. The instruction pointer can move up, down, left, and right across the source. The original specification is known as Befunge-93, which was later updated with additional features as Befunge-98.
Size: 33 KB
Authors: programble
Default path: %HOMEDRIVE%\Programs\befungee
pbox install befungee
Show pbox.xml
<pbox version="1.0">
<name>befungee</name>
<title>Befungee</title>
<version>93</version>
<group>compiler</group>
<archs>32</archs>
<homedir>%HOMEDRIVE%\Programs\befungee</homedir>
<install>
<copy>.\files</copy>
<env>BEFUNGEE_HOME=${homedir}</env>
</install>
<uninstall>
<remove>${homedir}</remove>
<unenv>BEFUNGEE_HOME</unenv>
</uninstall>
</pbox>