vindarel
vindarel
Hi again ! so this post is really helpful, thanks (http://lispmethods.com/libraries.html). In the end, it is too bad you don't show solutions on how to automatically fetch dependencies without manually...
Hi all, Currently when I want to check if a string contains a substring, I need to use javascript's `indexOf`, or other tricks. Of course, I always write first `"foo"...
Hello, `make-command` doesn't exist, it was renamed to `make-script`. ping #7 Thanks!
I just learned (here https://github.com/lisp-tips/lisp-tips/issues/20#issuecomment-525275048) that deploy uses compression if available. I suggest to add details to the readme. Regards
Your recent achievement opens more possibilities. It would be awesome to couple sanity-clause's metaclass with Mito's dao-table-class. However, a class can accept only one metaclass, and a quick test by...
Hello, How can we write async/await functions with Parenscript? The expected result is ``` async function foo(){ await bar(); } ``` It would be a good fit for paren6, right?...
Hello, the link http://eudoxia.me/rock/ doesn't point to the doc anymore. Regards
Hello, I see that cl-annot is only used for the `@doc` annotation, for the usual `defmacro`, `defgeneric` and `defvar` forms, which all accept a docstring. This prevents me from quickloading...
Hello, I really like this package, IMO it would be great if it was part of Emacs. We may have a chance to do so through https://github.com/josteink/emacs-oob-reboot/ (project to enhance...