From 527812b722fce1a6cafc78146e4087b86647fd31 Mon Sep 17 00:00:00 2001 From: bryan newbold Date: Wed, 19 Aug 2015 15:07:03 -0700 Subject: software/scheme: syntax fixes --- software/scheme.page | 12 ++++++------ 1 file 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 `_. 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 `_. 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 `_* 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:: -- cgit v1.2.3