I am trying开发者_JAVA百科 to install Steel Bank Common Lisp as described in this article. However, when I do this step:
I\'m trying to learn common lisp currently and I\'ve been using sbcl (I hope that\'s开发者_运维知识库 a decent implementation choice.)
Creating a server-side socket will fail if I\'m trying to use the same port I\'ve used before.开发者_StackOverflow中文版 An address-in-use error occurs.
How do I disable all warnings in sbcl? The extra output is rather annoy开发者_开发百科ing.After much faffing about
I have written a polynomial class along the lines described in SICP 2.5.3 (except using defclass). I would like to be able to seamlessly add and multiply polynomials and regular numbers but I can\'t m
The function开发者_如何学JAVA: Given a list lst return all permutations of the list\'s contents of exactly length k, which defaults to length of list if not provided.
What is the path of least resistance in getting an SB开发者_开发技巧CL application running on Windows to connect to a SQL Server instance, using integrated authentication?
I\'m trying to make a function to get a delta between arrays, but right now just want to make a subset: get Nth element.