Live data from Hacker News

Viewing profile — oct

oct

HN member
Joined
Sun, Apr 04, 2010, 2:33 AM UTC
HN karma
21
Public activity
11 items

About oct

No profile information was provided.

Recent public activity

  1. comment
    Comment #15449052

    OCaml actually has correct block comments by his definition (and no line comments). This does lead to the odd fact that you can't have an unterminated string literal in a comment, …

  2. comment
    Comment #12513178

    I think you're thinking of `true`.

  3. comment
    Comment #10367690

    OCaml's parsing rules are pretty opaque sometimes. For example, if you have an "if" statement that's just performing effects (not returning a value), you may run into behavior like…

  4. comment
    Comment #7952676

    The causal ordering defined in the paper is stronger than that. It says that if process P performs event A and later sends a message to process Q, then any event that occurs in Q a…

  5. comment
    Comment #2434598

    Just because Haskell is purer that doesn't mean ML is pointless. Under the right circumstances even a functional program can benefit from mutable state. One example (perhaps the on…

  6. comment
    Comment #2347604

    I am pretty sure the Carnegie Mellon remark was just saying that a CMU CS graduate would have learned this already. Which is true, since the blog author (Bob Harper) teaches a cour…

  7. comment
    Comment #2297307

    Is there precedent for this? I can recall stories about getting cut off from a service if modding is detected but not about this sort of thing.

  8. comment
    Comment #1502864

    I thought for a while that the word being used was "bellicose," like they were being confrontational by bulging out.

  9. comment
    Comment #1451070

    Here is a recent HN discussion of the same article: http://news.ycombinator.com/item?id=1448424

  10. comment
    Comment #1408587

    Apostol's Calculus would probably fit your needs. I do not remember its discussing applications at all, unlike the Salas and Hille book according to online descriptions of it. From…

  11. comment
    Comment #1346610

    This is a good description of my position as well. Unfortunately it seems like this is something that does not get taught at schools much, and I will admit to having been trying to…