-
RadioControlPedia
All information about radio control.
Recent Comments
-
Recent Posts
Categories
Tags
.Net ASP.NET MVC blogging book Building Sano business C# clojure Common Lisp cryptsetup Darcs Debian Django encryption Erlang Esperanto Extra 300S Flash Git Haskell HTML idea in charge java Kubuntu Linux Lisp luks music OpenID Plone privacy programming Python radio-control radiocontrol Rails rant Ruby Ruby on Rails Sano security Ubuntu web WordPressArchives
- September 2010
- August 2010
- July 2010
- June 2010
- May 2010
- April 2010
- March 2010
- February 2010
- January 2010
- December 2009
- November 2009
- October 2009
- September 2009
- August 2009
- July 2009
- January 2009
- December 2008
- November 2008
- October 2008
- September 2008
- July 2008
- April 2008
- February 2008
- January 2008
- December 2007
- November 2007
- October 2007
- September 2007
- August 2007
- July 2007
- June 2007
- May 2007
- April 2007
- March 2007
- January 2007
- December 2006
- October 2006
- August 2006
- April 2006
- February 2006
Meta
Tag Archives: Haskell
Are dynamic languages just a temporary workaround?
This can unleash so much hate mail, but here it goes, my inbox is ready! Are dynamic languages just a temporary workaround? I’m not sure! I’m switching between the two types of languages all the time: Java, Python, C#, JavaScript. I’ll try … Continue reading
Posted in other
Tagged C#, C# 3.0, dynamic typing, Haskell, java, programming, Python, static typing, type inference, type systems, typing
11 Comments
Trying to find exceptions in Haskell
In my quest to re-learn Haskell I eventually thought: “OK, let’s see how an exception looks like”. Starting my favorite interactive Haskell implementation: ___ ___ _ / _ \ /\ /\/ __(_) / /_\// /_/ / / | | GHC … Continue reading
The lambda revolution, Episode V, the deb strikes back
There’s an excellent article by Don “dons” Stewart called The lambda revolution which explains how to build a Haskell library in way that it is easy to download, compile, install, test, distribute, etc. I believe all those qualities are essential … Continue reading