The Plan
4 years ago
- 05/22 13
- 05/29 14/2
- 06/05 14
- 06/12 15
- 06/19 16/2
- 06/26 16
- 07/03 17/2
- 07/10 17
- 07/17 18/2
- 07/24 18
- 07/31 19
| 1. |
learn Haskell
4 entries . 1 cheer |
115 people |
| 2. |
Try out 43 Things
|
3,285 people |
I’m at page 64 of the Thompson book. The book has about 500 pages. At this pace, I should be done with the book sometime this summer. That is if I continue.
Hugs is a Haskell interpreter. I downloaded one from the hugs download page for my mac. I tried to build the system, but failed due to a known problem. I asked for help on the haskell-cafe mailing list and solved the problem—I needed to edit the config.h file for my mac.
Somebody else also suggested using the darwinports version of hugs. This I did and now I am using the hugs98-20050224 version of hugs.