vindarel
vindarel
that's something I wanted to do in a project of mine, thanks for sharing.
Feedback from [learnlisp](https://www.reddit.com/r/learnlisp/comments/dvb0vq/tip_trying_again_a_fixed_number_of_times_with/): with `block`, `return-from` and `dotimes` instead of `tagbody`: ``` (dotimes (i 10) (block continue (handler-bind ((error (lambda (c) (when (< i 9) (format *error-output* "~A ~A~%" i...
edited, thanks.
Other example with this system definition (elluded), where we have a "src" modules, a "src/templates" module with static-file templates, and finally one static file (README). ```lisp ;; mysystem.asd :components ((:module...
Thank you! I added it to the Awesome list.
and I didn't find a "--no-cache" option for SBCL.
Hello, and ping? Regards.
Hello, you mean by default ? > Can I You can, in the View/Panes menu of Atom you can choose your disposition and even drag-n-drop panes.
Awesome ! And congrats.
Hello, and up ?