Live data from Hacker News

Viewing profile — jordandanford

jordandanford

HN member
Joined
Mon, Jan 10, 2011, 1:22 AM UTC
HN karma
17
Public activity
17 items

About jordandanford

No profile information was provided.

Recent public activity

  1. comment
    Comment #4274044

    Many interpreted programming languages are implemented in C: Python, Ruby, Lua, Io...

  2. comment
    Comment #3455043

    Lift is a powerful web framework which makes use of many of Scala's functional and object-oriented features, so it'd be worth looking at the Getting Started guide: http://simply.li…

  3. comment
  4. comment
    Comment #2866604

    Mac OS X is generally seen as the most visually appealing OS, so I figure that's likely to be the reasoning

  5. comment
    Comment #2846400

    Wow, you're pretty sheltered if F# is the weirdest language you've ever seen

  6. comment
    Comment #2829081

    As an alternative, try Sublime Text 2, which is much more modern and can actually use TextMate resources (themes, language support, etc.) – http://www.sublimetext.com/2

  7. comment
    Comment #2800948

    Here's a neat example of Flash integration, and it's cool in its own right: http://www.earslap.com/projectslab/otomata

  8. comment
    Comment #2789942

    I've always gotten the impression that Lua has a somewhat anemic standard library and a somewhat limited set of abstractions, in contrast to the things that draw me to Python – is …

  9. comment
    Comment #2779192

    Verizon has a lot of choices, but something from the Droid line is probably your best bet. If you want a physical keyboard, then I'd recommend the Droid 3 ( http://engt.co/k9nRy4 )…

  10. comment
    Comment #2772027

    DotCloud is pretty flexible and has open registration: www.dotcloud.com

  11. comment
  12. comment
    Comment #2733050

    The only legitimate way to install apps is through the App Store, so you should check out the process – http://developer.apple.com/programs/ios/

  13. comment
    Comment #2685172

    It doesn't need to make a bold statement, it's about being small and well-designed. Performance wise, C++ is still far ahead, but Go is substantially easier to use.

  14. comment
    Comment #2683901

    I've been experimenting with Go, and I feel like you're expecting something different than what it's supposed to be. In my opinion, one of its strengths is its simplicity – it may …

  15. comment
    Comment #2087350

    I understand the idea behind it, but I don't feel like it's any clearer than "foo = [1, 2, 3]; foo[0] = 1" (in Ruby, Python, or something similar). This was even changed in Perl 6 …

  16. comment
    Comment #2087331

    I guess my problem with something like that is that conceptually it doesn't make much sense. There's no obvious reason why assigning an array to a scalar variable would give its le…

  17. comment
    Comment #2087041

    I tried both for a while when I was getting into programming, and one huge thing that has always bothered me about Perl is the strange behavior with changing sigils. Here's what I …