in reply to Re^5: howto parse (or determining end) of a line of perl
in thread howto parse (or determining end) of a line of perl
Agreed, but "simple" is also subjective.
For me, simple is allowing for same or similar input, not based on context, but also not requiring extra "noise characters" to determine meaning.
Example, one feature my calc has, is I can say a=2*pi*1 and for the LHS assign (_only_, right now), the sigil isn't needed (pi is a sub(){...}). Also doesn't require an ending semi -- allowing less "code-looking-like" input. I can add a semi or a '$' if I want -- and *have* to if 'a' is an array or hash, but for simple vars...allow "simple", non-decorated input. See, there's that word "simple" again... I'm just thinking along simpler lines... (whatever that might imply/mean! ;-)).
|
|---|
| Replies are listed 'Best First'. | |
|---|---|
|
Re^7: howto parse (or determining end) of a line of perl
by BrowserUk (Patriarch) on Aug 26, 2016 at 00:58 UTC | |
by perl-diddler (Chaplain) on Aug 26, 2016 at 14:25 UTC | |
by hippo (Archbishop) on Aug 26, 2016 at 15:12 UTC | |
by perl-diddler (Chaplain) on Aug 27, 2016 at 09:01 UTC | |
by hippo (Archbishop) on Aug 28, 2016 at 12:50 UTC | |
|