Category:Befunge

From Rosetta Code

(Redirected from Befunge)
Jump to: navigation, search

Programming Language
Befunge 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. You may find a list of its implementations here. You may find a list of its users on RC here.

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

See also: Befunge on the HOPL


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 only the following subcategory.

B

Personal tools