X-Git-Url: http://lambda.jimpryor.net/git/gitweb.cgi?a=blobdiff_plain;f=learning_scheme.mdwn;h=4328a6462f26251ba24f01cf646bb6939b345a46;hb=cfa21fe60e922c42434e56e25f3761a6d8985ac0;hp=8f27021ba03fc4b23abfb74304a667d04734fca4;hpb=3b8e0be695851d27eb3d3edc61bf8f0c56b3b4fe;p=lambda.git 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)