summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorbryan newbold <bnewbold@twinleaf.com>2015-08-19 15:07:03 -0700
committerbryan newbold <bnewbold@twinleaf.com>2015-08-19 15:07:03 -0700
commit527812b722fce1a6cafc78146e4087b86647fd31 (patch)
tree2a537af3eee8603efab74d3c62dc72160b2ad5dd
parent7b8851d029688828fa3af89df794c32a420e57d3 (diff)
downloadknowledge-527812b722fce1a6cafc78146e4087b86647fd31.tar.gz
knowledge-527812b722fce1a6cafc78146e4087b86647fd31.zip
software/scheme: syntax fixes
-rw-r--r--software/scheme.page12
1 files changed, 6 insertions, 6 deletions
diff --git a/software/scheme.page b/software/scheme.page
index 57f19aa..27f3693 100644
--- a/software/scheme.page
+++ b/software/scheme.page
@@ -10,13 +10,13 @@ Scheme
``mit-scheme`` with the ``scmutils`` package is assumed; the command
``mechanics`` starts in interactive edwin prompt.
-See also notes on [The Little Schemer](/books/Little+Schemer/).
+See also notes on `The Little Schemer </books/Little+Schemer/>`_.
Scheme Implementations
-----------------------
Very partial list, mostly just the ones which are interesting to me.
Alexey Radul maintains a nice table of R5RS implementation details in various
-packages on his [website](http://web.mit.edu/~axch/www/scheme/choices.html).
+packages on his `website <http://web.mit.edu/~axch/www/scheme/choices.html>`_.
MIT/GNU Scheme
The 7.9.0 release (last stable as of 01/01/2009) is not R5RS compatible,
@@ -38,14 +38,14 @@ Coding in ``edwin``
*Note: this section should be spun off as emacs. edwin is essentially a
scheme version of emacs. See this
- [emacs cheatsheet](http://static.bnewbold.net/mirror/sheets/emacs.pdf)*
+ `emacs cheatsheet <http://static.bnewbold.net/mirror/sheets/emacs.pdf>`_*
Common keyboard commands (usually 'M' is alt button, 'C' is ctrl, and 'S' is
meta/super/"windows"):
---------- --------------------------------------------------------------------
+========= ====================================================================
Shortcut Effect
---------- --------------------------------------------------------------------
+========= ====================================================================
C-x C-f Open a file, or create a new one
C-x C-s Save the file
@@ -83,7 +83,7 @@ C-x b Select buffer
C-x u Undo
C-y Paste
---------- --------------------------------------------------------------------
+========= ====================================================================
Command in ``.edwin`` to set Super-TAB to autocomplete scheme variables::