Powered by WebRing.

WPS: PostScript for the Web

A PostScript and PDF interpreter for HTML 5 canvas.

6502 compatible assembler and emulator in javascript

This compiles the good old 8-bit 6502 assembler code and emulates its execution.

Objective-J

Wikipedia describes “Objective-J is a programming language developed as part of the Cappuccino web development framework. Its syntax is nearly identical to the Objective-C syntax and it shares with JavaScript the same relationship that Objective-C has with the C programming language: that of being a strict, but small, superset; adding traditional inheritance and Smalltalk/Objective-C style [...]

ycr2js: Haskell in JavaScript

The York Haskell Compiler Core to Javascript Converter (ycr2js) is aimed to create a tool that generates Javascript out of a binary Yhc core file. The Yhc compiler generally produces a binary bytecode file (usually named with .hbc extension) for each Haskell module compiled. These bytecode files are to be interpreted by yhi, a command-line [...]