Befunge "Hello, World" Program - http://www2.latech.edu/~acm/helloworld/befunge.html
Three-line chunk of source code written by Tim Gilbert. |
Befunge CPAN Module - http://search.cpan.org/dist/Befunge-Interpreter/
Official Perl extension for interpreting Befunge. |
Dictionary of Programming Languages Befunge Page - http://cgibin.erols.com/ziring/cgi-bin/cep/cep.pl?_key=Befunge
Brief language fact sheet, complete with links to conceptually related languages. |
Dufflebunk's - http://dufflebunk.iwarp.com/
Two Funge implementations. JavaScript Funge: Funge-98 in JavaScript. Object-Oriented Funge. |
Funge-98 Final Specification - http://quadium.net/funge/spec98.html
The official specification for the 1998 revision to Befunge-93. |
Ninety-Nine Bottles of Beer - http://www.tyrannus.com/befexample.html
Befunge version of the infamous beer song program. |
Tim's Befunge Compiler - http://quadium.net/funge/tbc/
This "pseudo-compiler" will create an ANSI C program from a Befunge-93 source file. Programs can still be self-modifying even after they are compiled. |
VSync's Funge Stuff - http://quadium.net/funge/
Features a portable Befunge-93 pseudocompiler and several other compilers and interpreters. Demonstrates how to use Befunge as a CGI scripting language. |
ZBefunge - http://www.flourish.org/zbefunge/
A Befunge-93 interpreter written in Inform, and runnable on just about anything. |