How would I go abo开发者_如何学运维ut writing my own eqv? or equal? in scheme? Would I just do a cond and look for symbol?, number?, etc and return the appropriate #t or #f?As per R5RS, the minimum sp
For the code below, I am unable to comprehend how the bindings (x, y, z) occur. Please check out the code, I\'ll explain my problem in greater detail below:
In Racket scheme are th开发者_Python百科ere any libraries that allow you to read in a png, alter the image and write it back to disk?Failing png any other common image formats.There is support for PNG
I\'m looking to make my own custom < function that can take any number of arguments in scheme. How would I go about doing this?
I\'m having trouble with functions that are n-ary, for example, =, <, etc. I\'m trying to implement = first of all. All I have is the following (it\'s n开发者_如何学运维ot very much).
I\'m having trouble 开发者_运维技巧appending a list to another list. Below is my code. When I run (append \'(1 2) \'(3 4)) I get \'(1 3 2 4).
I am doing a scheme program which takes in a list and then reverse it. So far it works for simple list, which does not contain any sublist, but when I test it for开发者_运维问答 a list contains sublis
I have been looking around for good, small Scheme implementations. I notice it is very usual that they claim to follow \"almost all\" of R5RS, but never all of it. 开发者_开发百科What parts of R5RS ar
I\'ve done some Googling for a Scheme style guide, but haven\'t come up with开发者_C百科 anything as easily refereceable and concrete as, say, the Google Style Guide for C++. The best I\'ve found so f
Are there open-source projects out there written in Gambit Scheme that use开发者_运维问答 CMake as the build system? I\'d love to have such a CMakeLists.cmake file to use as a reference.I posed the qu