Category:Befunge: Difference between revisions

From Rosetta Code
Content added Content deleted
No edit summary
(Added Programming Language template)
Line 1: Line 1:
{{Programming Language}}
'''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.
'''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.


* http://www.esolangs.org/wiki/Befunge
* http://www.esolangs.org/wiki/Befunge


[[Category:Solutions by Programming Language]]
[[Category:Esoteric Languages]]
[[Category:Esoteric Languages]]

Revision as of 02:44, 8 November 2007

Programming Language
This is a programming language. It may be used to instruct computers to accomplish a variety of tasks which may or may not be domain-specific.

Listed below are all of the tasks on Rosetta Code which have been solved using this programming language.


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.

Subcategories

This category has the following 3 subcategories, out of 3 total.

Pages in category "Befunge"

The following 166 pages are in this category, out of 166 total.