Welcome to Atalasoft Community Sign in | Help

Browse by Tags

All Tags » technology   (RSS)
A couple of months ago I was talking to Lou Franco , the head of our Software Engineering department and fellow functional programming enthusiast, about the possibility of using F# for projects in the future.  Being business minded, he replied that Read More...
Compilers and programmers are good at very different things.  This is why they must come together in order to build software.  The programmer has the vision and the intention, the compiler keeps track of all of the small machine related details Read More...
The blog CMS we use is great in a lot of ways but it’s built in editor is really, really bad. Initially, I had used Microsoft Word to fill the gap, with disastrous results . Since then I have moved to using our blog software’s horribly antiquated text Read More...
When you are handed a string, integer, or any value type, can you know what it really represents? Can you define the range of appropriate behaviors for that data? Can you tell if it's formatted correctly? The problem is, in all of these cases, you can't. Read More...
After my last blog post, due to some of the responses, I decided to spend some time with Smalltalk. As a DotNET developer by trade, I wanted to see what kinds of options were available for use on the CLR. Unfortunately, out of the five different DotNET Read More...
This upcoming August the IRC protocol will officially be 20 years old. I think anyone would agree that it has weathered the years better than any other high level internet protocol. It does not suffer from the spam and abuse that have overtaken other Read More...