Software Engineering discussion

5 views
Learn You a Haskell > More Input and More Output

Comments Showing 1-1 of 1 (1 new)    post a comment »
dateUp arrow    newest »

message 1: by [deleted user] (new)

This chapter extends the previous chapter into file I/O, command line arguments, and exception handling. Most interesting to me, however, was the discussion of random numbers, which are tricky because of their potential to violate the contract that the same function executed twice with the same input yields the same output. Bytestrings are another new concept in this chapter, which are needed to make file I/O more efficient.


back to top