Welcome to OStack Knowledge Sharing Community for programmer and developer-Open, Learning and Share
Welcome To Ask or Share your Answers For Others

Categories

Recent questions tagged lisp

0 votes
437 views
1 answer
    If I write a file using (with-open-file (s "~/example.sexp" :direction :output) (write '(1 2 3) :stream s) (write ... -an-easy-way-to-read-a-list-from-an-input-file-in-common-lisp...
asked Oct 7, 2021 in Technique[技术] by 深蓝 (71.8m points)
0 votes
580 views
1 answer
    I have a very weird requirement that lexically binding a special variable of another package. In file A.lisp ( ... -that-possible-i-lexical-binding-special-var-in-other-package...
asked Oct 7, 2021 in Technique[技术] by 深蓝 (71.8m points)
0 votes
480 views
1 answer
    I am byte-compiling a module. It gives me this warning: Warning: cl package required at runtime Why is this a ... -what-does-this-error-mean-warning-cl-package-required-at-runtime...
asked Oct 7, 2021 in Technique[技术] by 深蓝 (71.8m points)
0 votes
435 views
1 answer
    I am byte-compiling a module. It gives me this warning: Warning: cl package required at runtime Why is this a ... -what-does-this-error-mean-warning-cl-package-required-at-runtime...
asked Oct 7, 2021 in Technique[技术] by 深蓝 (71.8m points)
0 votes
341 views
1 answer
    Can someone suggest articles that explain the concept of Homoiconicity, especially using Clojure. Why is it ... stackoverflow.com/questions/2296385/homoiconicity-how-does-it-work...
asked Oct 7, 2021 in Technique[技术] by 深蓝 (71.8m points)
0 votes
342 views
1 answer
    Can someone suggest articles that explain the concept of Homoiconicity, especially using Clojure. Why is it ... stackoverflow.com/questions/2296385/homoiconicity-how-does-it-work...
asked Oct 7, 2021 in Technique[技术] by 深蓝 (71.8m points)
0 votes
511 views
1 answer
    Basically, when should I use Emacs Lisp's function procedure? I haven't found any examples in which there's ... .com/questions/16801396/when-should-emacs-function-syntax-be-used...
asked Oct 6, 2021 in Technique[技术] by 深蓝 (71.8m points)
0 votes
391 views
1 answer
    Basically, when should I use Emacs Lisp's function procedure? I haven't found any examples in which there's ... .com/questions/16801396/when-should-emacs-function-syntax-be-used...
asked Oct 6, 2021 in Technique[技术] by 深蓝 (71.8m points)
0 votes
393 views
1 answer
    I am trying to learn lisp, using emacs dialect and I have a question. let us say list has some ... questions/2234860/lisp-filter-out-results-from-list-not-matching-predicate...
asked Oct 6, 2021 in Technique[技术] by 深蓝 (71.8m points)
0 votes
452 views
1 answer
    I am trying to learn lisp, using emacs dialect and I have a question. let us say list has some ... questions/2234860/lisp-filter-out-results-from-list-not-matching-predicate...
asked Oct 6, 2021 in Technique[技术] by 深蓝 (71.8m points)
0 votes
629 views
1 answer
    I want to make a local instance of a Java Scanner class in a clojure program. Why does this not work: ; ... from:https://stackoverflow.com/questions/622785/let-vs-def-in-clojure...
asked Oct 6, 2021 in Technique[技术] by 深蓝 (71.8m points)
0 votes
613 views
1 answer
    I want to make a local instance of a Java Scanner class in a clojure program. Why does this not work: ; ... from:https://stackoverflow.com/questions/622785/let-vs-def-in-clojure...
asked Oct 6, 2021 in Technique[技术] by 深蓝 (71.8m points)
0 votes
380 views
1 answer
    I'm trying to create a program that will compute for weekly the gross-pay of an employee. and here's ... :https://stackoverflow.com/questions/66064278/trying-to-compute-gross-pay...
asked Oct 6, 2021 in Technique[技术] by 深蓝 (71.8m points)
0 votes
443 views
1 answer
    I have a very weird requirement that lexically binding a special variable of another package. In file A.lisp ( ... -that-possible-i-lexical-binding-special-var-in-other-package...
asked Apr 24, 2021 in Technique[技术] by 深蓝 (71.8m points)
0 votes
758 views
1 answer
    I am trying to write a fold command for a tree in DrRacket, only know how to write fo Binary tree. Have any suggestions how ... -fold f int (bt-right tree)))))) Thanks in advance!...
asked Feb 19, 2021 in Technique[技术] by 深蓝 (71.8m points)
0 votes
658 views
1 answer
    This question is exactly opposite to the below question. Stack Overflow. When I use Slime inside Doom Emacs, I am not ... DOOM is using for auto-complete and how to disable it?...
asked Jan 27, 2021 in Technique[技术] by 深蓝 (71.8m points)
To see more, click for the full list of questions or popular tags.
Ask a question:
Welcome to OStack Knowledge Sharing Community for programmer and developer-Open, Learning and Share
Click Here to Ask a Question

...