File tree Expand file tree Collapse file tree 2 files changed +17
-5
lines changed
Expand file tree Collapse file tree 2 files changed +17
-5
lines changed Original file line number Diff line number Diff line change 11baseURL = " http://example.org/"
22languageCode = " en-us"
3- title = " Web Apps in Lisp - Know-how"
3+ title = " Web Apps in Lisp: Know-how"
44
55theme = " relearn"
66
@@ -12,5 +12,5 @@ theme = "relearn"
1212# For search functionality
1313[outputs ]
1414home = [ " 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 11
2- ## Web Apps in Lisp: Know-how
32
43You want to write a web application in Common Lisp and you don't know
54where to start? You are a beginner in web development, or a lisp
@@ -24,7 +23,12 @@ products and displays the results.
2423
2524
2625The ** 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+
2832
2933We hope that it will be plenty useful to you.
3034
@@ -36,6 +40,14 @@ Don't hesitate to share what you're building!
3640
3741Now let's go to [ the tutorial] ( /tutorial/ ) .
3842
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+
3951## Contact
4052
4153We 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