Kashyap
A little more ignorant each day ...
Monday, July 06, 2009
Okay ... I got a little confused by map.map working on list of lists!
so it turns out that f.g = \x -> f (g x)
so, map.map = \f -> map (map f)
(map.map) (+1) list = (\f -> map (map f)) (+1) list = map (map (+1)) list
Everything seems already done!
I always found writing GUI code boring - always involved boilerplate code - be it, X windows, Windows, AWT ....
So, I was thinking of writing some automation in Haskell that could generate Swing code - looks like SwingML does just that - not in Haskell though.
Newer Posts
Older Posts
Home
Followers
Blog Archive
►
2011
(8)
►
May
(2)
►
April
(5)
►
March
(1)
►
2010
(1)
►
January
(1)
▼
2009
(4)
►
December
(1)
▼
July
(2)
Okay ... I got a little confused by map.map workin...
Everything seems already done!I always found writi...
►
June
(1)
►
2004
(2)
►
April
(2)
About Me
Kashyap
View my complete profile