Categories
Sponsor Us
The Enfranchised Mind has been online since 2006 and boasts thousands of conversations, many author open source projects, and high traffic. Help continue EnfranchisedMind: sponsor us and we will set aside some space in the sidebar or footer to feature you.
Tag Archives: C#
My Frustrations with REXML: Ruby’s Standard Library for Reading/Writing XML
So, I'm trying to do a little bit of XML reading/writing with Ruby. I used REXML, and the pain pissed me off enough to share my frustrations with the world. Hopefully someone can avoid the pain and suffering I put up with.
My Newest Insight into the Generics Controversy
Okay, I’ve had some quality time with Java5 at my newest gig, and I’m starting to understand the great controversy [...]
Implementation Exposure Through Inheritance
There's a bit of ugliness with object-oriented development which I keep encountering, so I'm wondering if any of the locals out there have a better solution. Specifically, my problem is that the inheritance relationship seems to be conflating two purposes in at least Java and CSharp.
C++ and Threading
I'm reading this post on the C++ committee's dealings on threading, and, I am pleased to announce, there is absolutely no chance what so ever of anything sane, workable, or sensible accidentally arising from these precedings.
Posted in Classic, Programming Language Punditry Also tagged Object Oriented Languages: Java, Ruby 26 Comments
Functional (Meta)?Programming Stunts for Ruby and Groovy (and a Little Perl)