My problem isn\'t with the built-in eval procedure but how to create a simplistic version of it. Just for starters I would like to be able to take this in \'(+ 1 2) and have it evaluate the expression
I\'ve begun working through Structure and Interpretation of Computer Programs. Dutifully, I\'ve installed mit-scheme. What I need now is an editor/IDE for the Mac that can handle开发者_JAVA技巧 the in
Anyone know of a good / small scheme interpreter in C++? Perferably something < 2000 LOC, with a simple garbage collectro (either compacting or mark & sweep), no need to support all of R5RS, ju
So I need to do a game of blackjack simulator, but can\'t seem to figure out what\'s wrong with the shuffle. It\'s supposed to take a card randomly from the deck, then put it on top of the pack. And f
I have a list called hand and another one called deck, the main goal here is to take the first card (or element ) in the list deck and put it in the list hand when i call the fnction draw...
In Chapter 16 of \"The Seasoned Schemer\", the authors define a recursive procedure \"depth\", which returns \'pizza nested in n lists, e.g (depth 3) is (((pizza))). They then improve it as \"depthM\"
Hi guys i need to integrate drscheme into my c# code for my assignment but i could find any luck on the web. Can anyone help me ? I tried ironscheme but got the following error.
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
Okay so I have started a new language in class. We are learning Scheme and i\'m not sure on how to do it. When I say learning a new language, I mean thrown a homework and told to figure it out. A coup
There are a bunch of different Scheme interpreters available for the Mac: http://www.dmoz.org/Computers/Programming/Languages/Lisp/Scheme/Implementations/