Skip to content

Commit

Permalink
Merge branch 'LispCookbook:master' into master
Browse files Browse the repository at this point in the history
  • Loading branch information
may authored Jan 23, 2024
2 parents b13e58f + 8ebf665 commit ed36a9c
Showing 1 changed file with 6 additions and 4 deletions.
10 changes: 6 additions & 4 deletions web.md
Original file line number Diff line number Diff line change
Expand Up @@ -509,9 +509,7 @@ The global variables to set to choose the error handling behaviour are:

See also the generic function `maybe-invoke-debugger` if you want to
fine-tune this behaviour. You might want to specialize it on specific
condition classes (see below) for debugging purposes. The default method [invokes
the debugger](http://www.lispworks.com/documentation/HyperSpec/Body/f_invoke.htm)
if `*catch-errors-p*` is `nil`.
condition classes (see below) for debugging purposes.

- `*show-lisp-errors-p*`: set to `t` if you want to see errors in HTML output in the browser.
- `*show-lisp-backtraces-p*`: set to `nil` if the errors shown in HTML
Expand Down Expand Up @@ -953,7 +951,9 @@ Please see the section on [testing#continuous-integration](testing.html#continuo

### Multi-platform delivery with Electron

[Ceramic](https://ceramic.github.io/) makes all the work for us.
Once you built a binary of your web application, you can point an Electron window to it.

[Ceramic](https://ceramic.github.io/) is a collection of tools that make all the work for us.

It is as simple as this:

Expand Down Expand Up @@ -1170,6 +1170,8 @@ row.
a simple project template with Hunchentoot, Easy-Routes, Djula and Bulma CSS.
- [lisp-web-live-reload-example](https://github.com/vindarel/lisp-web-live-reload-example/) -
a toy project to show how to interact with a running web app.
- [lisp-journey: enrich your stacktrace with session and user data](https://lisp-journey.gitlab.io/blog/common-lisp-on-the-web-enrich-your-stacktrace-with-request-and-session-data/)
- [video: how to build a web app in Lisp · part 1](https://www.youtube.com/watch?v=h_noB1sI_e8) featuring Hunchentoot, easy-routes, Djula templates, error handling, common traps.

## Credits

Expand Down

0 comments on commit ed36a9c

Please sign in to comment.