scheme
Change object-property-value in Scheme
I have been dealing many days with a problem without any success. In my programm I define a list, let\'s call it \"L\", by shifting a single geometrical object, a circle, many times. So L is composed[详细]
2023-03-05 01:58 分类:问答How do I Call Native Code From (MIT) Scheme?
How do I 开发者_如何学JAVAcall a native function (say, MessageBox) from Scheme?MIT Scheme has a FFI for Windows. Check out the documentation.[详细]
2023-03-04 16:08 分类:问答Scheme matching elements
I\'m currently playing a bit around with scheme, and I\'ve been stuck for qu开发者_如何学JAVAite a while trying to figure out how to implement a test, that checks if any element in \'xs\' is also stor[详细]
2023-03-03 02:00 分类:问答Define a scheme procedure
I need helpwriting a scheme procedure that takes two lists as inputs and the outputs an indication as to whether l开发者_Python百科ist2 is less than list1.[详细]
2023-03-02 11:46 分类:问答Criticism of R6RS scheme [closed]
As it currently stands, this question is not a good fit for our Q&A format. We expect answers to be supported by facts, references,or expertise, but this question will likely solicit debate, a[详细]
2023-03-01 16:12 分类:问答Find the Hardy–Ramanujan number using R5RS scheme. Please suggest improvements in idiom and calculations.
I remember once going to see [Srinivasa Ramanujan] when he was ill at Putney. I had ridden in taxi cab number 1729 and remarked that the[详细]
2023-03-01 11:50 分类:问答Function count should accept two arguments: an atom and a simple list. The function should return the number of times the atom is found in the list
I am new to scheme and have been given this problem as homework.I don\'t know how to keep a running count in scheme, and that\'s the part I need help with.[详细]
2023-03-01 09:14 分类:问答Using streams to find best way - Scheme
I\'m relatively new to Scheme and I\'m having a few problems with streams. I only know how to make a stream of natural numbers, nothing more complex. I thought maybe they\'ll be of use in this case. S[详细]
2023-03-01 08:13 分类:问答Scheme - printing to screen - Normal eval
Why in the next code, nothin开发者_JAVA技巧g is displayed when we work on Normal eval (lazy one).[详细]
2023-02-28 18:20 分类:问答What are the pros and cons of Scheme? Is it machine-independent?
Here are two very straightforward questions: Is Scheme machin开发者_运维技巧e-independent? What are the advantages and disadvantages of Scheme?[详细]
2023-02-28 14:29 分类:问答