« earlier | later » Page 16 of 22
Notes_on_IMP_Programming edit / delete
The Edinburgh IMP programming language (which is somewhere between Fortran and C). The "mapping functions" feature is interesting.
to design language programming research retrocomputing ... on 03 August 2006
Pliant - release 96 edit / delete
The bizarre but quite interesting Pliant language and system.
to language os programming research ... on 31 July 2006
Categorical list of programming languages - Wikipedia, the free encyclopedia edit / delete
One of those surprisingly interesting pages that turns up from time to time on Wikipedia: programming languages by (fairly odd) category. Includes a helpful list of concurrent languages.
to concurrent language programming research ... on 31 July 2006
The Instant C/C++ in Python edit / delete
Inline C in Python using SWIG.
to c programming python swig ... on 23 July 2006
Functional Programming HOWTO edit / delete
A guide to some of Python's functional features.
to functional programming python ... on 05 July 2006
Sage: A Programming Language with Hybrid Type-Checking edit / delete
A functional language with a type system that lets you say things like "X is a balanced tree". Might be worth borrowing some ideas from for concurrency safety checks using a type system.
to concurrency design language programming research types ... on 07 June 2006
Bluish Coder: Narrative Javascript edit / delete
Process-oriented code using continuations. It'd be interesting to implement an occam-style environment on top of this.
to concurrency continuations javascript programming research ... on 30 May 2006
Web continuations - RIFE - Confluence edit / delete
Another continuations library for Java; this one supports something more along the lines of generators/mobile processes.
to concurrency continuations java programming research web ... on 23 May 2006
Gameboy Advance development page by Avelino Herrera Morales edit / delete
MIDI output from the GBA's serial port. Pretty neat.
to electronics gba midi programming ... on 23 May 2006
Commons Javaflow - Overview edit / delete
Jakarta's bytecode-fiddling implementation of continuations in Java.
to concurrency continuations java programming research ... on 23 May 2006
« earlier | later » Page 16 of 22
tasty by Adam Sampson.