It seems there is a very close correspondence between data structures and
functions in Haskell. Your powersOfTwo function, since it gets memoized
automatically (is this the case for all functions of zero arguments?), seems
exactly like a data structure. This harks back to my Scheme days when we
l
I saw Miguel Mitrofanov (
http://www.nabble.com/Hugs-on-the-iphone-td19478992.html) successfully
ported Hugs to the iPhone. I'm now wondering if anyone has tried to get
Apple's blessing to put this in the App Store? It would be really great to
be able to try out little Haskell ideas as the mood s
also provide background
and a bit of narrative on the project and insights gained. Feel free to
reply to the list, or just to me personally if you prefer. My email is
below.
Thank you,
Kirk Martinez
(Kirk dot Martinez at gmail dot com)
___
Haskell