nominolo's Blog
Friday, August 17, 2012
Beyond Package Version Policies
›
When I read the announcement of the latest GHC release candidate, I did not feel excitement but rather annoyance. The reason is that now I h...
1 comment:
Tuesday, July 31, 2012
Implementing Fast Interpreters: Discussion & Further Reading
›
My last article on "Implementing Fast Interpreters" was posted to both Hacker News and the Programming subreddit. Commenters poin...
Thursday, July 26, 2012
ARM's New 64 Bit Instruction Set
›
You may have heard that ARM, whose CPUs are extremely popular for embedded devices, is trying to move into the low-power server market. One ...
2 comments:
Sunday, July 22, 2012
Implementing Fast Interpreters
›
Many modern virtual machines include either a fast interpreter or a fast baseline compiler. A baseline compiler needs extra memory and is li...
8 comments:
Friday, April 30, 2010
Haskell Tip: Redirect
stdout
in Haskell
›
Have you ever wanted to make sure that a call to a library cannot print anything to stdout ? The following does this except that it redirec...
›
Home
View web version