sbcl
"GNU Make not found. Try setting the environment variable GNUMAKE."
I am trying开发者_JAVA百科 to install Steel Bank Common Lisp as described in this article. However, when I do this step:[详细]
2023-01-04 04:36 分类:问答how to turn off the debugger in sbcl
I\'m trying to learn common lisp currently and I\'ve been using sbcl (I hope that\'s开发者_运维知识库 a decent implementation choice.)[详细]
2023-01-03 20:17 分类:问答How do I reuse a previously-opened port, using SBCL's sockets?
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.[详细]
2022-12-25 16:10 分类:问答How do I disable warnings in lisp (sbcl)
How do I disable all warnings in sbcl? The extra output is rather annoy开发者_开发百科ing.After much faffing about[详细]
2022-12-24 18:39 分类:问答Create a polynomial object from a number using change-class
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[详细]
2022-12-24 04:41 分类:问答sbcl runs forever on second call of function
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.[详细]
2022-12-21 17:20 分类:问答Connect SBCL on Windows to SQL Server using Integrated Authentication
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?[详细]
2022-12-16 05:52 分类:问答How to make a list of arrays, not their symbols, in Lisp?
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.[详细]
2022-12-13 11:40 分类:问答