mirror of
https://codeberg.org/guix/guix.git
synced 2025-10-02 02:15:12 +00:00
doc: cookbook: Link to "A Scheme Primer".
* doc/guix-cookbook.texi (A Scheme Crash Course): Link to "A Scheme Primer". Group references in @quotation for clarity.
This commit is contained in:
parent
da7bee91fa
commit
9100acb6fb
1 changed files with 31 additions and 14 deletions
|
@ -284,24 +284,41 @@ depends on the @code{(guix store)} module and it exports two variables,
|
||||||
@code{ruby-build} and @code{ruby-build-system}.
|
@code{ruby-build} and @code{ruby-build-system}.
|
||||||
@end itemize
|
@end itemize
|
||||||
|
|
||||||
For a more detailed introduction, check out
|
@quotation Going further
|
||||||
@uref{http://www.troubleshooters.com/codecorn/scheme_guile/hello.htm, Scheme
|
Scheme is a language that has been widely used to teach programming and
|
||||||
at a Glance}, by Steve Litt.
|
you'll find plenty of material using it as a vehicle. Here's a
|
||||||
|
selection of documents to learn more about Scheme:
|
||||||
|
|
||||||
One of the reference Scheme books is the seminal ``Structure and
|
@itemize
|
||||||
Interpretation of Computer Programs'', by Harold Abelson and Gerald Jay
|
@item
|
||||||
Sussman, with Julie Sussman. You'll find a
|
@uref{https://spritely.institute/static/papers/scheme-primer.html, @i{A
|
||||||
@uref{https://mitpress.mit.edu/sites/default/files/sicp/index.html, free copy
|
Scheme Primer}}, by Christine Lemmer-Webber and the Spritely Institute.
|
||||||
online}, together with
|
|
||||||
@uref{https://ocw.mit.edu/courses/electrical-engineering-and-computer-science/6-001-structure-and-interpretation-of-computer-programs-spring-2005/video-lectures/,
|
@item
|
||||||
videos of the lectures by the authors}. The book is available in Texinfo
|
@uref{http://www.troubleshooters.com/codecorn/scheme_guile/hello.htm,
|
||||||
format as the @code{sicp} Guix package. Go ahead, run @code{guix install
|
@i{Scheme at a Glance}}, by Steve Litt.
|
||||||
sicp} and start reading with @code{info sicp} (@pxref{Top,,, sicp, Structure and Interpretation of Computer Programs}).
|
|
||||||
An @uref{https://sarabander.github.io/sicp/, unofficial ebook is also
|
@item
|
||||||
available}.
|
@uref{https://mitpress.mit.edu/sites/default/files/sicp/index.html,
|
||||||
|
@i{Structure and Interpretation of Computer Programs}}, by Harold
|
||||||
|
Abelson and Gerald Jay Sussman, with Julie Sussman. Colloquially known
|
||||||
|
as ``SICP'', this book is a reference.
|
||||||
|
|
||||||
|
You can also install it and read it from your computer:
|
||||||
|
|
||||||
|
@example
|
||||||
|
guix install sicp info-reader
|
||||||
|
info sicp
|
||||||
|
@end example
|
||||||
|
|
||||||
|
An @uref{https://sarabander.github.io/sicp/, unofficial ebook} is also
|
||||||
|
available.
|
||||||
|
|
||||||
|
@end itemize
|
||||||
|
|
||||||
You'll find more books, tutorials and other resources at
|
You'll find more books, tutorials and other resources at
|
||||||
@url{https://schemers.org/}.
|
@url{https://schemers.org/}.
|
||||||
|
@end quotation
|
||||||
|
|
||||||
|
|
||||||
@c *********************************************************************
|
@c *********************************************************************
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue