From a509741e8853793273c21323dba3461b9d265194 Mon Sep 17 00:00:00 2001 From: Kevin Secretan Date: Sun, 1 Sep 2024 21:00:56 -0700 Subject: [PATCH] Add reference to Rosetta Code resource --- index.md | 1 + 1 file changed, 1 insertion(+) diff --git a/index.md b/index.md index 90f799e..a7572a4 100644 --- a/index.md +++ b/index.md @@ -124,6 +124,7 @@ The Cookbook has been translated to: * Pascal Costanza's [Highly Opinionated Guide to Lisp](http://www.p-cos.net/lisp/guide.html) * [Cliki](http://www.cliki.net/), Common Lisp's wiki * 📹 [Common Lisp programming: from novice to effective developer](https://www.udemy.com/course/common-lisp-programming/?referralCode=2F3D698BBC4326F94358), a video course on the Udemy platform (paywall), by one of the main Cookbook contributor. *"Thanks for supporting my work on Udemy. You can ask me for a free coupon if you are a student."* vindarel +* [Rosetta Code](https://rosettacode.org/wiki/Category:Common_Lisp) - hundreds of CL solutions for various tasks in comparison with other programming languages and also: [Common Lisp Pitfalls](https://github.com/LispCookbook/cl-cookbook/issues/479) by Jeff Dalton.