common-lisp
Does common lisp have any built in help like (? commandName)
I am learning lisp and i was wondering if there were any built in help commands - ie: return help on a topic or comma开发者_开发问答nd - like (defun /?)[详细]
2023-03-15 12:10 分类:问答I got error of using "print-xml" in Lisp when I follow the example of s-xml homepage
s-xml home: http://common-lisp.net/project/s-xml/ I use Clozure CL to run Lisp. It works fine so far. Then I tried s-xml like below:[详细]
2023-03-15 06:20 分类:问答New SLIMV 0.8.4 install, paren matching works, indentation doesn't
I\'m reinstalling everything after a hdd failure on my netbook (fresh install of Ubuntu Netbook Edition 10.04), and am trying to get the excellent SLIMV working again.[详细]
2023-03-15 00:57 分类:问答Selected tech. stack for web application - criticism / comments?
I\'m about to build my first serious Lisp-based project: a web application that will need to scale to tens of thousands of users (not concurrently - probably hundreds, at most, concurrently).[详细]
2023-03-13 13:11 分类:问答variable trouble in lisp
I\'m writing a program in Common Lisp i开发者_JAVA技巧n which I need a function with this basic outline:[详细]
2023-03-13 05:17 分类:问答Vertical align floats on decimal dot
Is there a simple way to align on the decimal dot a column of floats? In other words, I would like an output like the one of (vertical bars \'|\' are there only for clarity purpose)[详细]
2023-03-12 23:37 分类:问答write comparison string function
I fully understand the use of list in lisp but I \'ve got problem using string. I try to write my own code of fu开发者_如何学运维nctions like string> or string< from common lisp to understand how l[详细]
2023-03-12 07:53 分类:问答Variable as table name using Lisp/Postmodern/PostgreSQL
Can someone please give an example of how to write a row to a table using a variable as the table name in Lisp/Postmodern/S-SQL/PostgreSQL?[详细]
2023-03-11 08:29 分类:问答How can I find the value of LC_XXX locale integr constants so that I can use them with cffi
I have this code开发者_JS百科: (define-foreign-library libc (:unix \"libc.so.6\")) (use-foreign-library libc)[详细]
2023-03-11 06:40 分类:问答Why isn't this Do Form valid?
I\'m new to Common Lisp. I tried out the following do form: (do ((n 0 (+ n 1))) (< n 10) (print n)) Clisp responds with:[详细]
2023-03-10 22:39 分类:问答