home *** CD-ROM | disk | FTP | other *** search
/ NetNews Usenet Archive 1992 #30 / NN_1992_30.iso / spool / comp / lang / scheme / 2781 < prev    next >
Encoding:
Text File  |  1992-12-17  |  746 b   |  18 lines

  1. Newsgroups: comp.lang.scheme
  2. Path: sparky!uunet!zaphod.mps.ohio-state.edu!malgudi.oar.net!news.ans.net!cmcl2!cs!fox
  3. From: fox@cs.nyu.edu (David Fox)
  4. Subject: Why is there no eval function in scheme?
  5. Message-ID: <FOX.92Dec17102432@graphics.nyu.edu>
  6. Sender: notes@cmcl2.nyu.edu (Notes Person)
  7. Nntp-Posting-Host: graphics.cs.nyu.edu
  8. Organization: Courant Institute of Mathematical Sciences
  9. Date: Thu, 17 Dec 1992 15:24:32 GMT
  10. Lines: 6
  11.  
  12. I occasionally would like to eval a scheme expression in my
  13. program, but I find it is specifically excluded from the
  14. language.  I would like to be able to read and evaluate
  15. scheme expressions in my application, but I don't know how.
  16. Does anyone else know?  Can someone explain why I don't
  17. really want to do this?
  18.