How to convert the HTML obtained from Dexador (library) to JSON in Common Lisp?...
Read MoreWhy the use of `,@` does not work as I expected in this common lisp macro? Why is Slime returning th...
Read MoreWhy inserting `format` function inside a `dolist` expression does not work in Common Lisp?...
Read MorePop first element in a list using a macro...
Read MoreWhy is Common Lisp famous library Dexador not working for this HTTP POST request case? Is it a bug o...
Read MoreWhat's the lisp equivalent of System.exit(0)?...
Read MoreHow to re-write this Common Lisp macro avoiding the back-quote notation?...
Read MoreHow to use libraries in Common Lisp?...
Read MoreCommon Lisp: How to get (in-package ...) to work from within Emacs Slime...
Read Morewhere is the text printed by C printf...
Read MoreHow to convert a stringfied JSON from a no-indentation and escape backslashes to a beautifully inden...
Read MoreWould like to understand why the SOME function in examples below are returning inconsistent results...
Read MoreHow to append a subdirectory to a pathname in Common Lisp...
Read MoreUnix signal handling in (common) lisp...
Read Moredotimes taking very long for large inputs...
Read MoreHow to use `class-direct-superclasses` and `class-precedence-list` in Steel Bank Common Lisp (SBCL)?...
Read MoreHow to create a list with a dotted-pair using only list function in lisp?...
Read MoreBest practices for deprecating functions...
Read MoreWhy this symbol expasion is being malformed in Common Lisp?...
Read MoreWhat is a didatic example of the with-slots macro in CLOS?...
Read MoreIf CLOS had a compile-time dispatch, what would happen to this code snippet?...
Read MoreHow to permanently save a macro in LISP (sbcl)...
Read More(How) can a handler set the return value of signal function?...
Read MoreMacro argument not being substituted in...
Read MoreA barcode from cl-pdf bar-codes.lisp is invalid?...
Read MoreLisp: How to get the reference (not the value) of an element in a 2D Matrix represented as a List of...
Read MoreDifference between Special Variable and Global Variable...
Read More