Skip to content

nrk/couchdb-io-viewserver

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

4 Commits
 
 
 
 
 
 

Repository files navigation

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/)

About

This is an experiment for a CouchDB view server implemented in the Io language just for the fun of it.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages