Return Styles: Pseud0ch, Terminal, Valhalla, NES, Geocities, Blue Moon. Entire thread

[OPINION] Perl 6 object system

Name: Anonymous 2011-05-23 15:16

Hi, /prog/. What are your thoughts on Perl 6's object system?

Name: Anonymous 2011-05-23 16:51

>>9
http://publications.dice.se/attachments/CullingTheBattlefield.pdf
http://research.scee.net/files/presentations/gcapaustralia09/Pitfalls_of_Object_Oriented_Programming_GCAP_09.pdf

They still use C++ as their primary development language (in fact, game developers are moving away from scripting languages because they just don't scale all that well... maybe they'll adopt something more like haskell or scala in the future for scripting, who knows?). But instead of rich class hierarchies with fine-grained objects, they have very shallow class hierarchies and heavier-grained objects which manage homogeneous arrays of properties.

Name: Anonymous 2011-05-23 17:17

>>9,10
And for concurrency, they're using stuff like Cilk, FastFlow, TBB, MS PPL, etc. although they often build their own implementation modeled after the above.

http://calvados.di.unipi.it/dokuwiki/doku.php?id=ffnamespace:about

Newer Posts
Don't change these.
Name: Email:
Entire Thread Thread List