in reply to Re^4: In praise of Perl's object system.
in thread In praise of Perl's object system.
Just because Perl 6 is a fundamentally object oriented language doesn't mean you have to write classes to use it. Hello World is still just say "Hello World", and not class Hello { public static void main(Array args) { system.out.println("Hello, World"); } }.
In fact Perl 6 can be used quite well as an imperative or even functional language, and most of day to day Perl 6 usage is small, one-off scripts.
I can recommend jnthn's talk Perl 6: For Little Tools and Large Applications.
|
---|
Replies are listed 'Best First'. | |
---|---|
Re^6: In praise of Perl's object system.
by xiaoyafeng (Deacon) on Sep 18, 2010 at 14:23 UTC | |
by moritz (Cardinal) on Sep 18, 2010 at 15:07 UTC | |
Re^6: In praise of Perl's object system.
by Anonymous Monk on Oct 01, 2010 at 16:43 UTC |