« earlier | later » Page 12 of 18
Denis's home page -- which I ran across while looking for the serial protocol my new meter speaks.
to concurrency electronics research ... on 08 December 2008
Transputer tech notes. Some very interesting stuff here: applications (notably the multiplayer flight simulator), introductions to the programming model, optimisation tips...
to concurrency research retrocomputing transputer ... on 06 December 2008
McIlroy on Coroutines edit / delete
A good description of coroutines, with a suggested syntax for Pascal-like languages. There are some parallels here with PHW's suggestions for mobile process syntax.
to concurrency coroutines language-design research ... on 04 December 2008
The LuaJIT Project edit / delete
As the name suggests, a JIT for Lua. There's also a coroutines library for Lua here. It would be interesting to knock together a CSP library for Lua using coroutines.
to concurrency language-design lua research runtime ... on 03 November 2008
Ct: C for Throughput Computing edit / delete
Intel's approach to implicit parallelism: a C++ library that lets you write expressions which compile down to parallel code. I suspect debugging this would be "interesting".
to c++ concurrency multicore research ... on 23 September 2008
OpenStomp(TM) Home edit / delete
Propeller-based guitar effects unit. Looks fun. Shame it's Windows-only.
to concurrency electronics guitar process-editor propeller ... on 17 September 2008
Includes a "greenlets" module that provides coroutines for Python without needing to modify the interpreter. We could build a CSP scheduler on top of this fairly easily (even using multiple threads).
to concurrency lightweight-concurrency python research software ... on 17 September 2008
python-safethread - Google Code edit / delete
CPython modified for better (i.e. no GIL) concurrency. The design rationale is interesting, although I think it's bonkers.
to concurrency python research software ... on 02 September 2008
Concurrency - parrotcode edit / delete
"Independent Concurrency"?
to concurrency perl research ... on 02 September 2008
What's New in Python 2.6 edit / delete
Two interesting things: the multiprocessing module which provides some new farming facilities, and the ast module which provides a Python parser that we could use to do static checking.
to compiler concurrency python research ... on 02 September 2008
« earlier | later » Page 12 of 18
tasty by Adam Sampson.