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
How do I 开发者_如何学JAVAcall a native function (say, MessageBox) from Scheme?MIT Scheme has a FFI for Windows. Check out the documentation.
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
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.
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
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
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.
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
Why in the next code, nothin开发者_JAVA技巧g is displayed when we work on Normal eval (lazy one).
Here are two very straightforward questions: Is Scheme machin开发者_运维技巧e-independent? What are the advantages and disadvantages of Scheme?