From 01874309e3eeabe05c1119e69b433898aefae844 Mon Sep 17 00:00:00 2001 From: tocariimaa Date: Thu, 13 Feb 2025 19:16:50 -0300 Subject: [PATCH] articles/sicp.md: add link --- articles/sicp.md | 5 +++-- 1 file changed, 3 insertions(+), 2 deletions(-) diff --git a/articles/sicp.md b/articles/sicp.md index 084d238..2ec7c70 100644 --- a/articles/sicp.md +++ b/articles/sicp.md @@ -4,8 +4,9 @@ second edition in 1996, meant to teach fundamental concepts of compsci such as r of programming languages (the book has a chapter in implementing a metacircular evaluator) using the [Lisp](lisp.md) language [Scheme](scheme.md). Currently the book has been released under the CC BY-SA license. -It can be read online here (HTML): -or here as a PDF file: +It can be read online here (HTML): +, +also here: and as a PDF file: ## See Also - *How to Design Programs* (HTDP), also available online: