Viewing profile — anders0
anders0
HN member- Joined
- Sat, Feb 25, 2012, 10:54 AM UTC
- HN karma
- 22
- Public activity
- 10 items
- HN profile
- View on Hacker News ↗
About anders0
No profile information was provided.
Recent public activity
-
comment
Comment #5298386
Huh. I always assumed it was in C. Shows what I know… :p
-
comment
Comment #5298278
To nitpick, -14 isn't a literal in all languages. :) (In Haskell, it's just sugar for negate 14, while in Standard ML it's spelt ~14. And I assume there are other exceptions too.)
-
comment
Comment #5263245
I'm not saryant, but the school of CS at St Andrews (UK) briefly teaches us LaTeX in second(?) year, and encourages us to use it to write all our reports, essays, etc. (OT: I also …
-
comment
Comment #5007867
Well, it's both.
-
comment
Comment #4735799
But couldn't the language's runtime (or the GC library, or whatever) register for these notifications?
-
comment
Comment #4727826
"non-(banana republic)", not "(non-banana) republic".
-
comment
Comment #4403676
It doesn’t if I use a tap-click on my trackpad either; it only seems to if you hold it down. Do these actions (tap-click, screen touch) not send separate mouse{down,up} events? Bec…
-
comment
Comment #4237688
No love for `ZZ` here? :( (And its friend `ZQ`, which is the same as `:q!`.)
-
comment
Comment #4132293
Apart from `-p` and `--name-status`, there’s also `--stat` for the `++++++++----` things for each file.
-
comment
Comment #3741708
Well the revised syntax ( http://caml.inria.fr/pub/docs/manual-camlp4/manual007.html ) is completely implemented as a camlp4 (p5?) extension, so if you have enough patience you can…