Neil Lindquist

Results 19 issues of Neil Lindquist

`\"` is used to apply an umlaut-type accent; however, it gets caught by the warning to not use `"`. For example `na\"{\i}ve` gets flagged, even though its the only way...

enhancement

Slime allows accessing printed lisp objects and cut-and-pasting them. See https://www.common-lisp.net/project/slime/doc/html/Presentations.html

enhancement

Lookup where a function is called.

enhancement

enhancement

* [x] Sexp format * [x] Human-readable, standard format writer * MPS format * [x] reader * [ ] writer * Other solver formats (eg http://lpsolve.sourceforge.net/5.1/formulate.htm#Read%20the%20model%20from%20an%20ASCII%20file)

Fixes #24 and follows the decision there that using paredit is the best approach. When the user presses enter in the REPL, if there are missing close braces it adds...

This adds the stack trace to the debug pane, below the available restarts. It initially shows the stack frames that are sent with the initial debug message from swank, with...

This adds the interface for compiling a file. This fixes #37 and makes #41 obsolete. This pull request depends on sjlevine/swank-client-js#6.

This PR is just to test CI-Utils as a pull request

An example of this idea being used: https://recursive.games/posts/Building-a-Cross-Platform-Lisp-Binary.html Although, ASDF's mechanics is probably a better starting point for portability's sake