NEWS: fixed typos, horner, si, fizzbuzz, updated links, hsh, sequent_prover, x86_asm_generation
Site update in keywords: fixed some typos in site_back and about_me, minor alteration to horner.hs, updated links with hsh and sequent_prover, added a fizzbuzz, major update to si.erl (0.2). On another note, I came across a nice fellow recently who has some nifty things tagged 'Haskell', like: http://porg.es/blog/generating-x86-assembly-with-haskell http://porg.es/blog/simple-socket-programming-with-haskell While browsing the blog, I have also found these indirectly: http://software.complete.org/software/wiki/hsh Haskell, bash, integration, very handy http://okmij.org/ftp/Computation/monadic-shell.html UNIX shell vs. Haskell Monadic IO (I've noticed that before too! :->) By the way, anyone for a tiny sequent calculus prover base? http://www.polyomino.f2s.com/david/haskell/gentzen.html sequent calculus prover in Haskell And last, but not least: :-D main = putStr$ unlines [ n_or_label n | n<-[1..100] ] where n_or_label n = if ""/=label n then label n els...