I\'m speaking specifically of something like the PLT Scheme make-evaluator. It will run scheme code, but under certain conditions:
Can somebody rewrite this (plt) Scheme code into Clojure? (define (f n) (printf \"(f ~a)~n\" n) (g n)) (define (g n)
I\'m trying to work my way through Compilers: Backend to Frontend (and Back to Front Again) by Abdulaziz Ghuloum. It seems abbreviated from what one would expect in a full course/seminar, so I\'m tryi
I am following the \"Programming Languages :Application and Interpretation\" http://www.cs.brown.edu/~sk/Publications/Books/ProgLangs/2007-04-26/plai-2007-04-26.pdf (Page 21)
I am trying to put the following statement in Dr.Scheme: {with {x {+ 5 5}} {+ x x}} but I got an error:
In the context of Scheme and CPS conversion, I\'m having a little trouble deciding what administrative redexes (lambdas) exactly are:
After having got through the two Schemer books, I\'m about to embark on HtDP but also discovered the http://docs.plt-scheme.org/guide material.
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
Something simple as this: Welcome to DrScheme, version 4.2.3 [3m]. Language: Lazy Scheme; memory limit: 128 megabytes.
(defspel game-action (command subj obj place &rest rest) `(defspel ,command (subject object) `(cond ((and (eq *location* \',\',place)