Live data from Hacker News

Viewing profile — julienv

julienv

HN member
Joined
Thu, Mar 20, 2014, 2:24 PM UTC
HN karma
46
Public activity
9 items

About julienv

No profile information was provided.

Recent public activity

  1. comment
    Comment #30515729

    The SQL database that tells you when your query results changed

  2. story
  3. comment
    Comment #30382151

    Well, imagine your type-system was able to tell you exactly what roots are mutable in what scope. Now you can run a garbage collection on a single scope. That's not how it works, b…

  4. comment
    Comment #30382109

    Thanks! You can try the version in the site for testing if you want! If you want to build something, let us know!

  5. comment
    Comment #30381499

    That's what SQLive is written in. Hence the name SkipLabs!

  6. comment
    Comment #30381474

    Fixed! thanks!

  7. comment
    Comment #30381287

    It's still very much used at SkipLabs. In fact, it's the language that SQLive is written in: http://sqlive.io Unfortunately, we use a proprietary fork of SKIP, so that's why the OS…

  8. comment
    Comment #7437908

    There seem to be 2 questions here: 1) Is Hack type inference total? Answer no: you must annotate parameters and return types. It would be pretty much impossible to implement total …

  9. comment
    Comment #7436706

    Yes and no. Yes, because TypeScript is bringing a type-system to a dynamically typed language and so did Hack. No: because Hack is bringing some additional language features affect…