Re: [racket] users Digest, Vol 114, Issue 3

2015-02-02 Thread galapagos
Sent via the Samsung GALAXY S® 5, an AT&T 4G LTE smartphone Original message From: users-requ...@racket-lang.org Date:02/02/2015 11:00 AM (GMT-06:00) To: users@racket-lang.org Cc: Subject: users Digest, Vol 114, Issue 3 Send users mailing list submissions to users@ra

Re: [racket] What is the equivalent of ToExpression in Mathematica?

2012-02-29 Thread galapagos
  #lang racket(require mzlib/string) (define a "(* x x)")(define (makfunction s)  (eval-string (string-append    "(lambda (x) "    s    ")")))(define d (makfunction a));; The above line will not work when you press run.;; However, if you key it in the evaluation