public marks

PUBLIC MARKS from jpcaruana with tags blog & programmation

2013

2012

2011

Barre Verte!

by 1 other
Notes de développeurs sur le logiciel, le design, l'agilité, l'open source, les mobiles, linux…

Barre Verte ! | Notes de développeurs sur le logiciel, le design, l'agilité, l'open source, les mobiles, linux…

(via)
Notes de développeurs sur le logiciel, le design, l'agilité, l'open source, les mobiles, linux…

2009

Erik Engbrecht's Blog: Pondering Actor Design Trades

(via)
# Why is the standard Scala actor implementation so complex when others have done it in a such simpler fashion? # Is it better to have one, big actor library that supports a wide variety of use cases, or a bunch of smaller ones targeted at specific niches and programming styles? # If there are to be a bunch, should they just be conceptually similar (e.g. all based on the actor model), or should there be interoperability among them?