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\'ve just installed the Allegro Common Lisp CL Enterprise edition. The installation manual said if run (require:build) 开发者_如何学编程with output like \"fast loading..\"then means the installation
A function takes a sequence as the parameter. In the function, I want to make an empty sequence of the same type of the parameter. Then I\'ll store something and return it such that the return type is
I\'ve completed the Graham\'s exercise Chapter 5.8,and 开发者_如何学Gomy code is: (defun max-min (vec &key (start 0) (end (length vec)))
cann\'t read text file. READ: input stream #1=# has reached its end [Condition of type SYSTEM::SIMPLE开发者_JAVA百科-END-OF-FILE]
Suppose I have this wonderful function foo [92]> (defun foo () (lambda() 42)) FOO [93]> (foo) #<FUNCTION :LAMBDA NIL 42>
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.
I\'ve done the Graham Common Lisp Chapter 5 Exercise 5, which requires a function that takes an object X and a vector V, and returns a list of all the objects that immediately precede X in V.
I\'m trying to learn lisp and as i\'m making my first steps i got stuck. How can i get c element form following list:(a b (c.d))
There\'s a structure of the following format: (setq dist 开发者_如何学Python\'(((1 1) 1) ((0 2) 3)