nshepperd comments on Prisoner's Dilemma (with visible source code) Tournament - Less Wrong
You are viewing a comment permalink. View the original post to see all comments and the full post content.
You are viewing a comment permalink. View the original post to see all comments and the full post content.
Comments (232)
In both
#lang racketand#lang scheme,(eval form)by itself apparently runsformin a basically empty namespace. I've personally been using the following incantation for evaluating anything in the "standard" namespace:Then
(ueval source-code)evaluatessource-codein a clean namespace with all the normal builtins, includingeval.