Live data from Hacker News

Viewing profile — isaacabraham79

isaacabraham79

HN member
Joined
Mon, Oct 30, 2017, 9:15 AM UTC
HN karma
15
Public activity
11 items

About isaacabraham79

No profile information was provided.

Recent public activity

  1. comment
    Comment #29713365

    What are you thinking of when you say "something goes wrong"?

  2. comment
    Comment #29713359

    Because JS is pervasive.

  3. comment
    Comment #28930640

    Since the F# transpiles into JS at runtime it's really no different than, say, TS in terms of performance concerns. Unless you meant something else there?

  4. comment
    Comment #28804836

    The Director of the Foundation is a Microsoft employee and they are the creators of the Foundation. In addition to the obvious issues, this is also about Microsoft and their relati…

  5. comment
    Comment #24740049

    No. In languages like F#, you can encode in the type system that the result can be either a customer or an error. And the compiler won't let you "access" the customer until you've …

  6. comment
    Comment #24739204

    '0' is a string (or char), not a number. Just saying.

  7. comment
    Comment #24738734

    Yep, this is definitely something that should be made easier and there's an RFC to address it. There are also some libraries out there that make this easier. I'd say it's an annoya…

  8. comment
    Comment #19229719

    Try here https://dotnet.microsoft.com/download . We also put some beginner videos on our you tube channel here https://m.youtube.com/compositionalit .

  9. comment
    Comment #18778577

    Thank you :-)

  10. comment
    Comment #18778089

    Disclaimer: I'm one of the maintainers of the SAFE stack. The SAFE Stack is slightly different in that in itself it's not a technology as such, aside from the .NET template that we…

  11. comment
    Comment #15583809

    Typescript has grown into way more than just "JavaScript with some type annotations". It's a much bigger superset with lots of language features that JS doesn't have.