From: jim Date: Wed, 4 Feb 2015 05:40:58 +0000 (-0500) Subject: tweak eggs X-Git-Url: http://lambda.jimpryor.net/git/gitweb.cgi?p=lambda.git;a=commitdiff_plain;h=3a75b22ef54002db4bc86c3eada18319c80daa87 tweak eggs --- diff --git a/learning_scheme.mdwn b/learning_scheme.mdwn index 8f27021b..4328a646 100644 --- a/learning_scheme.mdwn +++ b/learning_scheme.mdwn @@ -95,16 +95,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)