« earlier | later » Page 15 of 18
Joe Armstrong SICS home page edit / delete
A useful presentation on what Erlang people mean by COP -- i.e. what we call POP -- and some stuff on handling errors, which POP doesn't do at the moment.
to concurrency cop erlang reliability research ... on 13 June 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
Commons Javaflow - Overview edit / delete
Jakarta's bytecode-fiddling implementation of continuations in Java.
to concurrency continuations java programming research ... on 23 May 2006
Advanced Control Flow - Continuations edit / delete
Sample "we can't do this, but..." process-oriented web code from the Cocoon manual.
to concurrency continuations programming research web ... on 23 May 2006
Mono Continuations edit / delete
Continuations and lightweight (Stackless Python-style) threads and channels for C#. There's definitely some momentum here...
to concurrency research software ... on 21 May 2006
Bluish Coder: Lightweight threads in the browser edit / delete
Erlang-style concurrency for Javascript (messaging between processes -- which seems hideously limited to me from an occam perspective, but does appear to work pretty well in many systems).
to concurrency javascript programming research web ... on 20 May 2006
Computational Theology : Weblog edit / delete
The more interesting question, I feel, is whether it'd be possible to use a process-oriented approach for building web apps, where you have channels to and from the user, and your code to interact with a single user is a process. Something to play with in
to concurrency continuations design language programming research web ... on 20 May 2006
CS257-Programming with Concurrency edit / delete
Harvard's concurrency course.
to concurrency research teaching ... on 20 May 2006
« earlier | later » Page 15 of 18
tasty by Adam Sampson.