diff options
| author | Sean Hinchee <henesy@users.noreply.github.com> | 2019-02-25 17:49:31 -0600 |
|---|---|---|
| committer | GitHub <noreply@github.com> | 2019-02-25 17:49:31 -0600 |
| commit | dbf76bdbadd4ef4cd3de22b613d4c7f8492bb840 (patch) | |
| tree | e8b27660e7b865fa82b605831b8e6af96402ff51 | |
| parent | 31832c5f1b673bc7f8e908b1a3e4de24367fb652 (diff) | |
Update README.md
| -rw-r--r-- | README.md | 10 |
1 files changed, 7 insertions, 3 deletions
@@ -1,10 +1,14 @@ # Limbo by Example -Programming examples in the spirit of [gobyexample](https://github.com/mmcgrana/gobyexample), but targeted to the Limbo programming language. +These are programming examples in the spirit of [gobyexample](https://github.com/mmcgrana/gobyexample), but targeted to the Limbo programming language. -These exercises are tested on the [purgatorio](http://code.9front.org/hg/purgatorio/) fork of the Inferno operating system. +These examples are tested on the [purgatorio](http://code.9front.org/hg/purgatorio/) fork of the Inferno operating system. -The `;` rune in examples indicates a command to be run from the Inferno sh(1) shell. +Examples will, if they reference lines in source within an explanation, utilize a plumbable string (see: plumb(1)) which indicates the line - or range of lines - which the explanation references. + +Examples are composed in acme(1) which allows you to right click these strings to jump to the relevant source lines. + +The `;` rune indicates a command to be run from the Inferno sh(1) shell. ## Building |
