Live data from Hacker News

Viewing profile — Mr_T_

Mr_T_

HN member
Joined
Fri, Jul 27, 2012, 5:18 AM UTC
HN karma
140
Public activity
53 items

About Mr_T_

No profile information was provided.

Recent public activity

  1. 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:/…

  2. 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…

  3. comment
    Comment #24878544

    They were pissed nonetheless.

  4. comment
    Comment #24809096

    > What happened. Capitalism came to the internet.

  5. comment
    Comment #24799636

    TIL that pile drivers are a real thing and not just a sex position.

  6. comment
    Comment #24307708

    I don't feel awful.

  7. comment
    Comment #24298098

    You'll be happy with the latest developments: https://blog.golang.org/generics-next-step

  8. comment
    Comment #12921851

    Highly recommendable. It's the next modern classic after K&R's 'The C Programming Language'.

  9. 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 …

  10. comment
    Comment #10681360

    Summary: http://go-proverbs.github.io

  11. comment
    Comment #9674568

    Because Nim is not dependently typed. You can't get sh*t done without dependent types.

  12. comment
    Comment #9674514

    If the Unix guys were smart they would have used an Idris REPL as default shell.

  13. comment
    Comment #9317282

    The 'String', '~str' dichotomy is really unfortunate.

  14. 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…

  15. comment
  16. 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…

  17. comment
    Comment #6102989

    But why? Why not stop time instead?

  18. 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…

  19. comment
    Comment #5774255

    People are programming in completely dynamic, duck typed languages and say that these languages are best without IDE.

  20. comment
    Comment #5758377

    But but but no generics! How dare they write production software without generics?!

  21. comment
    Comment #5753206

    See "3.5 Initialization indexes": http://plan9.bell-labs.com/sys/doc/compiler.html

  22. 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 …

  23. comment
    Comment #5749493

    Too late. Ken Thompson already put the back door in his B compiler.

  24. 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…

  25. comment
    Comment #5606038

    But does it have syntax highlighting?