💾 Archived View for diesenbacher.net › funge.gmi captured on 2024-03-21 at 14:47:00. Gemini links have been rewritten to link to archived content

View Raw

More Information

⬅️ Previous capture (2023-01-29)

-=-=-=-=-=-=-

Funge

See it's entry on gopherpedia:

Befunge in gopherpedia

So, befunge exist - more or less - in two flavors:

In the last years I wrote my own implementation of an funge-machine in Common Lisp:

funge

It passes als Mycology[1] tests and some fingerprints are implemented.

A bit more interesting is my befunge-IDE:

toadstool

It allows to edit and watch code running in 1 to n dimensional funges.

Watching funge code is like having a transparent clock.

(btw, you'll also need my OOP approach to use ncurses, cl-tui)

tui - a common lisp framework for OOP style ncurses

The code is unfortunately bitrotten and just partly documented, as I haven't touched it in the last ~5 years. But any suggestions are very welcome.

other funge-resources

befunge

Footnotes:

Mycology Testsuite

.:home:.