in reply to Re: Getting started with Eclipse & EPIC
in thread Getting started with Eclipse & EPIC
In addition to perl modules there a lot of other "build environments" which require support from IDE even for syntax checking. Just two examples:
Also EPIC must support all 'advanced' perl features like attribute handlers - debugger in version 0.4.0 just die when try to open any (script which use) perl module which use Perl6::Export::Attrs (recommended in PerlBP book). (It dies in INIT{} block, so maybe this bug isn't related to attribute handlers, but INIT{} blocks is another advances perl feature which must be supported.)
BTW, just for fun, I notice very cool bug in EPIC bugtracking system: trying to check syntax of this script
if fork many perl processes which use 100% CPU and never kill them. :)BEGIN { 1 while 1 }
|
|---|
| Replies are listed 'Best First'. | |
|---|---|
|
Re^3: Getting started with Eclipse & EPIC
by powerman (Friar) on Sep 17, 2006 at 12:36 UTC |