vindarel
vindarel
Thanks. I installed the Rust toolchain with the curl command, but I could probably have gone with `apt install rustc cargo`. In `/parrot_ui` I started a local server with `python...
> 1. View SBCL process output exactly, I see a list of warnings but in the end this is where I saw > ;; Slynk started at port: 4005. !...
Exactly. The SBCL output dialog and this command give me the same output, which says Slynk was started: /usr/local/bin/sbcl --core /usr/local/lib/sbcl/sbcl.core --load src-tauri/slynk/start-slynk.lisp ``` This is SBCL 2.1.5, an implementation...
hello, WDYT of this? --- ## `setf` functions A function name can also be a list of two symbols with `setf` as the first one, and where the first argument...
ACK, thanks. I think I covered the last point with `state1` and `state2`, being `width` and `area` (which is, well, not a state stored in the hash-table).
that's grand, thanks. We have to talk about code snippets starting with `* `, I really don't like them: beginners wonder what this is, more tedious to copy-paste, ugly, less...
option 1) is used throughout the Cookbook, option 2) is good, we can go with it. With long results, we can do ```lisp (some lisp form) ;; => ;; 1...
It would be a welcome addition.
> (you may want to add somewhere as a CL doc resource?) I mentioned it on the index and on awesome-cl. Have a look if it's referenced on Cliki too?
Hi, thanks for this! It looks like we should not include nodgui, to ease installation for many people, right? I envisioned a set of little tools and ready-to-use scripts built...