Category:Befunge: Difference between revisions

From Rosetta Code
Content added Content deleted
(variants)
(added a bit more info about "funges" in general; unlinked Unefunge and Trefunge; added links to wp and "standards")
Line 1: Line 1:
{{language|Befunge}}
{{language|Befunge}}
'''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. It has the variants [[Unefunge]] and [[Trefunge]]
'''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.


Befunge was the first of a family of languages referred to as "Funges". In addition to the "normal" 2-dimensional layout, there is a 1-dimension variant called '''Unefunge''', a 3-dimensional variant called '''Trefunge''', and an ''N''-dimensional variant called '''Nefunge'''.

==See also==
* [[wp:Esoteric programming language#Funges|Funges on Wikipedia]]
* [[eso:Befunge|Befunge on Esolangs]]
* [[eso:Befunge|Befunge on Esolangs]]
* [http://catseye.tc/projects/befunge93/doc/befunge93.html Befunge-93 Documentation] (broken in some browsers)
** [http://web.archive.org/web/20080625030023/http://catseye.tc/projects/befunge93/doc/befunge93.html Web Archive copy of the above]
* [http://quadium.net/funge/spec98.html Funge-98 Final Specification]


[[Category:Esoteric Languages]]
[[Category:Esoteric Languages]]

Revision as of 18:59, 1 March 2011

Language
Befunge
This programming language may be used to instruct a computer to perform a task.
See Also:


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

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.

Befunge was the first of a family of languages referred to as "Funges". In addition to the "normal" 2-dimensional layout, there is a 1-dimension variant called Unefunge, a 3-dimensional variant called Trefunge, and an N-dimensional variant called Nefunge.

See also

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.