Powered by WebRing.

wForth: A JavaScript Forth Interpreter

wForth is a JavaScript based Forth interpreter. It supports new Forth word creation, standard math operators on integer types only, parameter stack manipulation, infinite loops, do loops, pass data to and from the parameter stack to the return stack,  conditionals (if. then.else). as another example, wForth can interact with others aspects of the browser or [...]

Befunge Interpreter

Ok, call it obscure… At http://www.esolangs.org/wiki/Befunge we learn that “Befunge is believed to be the first two-dimensional, ASCII-based, general-purpose (in the sense of “you could plausibly write Hunt the Wumpus in it” [1]) programming language. Its form was influenced in part by the multimedia scripting application AmigaVision, and in part by Forth.” Here is [...]

Cat: a postfix language

A JavaScript implementation of the Cat programming language. Cat is a postfix language, this means that arithmetic operations are written so that operators follow their operands.

jsforth: Forth in JavaScript

jsforth is a Forth which has been implemented in JavaScript, using a web browser as host platform.