Changes between Version 7 and Version 8 of NewLibraryCandidates
- Timestamp:
- 11/30/05 08:40:31 (7 years ago)
Legend:
- Unmodified
- Added
- Removed
- Modified
-
NewLibraryCandidates
v7 v8 17 17 == generally useful/improvements == 18 18 19 * ReadP and asso siated changes to the 'Read' class - the current Read specified by the report leaks memory like a fish and ReadP is signifigantly faster/better. We would also get a basic parsing library with the deal.19 * ReadP and associated changes to the 'Read' class - the current Read specified by the report leaks memory like a fish and ReadP is signifigantly faster/better. We would also get a basic parsing library with the deal. 20 20 21 * There are even better ways to improve the Read class. The current signatures are just unhelpful - either you get a value or you 22 don't, with no indication of what went wrong if it could not be parsed. A proper Read/Parse class should use an Either monad 23 to allow error messages to be collected, and returned to the user. (I have a specific proposal in mind, currently in an experimental 24 implementation in the HaXml libraries. - Malcolm Wallace) 21 25 22 26 == On the importance of standardizing libraries ==
