From e73f89e5fe928620588aaa18b59160199732fe8d Mon Sep 17 00:00:00 2001 From: vindarel Date: Sat, 31 Aug 2024 00:59:19 +0200 Subject: [PATCH] =?UTF-8?q?=F0=9F=8E=A5=20=20README:=20you=20should=20watc?= =?UTF-8?q?h=20this=20too:=20resume=20execution=20from=20any=20point=20in?= =?UTF-8?q?=20the=20stack?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit [ci skip] --- README.md | 3 +++ 1 file changed, 3 insertions(+) diff --git a/README.md b/README.md index 51394c4..cd346ed 100644 --- a/README.md +++ b/README.md @@ -442,4 +442,7 @@ Special big thanks to @cinerion, [@themarcelor](https://github.com/themarcelor) - [these years in Lisp: 2022 in review](https://lisp-journey.gitlab.io/blog/these-years-in-common-lisp-2022-in-review/) - [Python VS Common Lisp, workflow and ecosystem](https://lisp-journey.gitlab.io/pythonvslisp/) - [A road to Common Lisp](https://stevelosh.com/blog/2018/08/a-road-to-common-lisp/) +- šŸŽ„ [Youtube showcases](https://www.youtube.com/@vindarel): + - [Debugging Lisp: fix and resume a program from any point in the stack](https://www.youtube.com/watch?v=jBBS4FeY7XM) + - [How to call a REST API in Common Lisp: HTTP requests, JSONĀ parsing, CLI arguments, binaries](https://www.youtube.com/watch?v=TAtwcBh1QLg) - šŸŽ„ my [Common Lisp course in videos: from novice to efficient programmer](https://www.udemy.com/course/common-lisp-programming/?referralCode=2F3D698BBC4326F94358), on the Udemy platform.