in reply to Re: Style Point: Catching eval { } errors
in thread Style Point: Catching eval { } errors
Good ideas can come from otherwise crappy languages. I think Java-style exception handling was a really good idea that Perl can almost (but not quite) do without using modules. With modules like Exception, you can get 90% of what Java has. You can get closer with Error, but it has other problems.
----
I wanted to explore how Perl's closures can be manipulated, and ended up creating an object system by accident.
-- Schemer
: () { :|:& };:
Note: All code is untested, unless otherwise stated
|
---|
Replies are listed 'Best First'. | |
---|---|
Re: Re: Re: Style Point: Catching eval { } errors
by glwtta (Hermit) on Nov 25, 2003 at 14:57 UTC | |
by hardburn (Abbot) on Nov 25, 2003 at 15:05 UTC | |
Re: Re: Re: Style Point: Catching eval { } errors
by IlyaM (Parson) on Nov 25, 2003 at 15:41 UTC |