Re: Redefine read-eval-print loop?

From: David Fox <fox_at_cat.nyu.edu>
Date: 23 Mar 1997 21:42:24 -0500

] I have a need to alter the STk read-eval-print loop in a way that
] prevents it from printing after evaluation.

You could write your own:

(let loop ()
  (display "STk> ")
  (flush (current-output-port))
  (eval (read))
  (loop))
-- 
David Fox	    http://www.cat.nyu.edu/fox		 xoF divaD
NYU Media Research Lab   fox_at_cat.nyu.edu    baL hcraeseR aideM UYN
Received on Mon Mar 24 1997 - 03:28:20 CET

This archive was generated by hypermail 2.3.0 : Mon Jul 21 2014 - 19:38:59 CEST