I\'m running the latest downloadable mac version of Fluxus from the official site. 开发者_运维技巧When I do
I am pretty new to programming in general and am trying to construct a function that will take as input two sets, which can contain other sets (a (b c) d e (f g (h)), 开发者_开发知识库(a b c (d e f))
I\'m currently going through the Project Euler\'s problems and I\'m so开发者_运维问答lving them both in C# and Scheme (the Racket implementation). I know C# but I\'m learning Scheme as I go along.
Has anyone gotten the Church programming language to work on Windows?I followed the directions here and I wasn\'t able to run the examples in the tutorial in any obvious way.I used ikarus although I w
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
I know that both Eiffel (the progenitor) and Racket both to implement \"Design by Contract\" features.Sadly, I am not sure how one would different from the other.Eiffel\'s DBC is reliant on the OOP pa
I\'m suffering with this problem for a few days now. How can you build a tree with the da开发者_运维知识库ta as specified on the following site:
I have the following dumb test code: #lang racket (define vars \'(\'g1 \'g2 \'g3 \'g1)) (define addrs \'(123 456 789 012))
Basically, I want \'( (whatever1) (whatever2) (whatever3) ... ) ===> ( \"(whatever1)\" \"(whatever2)\" \"(whatever3)\" ), which is just add quotes outside of the list, 开发者_StackOverflow社区and keep