Den tir. 9. mar. 2021 kl. 20.38 skrev Tim Lee <[email protected]>:
> I noticed that SRFI 216 "SICP Prerequisites" reached "final" status in > January 2021. How will this affect #lang sicp? What are the differences > between these two SICP aids? > > SRFI 216 link: https://srfi.schemers.org/srfi-216/srfi-216.html > #lang sicp link: > https://docs.racket-lang.org/sicp-manual/SICP_Language.html The goal in each case is to provide an easy way to try the examples in the book. The documentation of `#lang sicp` is here: https://docs.racket-lang.org/sicp-manual/SICP_Language.html The code is here: https://github.com/sicp-lang/sicp/blob/master/sicp/main.rkt Note that `sicp-pict` provides a modern implementation of the Henderson picture language. With colors and high resolution as well as support for pens and brushes. https://github.com/sicp-lang/sicp/blob/master/sicp-pict/main.rkt /Jens Axel -- You received this message because you are subscribed to the Google Groups "Racket Users" group. To unsubscribe from this group and stop receiving emails from it, send an email to [email protected]. To view this discussion on the web visit https://groups.google.com/d/msgid/racket-users/CABefVgwKcjNCySFdZDvJ-xaD%3D2b4491NPjp6vkQ07WUnFmTobg%40mail.gmail.com.

