« earlier | later » Page 17 of 22
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
Peter Klausler's home page edit / delete
Cray engineer and IOCCC entrant. Has some worthwhile stuff about vector processing and bit-op tricks.
to bit-twiddling obfuscated parallel programming research vector ... on 20 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
Pnuts User's Guide edit / delete
A scripting language for the Java VM. Apparently very fast.
to design java language programming research ... on 10 March 2006
Squawks of the Parrot: Variables and threads edit / delete
About the choice of mutable vs. immutable data for concurrent languages.
to concurrency language programming research ... on 01 March 2006
A Brief Look at C++0x edit / delete
Features that will apparently be coming to the next version of C++. Absolutely horrific, but I guess that's to be expected...
to c++ language programming research ... on 19 February 2006
Squawks of the Parrot: Functions and subs in a threaded world edit / delete
"What if function and subroutine calls all spawned off their own threads and ran independently?" Reinventing the occam model again (as someone points out in the comments).
to concurrency language programming python research ... on 16 February 2006
Some language suggestions for Python, a few of which I agree with.
to language programming python research ... on 16 February 2006
An Emacs language mode creation tutorial edit / delete
to editing emacs lisp programming ... on 10 February 2006
« earlier | later » Page 17 of 22
tasty by Adam Sampson.