clisp
Does CLISP have something like SBCL's sb-ext:*posix-argv*?
I\'d like to be able to access CLISP\'s argv fro开发者_运维百科m Lisp.It seems that there is either ext:argv or ext:*args*, depending on your needs (from the implementation notes).[详细]
2023-01-26 21:30 分类:问答Differentiate between a list and an atom in common lisp
I have a basic clisp function that I am making that just returns the number of atoms in a list.The issue I am having is I need it to increment for atoms in a list that is in the list, instead of seein[详细]
2023-01-23 20:05 分类:问答Is there a way to get the CLISP compiled with dynamic FFI support on Mac OS?
I use clisp 2.48 (2009-07-28) on Mac OS X 10.6.4.开发者_开发问答 I downloaded the clisp with \'sudo port install clisp\'.[详细]
2023-01-19 22:31 分类:问答How to unload a lisp file in CLisp REPL?
Am able to load and call the functions but I would like to reload the file after making some corrections.[详细]
2023-01-16 15:21 分类:问答Turning off the result printing in common lisp
I am working with a reasonably large dataset in GNU clisp. It would be really nice if I could turn off the P of the REPL. Having thousands of results spew across my screen really isn\'t very useful.[详细]
2023-01-16 02:47 分类:问答running shell commands with gnu clisp
I\'m trying to create a \"system\" command for clisp that works like this (setq result (system \"pwd\"))[详细]
2023-01-02 21:32 分类:问答What can be done with Common Lisp? [closed]
Closed. This question is opinion-based. It is not currently accepting answers. Want to improve this question? Update the question so it can be answered with facts and citations by editing[详细]
2023-01-01 23:48 分类:问答help with multiplying polynomials in lisp
for example: (3x2 - 5x + 2)(7x + 1) 开发者_如何学JAVAand you simplify it like this: ((3 2)(-5 1)(2 0))((7 1)(1 0))[详细]
2022-12-30 14:52 分类:问答Help With Lisp Code for a Binary Tree
I have (setq l2 \'(1 (2 b (c 1 b))(a (1 2) d))) (defun drumuri (l3) (cond ((atom l3) (cons l3 nil)) (t (append[详细]
2022-12-30 13:17 分类:问答Lisp code called from Java
Long story: I am doing a project for my functional programing class, and I thought of writing an AI controller in Lisp, for the Mario AI competition.[详细]
2022-12-12 23:53 分类:问答