Slashdot Mirror


User: yminsky

yminsky's activity in the archive.

Stories
0
Comments
2
First seen
Last seen
Profile
(view on slashdot.org)

Comments · 2

  1. Re:Is the ACM link mirrored somewhere? on OCaml For the Masses · · Score: 1

    Should be fixed now!

  2. Re:Practicality drives use on OCaml For the Masses · · Score: 1
    Agreed that concision is not an absolute value. As I wrote in the next line in the article:

    There are, of course, limits: no good is done by reducing all your function names to single characters, but brevity is nonetheless important, and OCaml does a lot to help keep the codebase small.

    And yet, I would argue that OCaml gives you concision in a way that enhances rather than detracts from readability. There's a limit to how convincing any 3000-word article can be on the topic. If you really want to understand the difference, you need to spend real time with a language like OCaml and see what it lets you do.