On Sat, Mar 09, 2013 at 12:04:08AM +0800, Samuel Dennis Borlongan wrote: > Is there a way to capture either the exception object or at least the
Do you mean something like what is supported by normal error catching?
: (+ 'a 'b)
!? (+ 'a 'b)
java.lang.ClassCastException: PicoLisp$Symbol cannot be cast to
PicoLisp$Number
: (catch '("cannot be cast") (+ 'a 'b))
-> "cannot be cast"
♪♫ Alex
--
UNSUBSCRIBE: mailto:[email protected]?subject=Unsubscribe
