Lots of Prolog-in-Scheme implementations are out there. 开发者_如何学编程E.g. Kanren, Schelog.
开发者_运维问答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 so
Refering to Variable S开发者_C百科coping. I\'m trying to figure out what are the differences between those 2.
How do I do equivalent of python\'s str.split in DrScheme? SRFI-13 doesn开发者_Python百科\'t seem to have it provided.regexp-split, probably, with regexp-quote on the string first to make it not behav
If I have a 开发者_运维问答list of 0\'s, how would I modify, for example, the 16th 0 in the list?You have to write it yourself. It is not built in to Scheme because it\'s not idiomatic and it can be b
Assume I have a such struct: (define-struct node (value next)) ;and making 2 nodes, parent pointing to child as next.
Suppose I have a simple symbol: > \'+ + Is there any way I can apply that symbol as a procedure: > ((do-something-with \'+) 1 2)
I\'m trying to do the following problem (there is a formula so I print-screened and uploaded it) Formula http://i开发者_如何转开发mg248.imageshack.us/img248/6558/problemh.jpg
I\'m porting some code from lisp, but I got stuck at this part (apparently that\'s for mit-scheme) (define (end-of-sentence? word)
I can do it in Java, Python, Has开发者_如何学编程kell... how do you do it in DrScheme? A customary google search didn\'t yield the answer.I know this is MIT Scheme, not DrScheme, but have you tried fl