[go: up one dir, main page]

11 Apr 23

Funktal is a functional programming language for the Uxn virtual machine, a tiny VM with 8-bit opcodes and 64 kB of memory. I have written about implementing functional constructs in Uxn’s native stack based assembly language Uxntal in a previous post.

by eli 2 years ago

06 Apr 23

tny

Tny is a little console. You know, these things with a screen and a controller where you play games? Right, so it’s that, but very basic. In fact, it’s so basic that the size of its screen is only 16 by 16 pixels, its controller only has arrow keys and two buttons and its game cartridge memory is 256 bytes maximum. Oh and it doesn’t have any sound or color.

by eli 2 years ago saved 2 times

25 Mar 23

Psi-Forth is a reversible programming language taking its primitives from Henry G. Baker’s psi-lisp and Brent Kerby’s concatenative combinators. It’s not quite a htro-forth, but a stack machine made of cons cells or the reverse image of a linear lisp.

by eli 2 years ago

05 Mar 23

A collection of illustrated notes on the virtual machine uxn.

by eli 3 years ago

25 May 22

a low level concurrent logic programming language descended from Prolog.

by eli 3 years ago
Tags: