File tree Expand file tree Collapse file tree 3 files changed +11
-2
lines changed
isomorphic web frameworks Expand file tree Collapse file tree 3 files changed +11
-2
lines changed Original file line number Diff line number Diff line change @@ -149,4 +149,4 @@ We are @vindarel on [Lisp's Discord server](https://discord.gg/hhk46CE) and Mast
149149[ radiance ] : https://github.com/Shirakumo/radiance
150150[ snooze ] : https://github.com/joaotavora/snooze
151151[ cl-rest-server ] : https://github.com/mmontone/cl-rest-server
152- [ weblocks ] : https://github.com/40ants/weblocks
152+ [ weblocks ] : https://github.com/40ants/reblocks
Original file line number Diff line number Diff line change @@ -85,4 +85,4 @@ and [Cliki](https://www.cliki.net/Web).
8585[ radiance ] : https://github.com/Shirakumo/radiance
8686[ snooze ] : https://github.com/joaotavora/snooze
8787[ cl-rest-server ] : https://github.com/mmontone/cl-rest-server
88- [ weblocks ] : https://github.com/40ants/weblocks
88+ [ weblocks ] : https://github.com/40ants/reblocks
Original file line number Diff line number Diff line change @@ -368,6 +368,14 @@ And, as you noticed:
368368This was only an introduction. As we said, CLOG is well suited for a
369369wide range of applications.
370370
371+ ### Stop the app
372+
373+ Use
374+
375+ ``` lisp
376+ (clog:shutdown)
377+ ```
378+
371379## Full code
372380
373381``` lisp
@@ -487,3 +495,4 @@ wide range of applications.
487495## References
488496
489497- CLOG: https://rabbibotton.github.io/clog/clog-manual.html
498+
You can’t perform that action at this time.
0 commit comments