From 4a86841b34d3202defd604f142b4ffc8020e85bc Mon Sep 17 00:00:00 2001 From: G Gundam Date: Wed, 19 Feb 2025 03:25:27 -0800 Subject: [PATCH] Update learn.md - fix link for Casting SPELs in LFE Change it from: https://lfe.io/books/casting-spels/ to: https://cnbbooks.github.io/lfe-casting-spels/index.html . --- content/learn.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/content/learn.md b/content/learn.md index 656598c..293bbb8 100644 --- a/content/learn.md +++ b/content/learn.md @@ -17,7 +17,7 @@ long_description = "Learning LFE must be taken in three tracks: learning the syn ### More Details -* [Casting SPELs in LFE](https://lfe.io/books/casting-spels/) - The famous "Casting SPELs in Lisp" translated into LFE, but taking things further than the original with state management via `defrecord`, creating a custom game server, and then dipping the toes into OTP with a conversion of the custom game server to a `gen_server`. +* [Casting SPELs in LFE](https://cnbbooks.github.io/lfe-casting-spels/index.html) - The famous "Casting SPELs in Lisp" translated into LFE, but taking things further than the original with state management via `defrecord`, creating a custom game server, and then dipping the toes into OTP with a conversion of the custom game server to a `gen_server`. * [LFE Examples](https://github.com/lfe/lfe/tree/develop/examples) - For those that learn by watching and playing, the `./examples` directory in the LFE repo may be quite useful. * LFE on [Rosetta Code](https://rosettacode.org/wiki/Category:LFE) - If those examples aren't enough for you, there are 99 others to choose from on Rosetta Code!