You are here |
writing.natwelch.com | ||
| | | |
mpov.timmorgan.org
|
|
| | | | I don't know how many people are switching from Python to Ruby these days, but I've learned a bit and thought it would be helpful to a few people if I cross-referenced my Python knowledge to my (growing) Ruby knowledge. I got this idea from James on the OK.rb mailing list. Part One will focus on where to find what in the Ruby community. With any programming language or framework, you have a set of resources you go to often to find what you're looking for. | |
| | | |
honza.pokorny.ca
|
|
| | | | Thoughts of an open source developer with a theology degree. Honza Pokorný is a web developer and an armchair theologian in Halifax, Canada | |
| | | |
gfpacificbeeintrospection.com
|
|
| | | | West Coast - East Coast Finds The majority of beaches are more than three hours away from where we live except for around the lakes. It has been awhile since I've been to any beaches, so I combed through my archives to see what I could sea. Here are my findings from out along the... | |
| | | |
bloeys.com
|
|
| | In 'Thought 2: Regex is Like Assembly' I wondered why we are still doing regex in this kind of hard to understand, symbolic way, when we have already invented high level programming languages. There is no reason regex can't be written as clearly as any other programming language we use today. I thought doing this would be an interesting project, and so I came up with Regexl, a high level language for writing regex, that can be used as a simple library. |