Notices tagged with haskell
-
#haskell (.:) = (.) . (.) http://ur1.ca/84toj
about 6 days ago from web -
"Hard work pays off later. Laziness pays off now!" – Steven Wright via http://ur1.ca/8190o #haskell #life :-)
-
Just uploaded #GHC 7.4.1 to #Debian sid and scheduled 427 binNMUs, i.e. #Haskell library package rebuilds. This will cost a lot of cycles...
about 15 days ago from web -
Uh-oh, I just realised my RPN calculator silently fails on setting variables when the expression is invalid. Fixin’. #haskell
-
Woohoo, weighted randomness function is go. That was the missing link in getting my markov chainer implemented. #Haskell
-
After a nice #Haskell presentation at @wdcmdresden yesterday, I'm convinced Data.Conduit is the new black! http://ur1.ca/7l5p5
-
I wanna go to #functionalpx (Mar 16) talks on #scala #clojure #haskell #fsharp @skillsmatter http://t.co/829TAYDs #lsug
about a month ago from Gwibber -
I appear to have spilled some #haskell on my jacket.
-
#Haskell‘s type system elevates it from a good language to a great one, IMO.
-
I have no idea if this will be useful to anyone, but here’s the #haskell RPN calculator source as a gist: https://gist.github.com/1586475
-
Woohoo! A very usable RPN calculator in only 71 lines of code (including full bad input handling). I’m really starting to love #haskell.
-
#Haskell‘s
System.Console.Readlinehas to be one of the sanest wrappers to readline I’ve ever encountered. It’s nice. -
Pronto! Já sei o suficiente sobre #haskell pra dizer que não gosto. Viva as linguagens imperativas! Linguagem funcional é chata.
-
I wonder if porting #IdentiCurse to #haskell would make the internet explode?
-
getEnvironment >>= mapM_ (\(a,b) -> putStrLn $ a ++"\n"++ b++"\n")(withSystem.Environmentimported beforehand) is fun! #haskell -
Much like #haskell, I am performing actions lazily.