On Thu, Jan 1, 2009 at 3:08 PM, Tracy Harms <[email protected]> wrote: > It seems to me that Adverse (::) constitutes a condition system > technique for error handling. If anybody thinks this is not the case, > or that something beyond Adverse need be incorporated to count as "a > condition system" I'm interested to hear your comments. > > http://en.wikipedia.org/wiki/Exception_handling#Condition_systems
I do not know if this matters, but: Adverse only works with errors, not thrown exceptions. 3 :'throw.' ::0: 'example' That said, J's catcht. mechanism does catch thrown exceptions. 3 :'throw.' 1 :'try.u y catcht.0 end.' 'example' 0 -- Raul ---------------------------------------------------------------------- For information about J forums see http://www.jsoftware.com/forums.htm
