refine hidden assignment2
[lambda.git] / learning_scheme.mdwn
index 8f27021..2ded2d3 100644 (file)
@@ -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)