mit-scheme-devel
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

Re: [MIT-Scheme-devel] tied in knots with environments


From: David Gray
Subject: Re: [MIT-Scheme-devel] tied in knots with environments
Date: Fri, 28 Jan 2011 14:22:11 +0200

I got that to work now. I was missing that info on
(->environment '(win32)). The only other pain was
to was my x & y values are not quoted so I make the list a string
(let ((xs (string-append "x = " (list->python-string x)))
and (eval (with-input-from-string (string-append "(prun \"" xs "\")") read) (->environment '(win32)))


Dave

reply via email to

[Prev in Thread] Current Thread [Next in Thread]