Skip to content

Commit b83a512

Browse files
committed
see also++
1 parent 5117d12 commit b83a512

File tree

2 files changed

+18
-2
lines changed

2 files changed

+18
-2
lines changed

content/see also/_index.md

Lines changed: 16 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -3,6 +3,13 @@ title = "See also"
33
weight = 5000
44
+++
55

6+
Other tutorials:
7+
8+
- [Neil Munro's Clack/Lack/Ningle tutorial](https://nmunro.github.io/2024/12/29/ningle-1.html)
9+
- [the Cookbook](https://lispcookbook.github.io/cl-cookbook/)
10+
11+
Project skeletons and demos:
12+
613
- [cl-cookieweb](https://github.com/vindarel/cl-cookieweb) - a web project template
714
- [Feather](https://hg.sr.ht/~wnortje/feather), a template for web
815
application development, shows a functioning Hello World app
@@ -12,3 +19,12 @@ weight = 5000
1219
a simple project template with Hunchentoot, Easy-Routes, Djula and Bulma CSS.
1320
- [lisp-web-live-reload-example](https://github.com/vindarel/lisp-web-live-reload-example/) -
1421
a toy project to show how to interact with a running web app.
22+
23+
Libraries:
24+
25+
- [awesome-cl](https://github.com/CodyReichert/awesome-cl)
26+
27+
<!-- Videos: -->
28+
29+
<!-- - [Baggers' channel](https://www.youtube.com/channel/UCMV8p6Lb-bd6UZtTc_QD4zA): Lisp tutorials -->
30+
<!-- - [](https://www.youtube.com/watch?v=h_noB1sI_e8) -->

content/tutorial/_index.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@ weight = -1
44
+++
55

66

7-
Are you ready to build a web app in Common Lisp? Welcome.
7+
Are you ready to build a web app in Common Lisp?
88

99
In this first tutorial we will build a simple app that shows a web
1010
form that will search and display a list of products.
@@ -28,7 +28,7 @@ with an .asd definition and a package, etc.
2828

2929
We expect that you have Quicklisp installed. If not, please see the [Cookbook: getting started](https://lispcookbook.github.io/cl-cookbook/getting-started.html).
3030

31-
Now let's go.
31+
Now [let's get started](/tutorial/getting-started/).
3232

3333
But beware. There is no going back.
3434

0 commit comments

Comments
 (0)