The OP asked:
Is there a way to evaluate something in a given evaluator without having anything displayed in the output?
Ie. I want to feed a couple of basic function definitions into the evaluator instance that I obtain with (make-base-eval).
Matthew shared the solution: interaction-eval.
(via plt)
One thought on “How to evaluate expressions and produce no output in Scribble”