Kashipara.com is a community of ONE million programmers and students, Just like you, Helping each other.Join them. It only takes a minute: Sign Up
Job Resume TemplateLatest version Befunge release on December 12, 2018
Name | Befunge |
Category Name | Programming Languages |
Release Date | December 12, 2018 |
LTS Version | 2.25 |
License | 0 |
Official Website | https://catseye.tc/article/Languages.md#befunge-93 |
Supported OS | Windows, Mac Os, LINUX |
Befunge is an esoteric, two-dimensional, stack-based programming language created in 1993 by Chris Pressey. Unlike traditional linear code, Befunge programs are written on a grid where the instruction pointer can move in multiple directions, allowing for unconventional control flows. This design makes compilation challenging, as the code can self-modify and execute in non-linear patterns. Befunge-93, the original specification, operates on a 2D toroidal grid with a defined set of instructions. Its successor, Funge-98, generalizes the concept to multiple dimensions and introduces additional commands. Befunge's unique structure and behavior have inspired a variety of other esoteric languages and remain a subject of interest for programming language enthusiasts.
Software Requirements:- Windows: Requires Java Runtime Environment (JRE) 1.5 or later for Java-based interpreters like YABI93. Linux: Similar to Windows, Java-based interpreters necessitate JRE 1.5 or later. macOS: Java-based interpreters require JRE 1.5 or later. Hardware Requirements:- Windows: A system capable of running the required JRE version; typically, any modern PC suffices. Linux: Hardware capable of supporting the chosen Linux distribution and the necessary JRE. macOS: Any modern Mac system that supports the required JRE version.
Latest version TALx86 release on July 1, 1999