/explore

Click through on any links that interest you or select the planets on the right to continue exploring the Outer Web.
You are here

rethinkdb.com
| | www.cs.cornell.edu
4.3 parsecs away

Travel
| | As a side project, I wrote a simple implementation of green threads for the Python programming language. The library is called Bluelet and it uses Python's native implementation of coroutines. Bluelet makes it easy to write concurrent socket programs without OS threads, multiple processes, or select()-and-dispatch loops.
| | github.com
6.8 parsecs away

Travel
| | Create HyperText with JavaScript. Contribute to hyperhype/hyperscript development by creating an account on GitHub.
| | sookocheff.com
8.5 parsecs away

Travel
| | View all articles in the Pipeline API Series. The Pipelines API is a general purpose workflow engine for App Engine applications. With the Pipelines API we can connect together complex workflows into a coherent run time backed by the Datastore. This article provides a basic overview of the Pipelines API and how it can be used for abritrary computational workflows. In the most basic sense a Pipeline is an object that takes input, performs some logic or computation on that input, and produces output. Pipelines can take two general forms - synchronous or asynchronous. Synchronous pipelines act as basic functions that must complete during a single request. Asynchronous pipelines spawn child pipelines and connect them together into a workflow by passing input and...
| | lea.verou.me
16.3 parsecs away

Travel
| [AI summary] The author defends JavaScript against snobbish developers who dismiss it as a toy, arguing that challenges like cross-browser compatibility make it a powerful and sophisticated language.