The Hobbit Hole

In a hole there lived a hobbit. Not a nasty, dirty, wet hole, filled with the ends of worms and an oozy smell, nor yet a dry, bare, sandy hole with nothing in it to sit down on or to eat: it was a hobbit-hole, and that means comfort.

6/6/2010

ATS – A Better C?

Filed under: General — bilbo @ 10:18 am

I don’t really think ATS is a replacement for C, but I really liked this post about using ATS to write safer programs using C libraries.

It seems that ATS is basically as fast as C/C++. l’ve been using different functional languages off and on for the last decade, and performance of some functional languages (or at least their implementations) has prohibited me from using them more broadly. Being able to add ATS to my arsenal (Clean being my preferred functional language for performance) is something I look forward to. I enjoy learning new languages.