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)
- Host: GitHub
- URL: https://github.com/thomd/on-io
- Owner: thomd
- Created: 2015-07-26T19:05:27.000Z (almost 11 years ago)
- Default Branch: master
- Last Pushed: 2015-12-13T21:43:42.000Z (over 10 years ago)
- Last Synced: 2025-02-05T21:42:47.376Z (over 1 year ago)
- Language: Shell
- Size: 6.84 KB
- Stars: 1
- Watchers: 3
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
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/