X-Git-Url: http://lambda.jimpryor.net/git/gitweb.cgi?p=lambda.git;a=blobdiff_plain;f=learning_scheme.mdwn;h=2ded2d37225b5156645e781e16f6ba4e274887de;hp=8f27021ba03fc4b23abfb74304a667d04734fca4;hb=020566910974049e4cd9cbc9279a781768e1817c;hpb=3b8e0be695851d27eb3d3edc61bf8f0c56b3b4fe diff --git a/learning_scheme.mdwn b/learning_scheme.mdwn index 8f27021b..2ded2d37 100644 --- a/learning_scheme.mdwn +++ b/learning_scheme.mdwn @@ -1,5 +1,6 @@ * [Try Scheme in your browser](http://tryscheme.sourceforge.net/) (slow, bare-bones) * This site's guide to [[Installing Scheme|/installing#scheme]] +* This site's [[explanation of the differences between Scheme, OCaml, and Haskell|rosetta1]] * Wikipedia on @@ -95,16 +96,17 @@ Chicken API Search: -* [Data model](http://wiki.call-cc.org/man/4/Data%20representation) | -[internals](http://wiki.call-cc.org/Internals) | -[FFI](http://wiki.call-cc.org/man/4/Interface%20to%20external%20functions%20and%20variables) -* [Eggs](http://wiki.call-cc.org/eggs) | -[Eggs2](http://wiki.call-cc.org/man/4/Extensions) | -[Repository](http://wiki.call-cc.org/chicken-projects/egg-index-4.html) -* [Distributed egg repos](http://wiki.call-cc.org/distributed-egg-repos) * [chicken-setup](http://manpages.ubuntu.com/manpages/karmic/man1/chicken-setup.1.html) * [chicken-install](http://manpages.ubuntu.com/manpages/utopic/en/man1/chicken-install.1.html) +* Eggs: [managing](http://wiki.call-cc.org/eggs) | +[authoring](http://wiki.call-cc.org/eggs%20tutorial) +([more](http://wiki.call-cc.org/man/4/Extensions)) | +[repository](http://wiki.call-cc.org/chicken-projects/egg-index-4.html) +* [Distributed egg repos](http://wiki.call-cc.org/distributed-egg-repos) * Tutorial on writing eggs: [1](http://shisaa.jp/postset/chicken-scheme-1.html) [2](http://shisaa.jp/postset/chicken-scheme-2.html) [3](http://shisaa.jp/postset/chicken-scheme-3.html) +* [Data model](http://wiki.call-cc.org/man/4/Data%20representation) | +[internals](http://wiki.call-cc.org/Internals) | +[FFI](http://wiki.call-cc.org/man/4/Interface%20to%20external%20functions%20and%20variables)