Viewing profile — Abscissa
Abscissa
HN member- Joined
- Thu, Aug 19, 2010, 7:20 PM UTC
- HN karma
- 12
- Public activity
- 14 items
- HN profile
- View on Hacker News ↗
About Abscissa
No profile information was provided.
Recent public activity
-
comment
Comment #8214620
If it compiles, it must run without several entire classes of errors.
-
comment
Comment #8213990
All this theoretical bottleneck debate, but it really boils down to this: If you're writing frequently-run code in Python/Ruby/JS, or any such highly-dynamic-at-runtime language, t…
-
comment
Comment #6530465
Actionscript has basically no error checking. It'll check for syntax errors and that about it - every other error manifests as a strange bug or "why the F * is nothing happening!?!…
-
comment
Comment #6530421
That's only a valid comparison if you're really big into polyglot programming AND believe that all languages are great in their own special way.
-
comment
Comment #3682583
Figures this would get downvoted for not blindly buying into the propaganda: The syntax is clearly not C-style, that's just plainly-apparent. And just because a language is nativel…
-
comment
Comment #3681199
"[Issue 9] is a C-like language...It is intended to be a systems programming language..." What? Google's Issue 9 is neither a C-like language nor a systems language.
-
comment
Comment #2639918
I never cared one bit about grades my entire life (despite constant prodding by teachers and parents), and my grades ended up all over the place. Consequently, my GPA was pretty ba…
-
comment
Comment #2639435
You've set the forground colors for this text entry box and the Submit button to black. That causes the text to be invisible for those of us with light-on-dark systems. Just leave …
-
comment
Comment #1887547
I may be biased because D has been my favorite language for more than five years now, but, well, it's good enough to have been my favorite language for more than five years now.
-
comment
Comment #1817403
That would have been written "The langauge I wish Go had been"
-
comment
Comment #1619425
I got into D at least 5 years ago because I was a C/C++ user looking for something that has comparable power and, well, wasn't so horrible.
-
comment
Comment #1619422
100Hz != 100MHz
-
comment
Comment #1618303
Manual memory management is always possible in D, and if you really need to, the GC can be ripped out.
-
comment
Comment #1618291
Yes, they have. It's called D: http://www.digitalmars.com/d It doesn't have an automatic translator, but it's design does follow a rule of "If a piece of C code is dropped into a D…