What is the difference between two functions in Scheme, one defined like this— (define doSomething
I\'ve got a program I\'m writing for a class to substitute the left-most occurrence of a variable with a new variable. (It actually allows you to provide an equivalence relation yourself, as well). Th
Is there an equivalent in DrRacket to set-car! a开发者_开发知识库nd set-cdr! in SICP?If you want to go through SICP with Racket, you should use Neil\'s package that makes it easier -- you\'d get a lan
I am trying to do exercise 2.78 in 开发者_运维知识库SICP, but the functions put and get are unknown. I have tried multiple languages, like pretty big, racket, r5rs, mit-scheme, mzscheme, etc. I even d
I would like to use scheme (gambit-c) for a personel project. I have experience with clojure and familiarity with common lisp. I a开发者_Python百科m looking for books/documents that will quickly get m
I need to extend the Charme interpreter (described here) by adding a primitive procedure <= to the global environment. I know that to do this I also need to define a procedure that implements the p
currently, when I am experimenting the continuation in functional languages, my understanding is that a continuation records the current program counter and register files, and when a continuation is
I am trying to use ffi to call opencv\'s cvReleaseCapture, void cvReleaseCapture( CvCapture** capture );
I had problem even in choosing a title for this question. Please feel free to edit it. I got this Scheme code and did not understand this block.
Before I start: YES, this is homework from college. Before I get told that I\'m lazy and evil: this part of the homework was to convert two functions we already had, this one is the 6th.