Skip to content
Better HN
Top
Best
Ask
Show
New
Jobs
Search
⌘K
0 points
yrro
6y ago
0 comments
Save
Share
As distasteful as leaky code is, is it that bad to run it in a separate process? You get a bit more robustness against crashes as well.
0 comments
2 comments · 1 top-level
top
newest
oldest
rubber_duck
6y ago
· 1 in thread
You want to be able to incrementally update state to get performance out of incremental code analysis (eg. language server implemention for IDE)
folmar
6y ago
There are more ways to go then that: AST fragment caching, intermediate representation fragment caching and so on. Incremental updates fit some languages better than the others.
j
/
k
navigate · click thread line to collapse