An open API service indexing awesome lists of open source software.

https://github.com/thomd/on-io

some notes on Io language (using literate-programming)
https://github.com/thomd/on-io

Last synced: 9 months ago
JSON representation

some notes on Io language (using literate-programming)

Awesome Lists containing this project

README

          

# On Io

Some personal notes about [Io][1].

1. [Terminology](terminology.io.md)
2. [on Objects](objects.io.md)

### Usage

Evaluate with

litio .io.md

Evaluate using a file watcher with the `-w` option

### Install

Install Io environments:

brew install io

Install `litio`:

make install

[1]: http://iolanguage.org/