From dbf76bdbadd4ef4cd3de22b613d4c7f8492bb840 Mon Sep 17 00:00:00 2001 From: Sean Hinchee Date: Mon, 25 Feb 2019 17:49:31 -0600 Subject: Update README.md --- README.md | 10 +++++++--- 1 file changed, 7 insertions(+), 3 deletions(-) diff --git a/README.md b/README.md index 94ff1c4..2923da4 100644 --- a/README.md +++ b/README.md @@ -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 -- cgit v1.2.3