This repository is private.
All pages are served over SSL and all pushing and pulling is done over SSH.
No one may fork, clone, or view it unless they are added as a member.
Every repository with this icon (
) is private.
Every repository with this icon (
This repository is public.
Anyone may fork, clone, or view it.
Every repository with this icon (
) is public.
Every repository with this icon (
| name | age | message | |
|---|---|---|---|
| |
README | Sun Dec 14 04:23:08 -0800 2008 | |
| |
TODO | Sun Dec 14 04:23:08 -0800 2008 | |
| |
viewserver.io | Sun Dec 14 10:35:04 -0800 2008 |
README
couchdb-io-viewserver ====================== A CouchDB view server that allows writing view functions in Io. This is just a little experiment to figure out how the Io programming language actually works. The view server protocol implementation is nearly complete, there are still a few parts broken though. Be kind, I'm still new to Io :) The Io programming language =========================== Io is a small, prototype-based programming language. The ideas in Io are mostly inspired by Smalltalk (all values are objects, all messages are dynamic), Self (prototype-based), NewtonScript (differential inheritance), Act1 (actors and futures for concurrency), LISP (code is a runtime inspectable/modifiable tree) and Lua (small, embeddable). (Quoted from http://www.iolanguage.com/)







