Tweets for 2010-02-22
- @IndianGuru @sbelur What does a "Callable Oriented Language" mean? re: Ruby is not Callable OL http://ow.ly/19z6m in reply to sbelur #
- Python rocks at functional constructs and ruby is wonderful at syntax. Period. But WTF does Callable oriented mean? http://ow.ly/19z6m #
- I challenged the meme that Dependency Injection is not particularly useful in dynamic languages with extremely positive results today #
- The 15 line class decorator based DI framework allowed a cleanly independent management of resources and core processing objects #
- @davetron5000 After my experience today .. I agree. In fact the ultra lite framework is still able to do a lot of heavy lifting
in reply to davetron5000 # - FWIW I had written an article on Dependency Injection 5 years ago on TSS http://bit.ly/dCheXS #
- Just wrote a class decorator to make instances of a class immutable once __init__ is over. Now to make it work for hierarchies. #python #fp #