« earlier | later » Page 7 of 15
SWIG Master Class edit / delete
Excellent introduction to SWIG's internals. Wish I'd had this when I was working on the occam-pi backend!
Great Australian software developers: Nick Gammon & G-Pascal - SuperCoders edit / delete
A tiny Pascal implementation for the Apple II and C64. How about a port to the BBC?
to 6502 apple2 c64 compiler pascal retrocomputing software ... on 22 July 2011
The Perils of Premature Optimization | Good Math, Bad Math edit / delete
Reasonable overview; again, one to point students at.
to compiler optimisation teaching ... on 21 May 2011
Continuation Passing C (CPC) — Gabriel Kerneis edit / delete
Translates C with concurrency primitives into plain C using continuation-passing. Would be useful as a backend for Tock, say.
to c compiler concurrency continuations coroutines software ... on 15 May 2011
BDS C: An 8080/Z80 C Compiler edit / delete
Now open source, which is nice. Some day I ought to get CP/M running on one of my homebrew Z80 machines...
MinGW cross compiling environment edit / delete
Scripts to build MinGW and assorted useful libraries.
to compiler mingw software to-package win32 ... on 20 November 2010
Nils Weller's C compiler edit / delete
Another non-optimising C compiler. Not sure I have a use for it, but if I don't bookmark it I'm bound to need it in a few months.
Welcome — Theano v0.1 documentation edit / delete
Python maths library that uses a number of tricks to speed up operations: CAS techniques to rewrite equations, runtime code generation, GPU bindings...
to cas compiler gpu maths numeric python ... on 31 August 2010
RFK :: Compiling RPython Programs edit / delete
An example of using PyPy to compile RPython programs (which is technically abusing it since it's only meant for compiling the Python implementation itself, but the results are impressive).
Python (well, really Haskell)-style syntax for Javascript. This is something I've wanted for a while, since JS ought to be a usable language were it not for the 1970-style syntax. (That and reasonable POSIX bindings.)
to compiler javascript language-design ... on 17 August 2010
« earlier | later » Page 7 of 15
tasty by Adam Sampson.