Live data from Hacker News

Viewing profile — ohadrau

ohadrau

HN member
Joined
Thu, May 11, 2017, 2:29 AM UTC
HN karma
24
Public activity
14 items

About ohadrau

Student at Georgia Tech with interest in PLT & systems Personal Site - http://ohad.space/ Github Account - https://github.com/ohadrau/

Recent public activity

  1. comment
    Comment #33904440

    Years ago when I was around 14, I stumbled upon Chris's Katahdin project and thought it was such a cool idea I had to try it out. I spent quite a bit of time trying to get set up w…

  2. comment
    Comment #23797435

    Just to clarify to people not familiar with the two languages and their differences, this is somewhere where the two languages diverge greatly. OCaml does not have an "obj" type th…

  3. comment
    Comment #23797395

    While the object system is pretty rarely used [1], polymorphic variants see quite a bit of use and are also based on row types. [1] Recently have been seeing a lot more use in Buck…

  4. story
  5. comment
    Comment #18999875

    Not entirely. For now Flutter is focused mainly on mobile apps whereas Revery is focused primarily on desktop apps (though we do plan to tackle mobile apps eventually and Google is…

  6. comment
    Comment #18999782

    Looks like this is using Fluid rather than Revery. Not sure about memory usage in Revery but I think it should be lower than that. Definitely something I'll look into

  7. comment
    Comment #18999639

    Unfortunately, we aren't compiling pure React code to native -- for something like that Electron is probably the go-to solution for now. However, the reverse is true. Revery apps c…

  8. comment
    Comment #18999555

    Sorry this just hasn't been updated in a few weeks. I just opened a PR to update the README to clarify that. We actually have all of those done right now. Here's a gif of radio but…

  9. comment
    Comment #18446482

    To be fair, issues with bindings have really not been too common and when they appear the fix is just opting out of the strong type checking. 9 times out of 10 when we have a bug t…

  10. comment
    Comment #18424229

    For me, Reason's type system seems a lot more focused on what it's trying to do. It's much more minimal than TypeScript's, so you don't end up trying to hack it to fit weird JS typ…

  11. comment
    Comment #18424194

    I know this is getting downvoted a ton, but I certainly felt the same way before using Reason. Even now, I'm sort of undecided about my opinion on it. I love how accessible it make…

  12. comment
    Comment #18424175

    Even then, I feel like working with Floats vs. Ints in a web browser is almost never an issue. I'd just open Float if I need it because I can't think of any scenario where I'd use …

  13. comment
    Comment #18424167

    Like a ton of other people here, we've been using ReasonML for about half a year now at Rolltrax [1] and so far I can say I'm ~95% happy with it. I'm a long-time OCaml user but my …

  14. story