Viewing profile — julienv
julienv
HN member- Joined
- Thu, Mar 20, 2014, 2:24 PM UTC
- HN karma
- 46
- Public activity
- 9 items
- HN profile
- View on Hacker News ↗
About julienv
No profile information was provided.
Recent public activity
-
comment
Comment #30515729
The SQL database that tells you when your query results changed
- story
-
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…
-
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!
-
comment
Comment #30381499
That's what SQLive is written in. Hence the name SkipLabs!
-
comment
Comment #30381474
Fixed! thanks!
-
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…
-
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 …
-
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…