lisp
What is happening with this Common Lisp code?
I\'ve written the following bit of code to 开发者_如何学JAVAsimulate rolling a six-sided die a number of times and counting how many times each side landed up:[详细]
2023-04-02 01:39 分类:问答Change Emacs window appearance when it loses focus
When I program I use two screens with Emacs on both with two buffers split in each window totaling 4 open source files on screen at any one time.[详细]
2023-04-01 23:22 分类:问答Modify Alt+f in Emacs for tex-mode
Alt+f in emacs when writing in tex mode seems to not include the . as part of the word. So 开发者_运维百科how do I modify the alt+f behavior to remain the same exact when going forward if there is pun[详细]
2023-04-01 18:28 分类:问答Where to learn how to practically use Common Lisp [closed]
Closed. This question is seeking recommendations for books, tools, software libraries, and more. It does not meet Stack Overflow guidelines. It is not currently accepting answers.[详细]
2023-04-01 12:25 分类:问答Running Emacs ispell command doesn't ask confirmation to save to private dictionary
Everytime I run ispell-buffer and add things to the private dictionary. It asks me confirmation whether I开发者_StackOverflow中文版 want to save it or not at the end. Can I turn this off?? So it doesn[详细]
2023-04-01 06:18 分类:问答Is there a way to convert a list to a set in Scheme?
I want to test for equality amongst lists, but 开发者_开发知识库I really only care that the members are the same, not the ordering. Are there any simple operators to check for this?[详细]
2023-03-29 09:33 分类:问答Is there a way to link my GCL Lisp file with a separate C++ program on Windows?
I have looked for some info on this and haven\'t found anything very helpful. Background What I have is GNU Common Lisp installed. I can create a Lisp file and compile it to a .o object file using t[详细]
2023-03-29 07:27 分类:问答Tree Search Saving Execution State
I have a tree, A / \\ BC /\\\\ DEF represented as a list, (A (B (D) (E)) (C (F))) It actually is a very large tree so what I would like to do is start the search if I can\'t find what I am look[详细]
2023-03-29 07:14 分类:问答Remove even appearance of elements from list with Lisp or PROLOG
I have to delete even appearance of element from list using LISP or PROLOG. Here is some example. input: \'(5 2 (3 5 (3) 5 (4 2 (2 4))) 5 2)[详细]
2023-03-28 16:24 分类:问答Possible to reset user environment in Scheme REPL?
Scheme newbie question- Is there a way for me to reset my current REPL environment (i.e. the default user environment) without quitting and restarting my REPL? Basically I\'d like a way to wipe out m[详细]
2023-03-28 13:42 分类:问答