Befunge-93-2.25

Introduction to befunge

The Befunge-93 package contains the reference implementation of the Befunge language.

Installation of Befunge-93

[Note]

Note

This package extracts to befunge-93.

Install Befunge-93 by executing the following commands:

make

Now as the root user:

install -v -Dm755 bin/bef /usr/bin &&
install -v -Dm755 bin/befprof /usr/bin &&
install -v -Dm755 bin/bef2c /usr/bin

Contents

Installed Programs: bef, befprof, and bef2c
Installed Libraries: None
Installed Directories: None

Short Descriptions

bef

is the Befunge-93 reference interpreter/debugger

bef2c

is the Befunge-93 to ANSI C compiler

befprof

is the Befunge-93 profiler