Viewing profile — Mr_T_
Mr_T_
HN member- Joined
- Fri, Jul 27, 2012, 5:18 AM UTC
- HN karma
- 140
- Public activity
- 53 items
- HN profile
- View on Hacker News ↗
About Mr_T_
No profile information was provided.
Recent public activity
-
comment
Comment #24888700
> I hope the golang community takes a thing or two from rust in terms of package management. Go's dependency management was designed after analyzing Cargo and its problems: https:/…
-
comment
Comment #24888167
> They spent almost 10 years saying "we don't need generics", but now are implementing it You're making things up. Not a single member of the Go team ever said "we don't need gener…
-
comment
Comment #24878544
They were pissed nonetheless.
-
comment
Comment #24809096
> What happened. Capitalism came to the internet.
-
comment
Comment #24799636
TIL that pile drivers are a real thing and not just a sex position.
-
comment
Comment #24307708
I don't feel awful.
-
comment
Comment #24298098
You'll be happy with the latest developments: https://blog.golang.org/generics-next-step
-
comment
Comment #12921851
Highly recommendable. It's the next modern classic after K&R's 'The C Programming Language'.
-
comment
Comment #12886527
You mixed it up. Syntax highlighting is like doing arithmetic using colored rods: https://groups.google.com/forum/#!msg/golang-nuts/hJHCAaiL0s... Roman numerals is object-oriented …
-
comment
Comment #10681360
Summary: http://go-proverbs.github.io
-
comment
Comment #9674568
Because Nim is not dependently typed. You can't get sh*t done without dependent types.
-
comment
Comment #9674514
If the Unix guys were smart they would have used an Idris REPL as default shell.
-
comment
Comment #9317282
The 'String', '~str' dichotomy is really unfortunate.
-
comment
Comment #9100872
LLVM is a C++ monstrosity that takes hours to compile. Other programming language projects have to maintain a "temporary" fork of LLVM to achieve their goals: https://github.com/ru…
- comment
-
comment
Comment #8377027
Please correct the title. The original title is correct: "Go generate: A proposal" the rest is wrong. This tool is not a preprocessor. It's as wrong as calling 'make' a preprocesso…
-
comment
Comment #6102989
But why? Why not stop time instead?
-
comment
Comment #6011792
You almost always need the byte count for protocols, buffers and stuff. For user-interfacing use-cases (e.g. editors) you probably want the glyph or grapheme count, not the rune co…
-
comment
Comment #5774255
People are programming in completely dynamic, duck typed languages and say that these languages are best without IDE.
-
comment
Comment #5758377
But but but no generics! How dare they write production software without generics?!
-
comment
Comment #5753206
See "3.5 Initialization indexes": http://plan9.bell-labs.com/sys/doc/compiler.html
-
comment
Comment #5749568
> Looks like a very early dialect. C assumes everything is an int unless specified otherwise. It looks beautiful, almost like a scripting language. No monster type signatures like …
-
comment
Comment #5749493
Too late. Ken Thompson already put the back door in his B compiler.
-
comment
Comment #5749447
Recently some ignorant, nescient C++ programmer called me a Java programmer, because I use K&R style and not his preferred Allman style. Even Stroustrup uses hanging braces (with t…
-
comment
Comment #5606038
But does it have syntax highlighting?