vindarel
vindarel
https://pypi.python.org/pypi/bleach/2.0.0 not urgent.
https://github.com/cram2/cram > CRAM is a toolbox for designing, implementing and deploying software on autonomous robots. The framework provides various tools and libraries for aiding in robot software development as well...
It is a Python library required to create the skeleton (and *not* to run the Lisp app). --- This skeleton uses shell built-ins: https://github.com/dnaeon/cl-skeleton/ (not as featureful as Cookiecutter, of...
I am tempted to mention ACL2 and its industrial users, even though these big tech companies are not "lisp companies". ## Checklist - [?] This company uses Common Lisp or...
Since this commit, I have a severe lag in the GUI: https://github.com/lem-project/lem/commit/f97c2482 with this, ALL Lem commands have a severe lag, for example typing anything in M-x and displaying the...
URL: https://github.com/vindarel/progressons It is a simple progress bar that displays on one line. It works for the terminal as well as in a dumb terminal (Emacs). ``` [1437/1437]██████████████████████████████████████████████████████████████████████████[100%] ```
From the October post: > What's up with Quicklisp updates taking way longer than usual? A couple things. > First, life has been pretty crazy for me, and I'm the...
Hi, these are two simple QoL improvements: some docstrings, stating the obvious but I find helpful for exploring on the REPL, and a more useful example. thanks
The full Lisp reader is in effect when we use `read-from-string`, so anything could happen and using it can lead to vulnerabilities issues. Example: ```lisp (read-from-string "#.(print \"you're dead!\")") ;;...
You created methods, but you want to remove one from the running image. There is no default way. ```lisp (defmacro undefmethod (name &rest args) "Undefine a method which was previously...