Skip to content

Commit

Permalink
Didn't fmt the README. Pretty shameful.
Browse files Browse the repository at this point in the history
  • Loading branch information
wryun committed Aug 21, 2012
1 parent 91043f5 commit 9142199
Showing 1 changed file with 8 additions and 13 deletions.
21 changes: 8 additions & 13 deletions README
Original file line number Diff line number Diff line change
Expand Up @@ -6,20 +6,21 @@ implementation of rc.

See the INSTALL file for installation instructions. Once it's running
have a look at the manual page and the docs and examples directories,
in particular Haahr & Rakitzis' paper: ``Es: a shell with higher-order
functions.'' The paper corresponds to a slightly older version of the shell; see the file ERRATA for changes which affect parts of the paper.
in particular Haahr & Rakitzis's paper: ``Es: a shell with higher-order
functions.'' The paper corresponds to a slightly older version of the
shell; see the file ERRATA for changes which affect parts of the paper.

The file initial.es, which is used to build the initial
memory state of the es interpreter, can be read to better understand
how pieces of the shell interact.
The file initial.es, which is used to build the initial memory state of
the es interpreter, can be read to better understand how pieces of the
shell interact.

The official ftp site (associated with the original authors) is at:

ftp.sys.utoronto.ca/pub/es
ftp://ftp.sys.utoronto.ca/pub/es

but all of the relevant information should be mirrored in the repository,

www.github.com/wryun/es-shell
http://www.github.com/wryun/es-shell

including the change history and the old mailing list archives.

Expand All @@ -29,12 +30,6 @@ debugger for es scripts, esdebug, is also included; this is very
untested and should be considered little more than a sketch of a few
ideas.

A simple history mechanism for this shell (conceptually derived from
the Research Eighth Edition Unix =(1) commands) is available in

ftp.sys.utoronto.ca:/pub/es/history.tar.Z


Copyright
---------

Expand Down

0 comments on commit 9142199

Please sign in to comment.