vindarel

Results 591 comments of 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...

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...

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.