File tree 2 files changed +17
-5
lines changed
2 files changed +17
-5
lines changed Original file line number Diff line number Diff line change 1
1
baseURL = " http://example.org/"
2
2
languageCode = " en-us"
3
- title = " Web Apps in Lisp - Know-how"
3
+ title = " Web Apps in Lisp: Know-how"
4
4
5
5
theme = " relearn"
6
6
@@ -12,5 +12,5 @@ theme = "relearn"
12
12
# For search functionality
13
13
[outputs ]
14
14
home = [ " HTML" , " RSS" , " JSON" ]
15
- section = [" HTML" , " RSS" , " PRINT " ]
16
- page = [" HTML" , " RSS" , " PRINT " ]
15
+ section = [" HTML" , " RSS" ]
16
+ page = [" HTML" , " RSS" ]
Original file line number Diff line number Diff line change 1
1
2
- ## Web Apps in Lisp: Know-how
3
2
4
3
You want to write a web application in Common Lisp and you don't know
5
4
where to start? You are a beginner in web development, or a lisp
@@ -24,7 +23,12 @@ products and displays the results.
24
23
25
24
26
25
The ** building blocks** section is organized by topics, so that with a
27
- question in mind you should be able to look at the table of contents, pick the right page and go ahead.
26
+ question in mind you should be able to look at the table of contents,
27
+ pick the right page and go ahead. You'll find more tutorials, for
28
+ example in "User log-in" we build a login form.
29
+
30
+ ![ ] ( /building-blocks/login.png )
31
+
28
32
29
33
We hope that it will be plenty useful to you.
30
34
@@ -36,6 +40,14 @@ Don't hesitate to share what you're building!
36
40
37
41
Now let's go to [ the tutorial] ( /tutorial/ ) .
38
42
43
+ ## How to start with Common Lisp
44
+
45
+ This resources is not about learning Common Lisp the language, and we
46
+ expect you have a working setup, with the Quicklisp package
47
+ manager. Please have the
48
+ [ Cookbook] ( https://lispcookbook.github.io/cl-cookbook/ ) open on the side.
49
+
50
+
39
51
## Contact
40
52
41
53
We are @vindarel on [ Discord's Lisp server] ( https://discord.gg/hhk46CE ) and Mastodon. We can use Github
You can’t perform that action at this time.
0 commit comments