andy peterson
andy peterson
Last year, I opened a similar issue in clack [https://github.com/fukamachi/clack/issues/127](https://github.com/fukamachi/clack/issues/127) In the end I used an nginx frontend to handle https.
This example inserts a new row in table_a and updates a row in table_b with a reference to the new row. Currval only works within a transaction. ``` (with-connection (db)...
`load` accepts a stream or a pathname designator. HTML5 sort of has a file system. `` creates a button which opens dialog on the client and returns a [list](https://developer.mozilla.org/en-US/docs/Web/API/FileList) of...
[JSCL](https://github.com/jscl-project/jscl) is a start and still under development.
http://mop.lisp.se/www.alu.org/mop/
This is a common "gotcha" in common lisp. This is because `*handler*` already has a value, the second call using `defvar` does nothing. `defvar` defines a global variable, if it...
a bit of advice and an aside. In slime, you can restart common lisp without restarting emacs. At the REPL with a blank prompt, enter `,` (comma), then write `restart-inferior-lisp`...
yes, because you are starting a fresh new common lisp process, you will need to re-load into lisp what you want to work on. Using your example, you will need...