Live data from Hacker News

Viewing profile — estavaro

estavaro

HN member
Joined
Sun, Jan 06, 2013, 3:44 AM UTC
HN karma
8
Public activity
17 items

About estavaro

No profile information was provided.

Recent public activity

  1. comment
    Comment #6364842

    I was a bit overwhelmed by the many samples that I clicked on. Someone else posted a link to her GitHub repo and I was glad to check it out some. I chuckled at her using of Ruby/Ra…

  2. comment
    Comment #5800761

    And that would be anti-social behavior by itself, right? :-) Other people think that inmates are anti-social people. But were they always anti-social? Or just some of the time? And…

  3. comment
    Comment #5594479

    The help of an IDE restricts the use of the language. It's the same for the TypeScript variant. If you say "you need a Visual Studio" or the like to use it comfortably, you're rest…

  4. comment
    Comment #5593098

    The problem is that it makes people more concerned about getting the types right than about giving people shortcuts. The API designers end up creating a multitude of APIs to deal w…

  5. comment
    Comment #5592988

    My confession on the matter: Working with OO in JS made me a "cargo cultist." I wasn't entirely aware of how it worked, but just glad that it did for as long as I had used it. The …

  6. comment
    Comment #5586615

    With eval language designers might have a delayed execution that could make compile-time optimizations less straightforward. Part of the toolset could have to be present during dep…

  7. comment
    Comment #5586295

    Ruby is said to be useful for text processing and such. In Japan they had a need for the language to deal with text files specified in a Japanese codeset. Some of the flexibility t…

  8. comment
    Comment #5586091

    Ruby is great in terms of allowing people to experiment with different algorithms pretty quickly. It's easy getting the code written and tested because the code tends to be so succ…

  9. comment
    Comment #5322202

    Animations are fun. I recently created my first animated widget and it felt great. Going from "it works" to "it works and is animated" is a huge step. The animation really helps to…

  10. comment
    Comment #5311865

    The main issue I have with "escaping from callback hell" is that it's a half-truth. Although I don't know much about how the Reactive Framework created by Microsoft works, I know t…

  11. comment
    Comment #5307585

    My own piece of feedback based on my experience. The slides were good. But like others, JIT is not all rosy. In V8 and Dart and .NET, code gets compiled to native code as soon as p…

  12. comment
    Comment #5274718

    Exactly. In Python you still pass "self" to the method. In Ruby and Dart it's not needed. In Python I've seen Python users discourage the use of classes. I haven't seen the same di…

  13. comment
    Comment #5274210

    You see, you wrote a bunch about how len is so cool in Python. But in the face of dynamic typing and polymorphism I didn't expect it to be any different really. Languages like Go t…

  14. comment
    Comment #5273908

    Trying to guess how Python works is quite hard if you're used to Ruby and other languages closer to Java. As I don't know much Python myself, it's hard to tell where Python fails t…

  15. comment
    Comment #5273719

    I have quite a bit of Ruby for the server-side. But on the client-side I've been using Dart instead. While Dart could be good for the server-side too, as it's VM will be as fast as…

  16. comment
    Comment #5170022

    It's an OK choice. I'd rather they picked Dart instead. Dart has a better OO support and a cleaned up core language. But it's early days for Dart still. Dart has a VM by the same f…

  17. comment
    Comment #5015232

    You need to be commended for defending Go. I don't think the Go developers hide the fact that they mean go as a Systems level programming language. It has higher level features, bu…