“Hello world!” in Haskell

Everyone wants “hello world” application for being convinced, that the thing can work. Here is one written in Haskell and web-related. It’s quite straight-forward:

import Network.FastCGI
import Text.XHtml

htmlPage
= header
<< thetitle
<< “Hello World!”
+++ body ! [ bgcolor "white"] << “Hi”

main = runFastCGIorCGI (output (renderHtml htmlPage))

To . . . → Read More: “Hello world!” in Haskell

status update

I am sorry for not blogging anything, lately. Basically I was too busy coding different stuff for money.

Now, that I finally finished all the important stuff I will continue writing here. My main points of interest, for now, are:

PHP 5.2 (looking forward to speed optimizations, json and filter)
Pake
Symfony (I am currently involved in a . . . → Read More: status update

brainbench certs

There seems to be a trend, recently, toward passing brainbench tests. Well, why not? It’s been a while since I tried anything like that…

Well, the result is:

Score: 4.44
Scored higher than 96% of all previous test takers.

transcript ID# is 168320, if anyone cares about details

I doubt I will say anything new, if I will mention, . . . → Read More: brainbench certs