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
530 views
1 answer
    And why don't they change it? Edit: The reason ask is because I'm new to emacs and I would like to use ... as they would on the native machine. See Question&Answers more detail:os...
asked Oct 24, 2021 in Technique[技术] by 深蓝 (71.8m points)
0 votes
479 views
1 answer
    I'm trying to learn and understand the Lisp programming language to a deep level. The function + evaluates ... its arguments aren't evaluated? See Question&Answers more detail:os...
asked Oct 24, 2021 in Technique[技术] by 深蓝 (71.8m points)
0 votes
485 views
1 answer
    How would you implement your own set! function in Scheme? A set! function is a destructive procedure that ... into account the previous value. See Question&Answers more detail:os...
asked Oct 24, 2021 in Technique[技术] by 深蓝 (71.8m points)
0 votes
736 views
1 answer
    This program produces an error: define: unbound identifier; also, no #%app syntax transformer is bound in: define ... clause *clause* *state*) See Question&Answers more detail:os...
asked Oct 24, 2021 in Technique[技术] by 深蓝 (71.8m points)
0 votes
420 views
1 answer
    I'm a newbie to LISP. I am attempting to invoke the scheme interpreter from within emacs (version 23 running on ... *scheme* buffer?) Thank you. See Question&Answers more detail:os...
asked Oct 24, 2021 in Technique[技术] by 深蓝 (71.8m points)
0 votes
507 views
1 answer
    I want to make a local instance of a Java Scanner class in a clojure program. Why does this not work: ; ... the difference between let and def? See Question&Answers more detail:os...
asked Oct 24, 2021 in Technique[技术] by 深蓝 (71.8m points)
0 votes
504 views
1 answer
    I want to have sort of indiacator at left side of the line wherever I have in the source code #TODO: ... line numbers displayed at emacs. See Question&Answers more detail:os...
asked Oct 24, 2021 in Technique[技术] by 深蓝 (71.8m points)
0 votes
522 views
1 answer
    Anybody know what #+ and #- operators means in .sbclrc? I couldn't find it in the manual. I see #- ... implementation or part of Common lisp? See Question&Answers more detail:os...
asked Oct 24, 2021 in Technique[技术] by 深蓝 (71.8m points)
0 votes
483 views
1 answer
    So Mathematica is different from other dialects of lisp because it blurs the lines between functions and macros ... of macros/patterns. See Question&Answers more detail:os...
asked Oct 24, 2021 in Technique[技术] by 深蓝 (71.8m points)
0 votes
385 views
1 answer
    For the life of me, I can't understand continuations. I think the problem stems from the fact that I don't ... it and recall later, as needed. See Question&Answers more detail:os...
asked Oct 24, 2021 in Technique[技术] by 深蓝 (71.8m points)
0 votes
371 views
1 answer
    My windows configuration looks like this: +----------+-----------+ | | | | | | | | | | | | | | | ... (cdr windows)) buf) (car (cdr windows)))))) See Question&Answers more detail:os...
asked Oct 24, 2021 in Technique[技术] by 深蓝 (71.8m points)
0 votes
417 views
1 answer
    I'm working through SICP. Currently, in the first chapter, I'm having problems getting Racket to let me ... the compatibility issues with SICP. See Question&Answers more detail:os...
asked Oct 24, 2021 in Technique[技术] by 深蓝 (71.8m points)
0 votes
422 views
1 answer
    I have a passing knowledge of other Lisps (particularly Scheme) from way back. Recently I've been reading about ... notation (ie: colons)? See Question&Answers more detail:os...
asked Oct 24, 2021 in Technique[技术] by 深蓝 (71.8m points)
0 votes
374 views
1 answer
    Well, the flawed function is as follows: (defun make-matrix (n) (make-array (n n) :initial-element 0)) ... I write this make-matrix function? See Question&Answers more detail:os...
asked Oct 24, 2021 in Technique[技术] by 深蓝 (71.8m points)
0 votes
361 views
1 answer
    I need an incf function which does some bounds checking during the increment: val := val + delta if val >= 1.0 ... e., where x will be modified? See Question&Answers more detail:os...
asked Oct 24, 2021 in Technique[技术] by 深蓝 (71.8m points)
0 votes
420 views
1 answer
    I am trying to learn lisp, using emacs dialect and I have a question. let us say list has some members, for which ... , how do I do it? Thanks See Question&Answers more detail:os...
asked Oct 24, 2021 in Technique[技术] by 深蓝 (71.8m points)
0 votes
527 views
1 answer
    I was trying to install SLIME. I downloaded the zipped package and according to the README file, I have to put this ... "? How do I find it? See Question&Answers more detail:os...
asked Oct 24, 2021 in Technique[技术] by 深蓝 (71.8m points)
0 votes
310 views
1 answer
    I am very very interested in Macros and just beginning to understand its true power. Please help me ... from Ryan Culpepper's Dissertation See Question&Answers more detail:os...
asked Oct 17, 2021 in Technique[技术] by 深蓝 (71.8m points)
0 votes
307 views
1 answer
    What is the rationale behind the design decision to have separate namespaces for values and functions in Common Lisp? ... for and against it? See Question&Answers more detail:os...
asked Oct 17, 2021 in Technique[技术] by 深蓝 (71.8m points)
0 votes
690 views
1 answer
    I found a Similar question. But I don't quite understand that explanation. So I'm trying to run clisp with ... out what's different with them? See Question&Answers more detail:os...
asked Oct 17, 2021 in Technique[技术] by 深蓝 (71.8m points)
0 votes
430 views
1 answer
    I have been using PLT Scheme, but it has some issues. Does anyone know of a better implementation for working through SICP? See Question&Answers more detail:os...
asked Oct 17, 2021 in Technique[技术] by 深蓝 (71.8m points)
0 votes
372 views
1 answer
    I've been working on solving Project Euler problems in Clojure to get better, and I've already run into ... calculate prime numbers in Clojure? See Question&Answers more detail:os...
asked Oct 17, 2021 in Technique[技术] by 深蓝 (71.8m points)
0 votes
303 views
1 answer
    I find myself attached to a project to integerate an interpreter into an existing application. The language to be ... as well. Thanks, all! See Question&Answers more detail:os...
asked Oct 17, 2021 in Technique[技术] by 深蓝 (71.8m points)
0 votes
660 views
1 answer
    Racket is a descendant of Scheme. How is Racket different than R6RS? What did it add, or take away, or ... referring to the main Racket dialect. See Question&Answers more detail:os...
asked Oct 17, 2021 in Technique[技术] by 深蓝 (71.8m points)
0 votes
488 views
1 answer
    Basically, when should I use Emacs Lisp's function procedure? I haven't found any examples in which there's a ... of Emacs more recent than X? See Question&Answers more detail:os...
asked Oct 17, 2021 in Technique[技术] by 深蓝 (71.8m points)
0 votes
378 views
1 answer
    I like Clojure. One thing that bothers me about the language is that I don't know how lazy sequences are ... are lazy sequences most efficient? See Question&Answers more detail:os...
asked Oct 17, 2021 in Technique[技术] by 深蓝 (71.8m points)
Ask a question:
Welcome to OStack Knowledge Sharing Community for programmer and developer-Open, Learning and Share
Click Here to Ask a Question

...