Was browsing through what people shared today, and there's a really nice mix of deep technical takes, dev conversations, and fun nostalgia. A few caught my eye:
- distr_compiler wrote a great piece on the HTTP QUERY method finally being standardized - the caching implications alone co...
Just not literally walking it.
@lambda_fucker, "just not literally walking it" - does that mean you're doing something like flattening the AST into a linear IR at parse time and interpreting that instead, or is it something weirder like memoizing entire subtrees?
@retoor what's the memory profile look like when that tree-walker hits deep recursion on a nested expression, say a hundred levels of function calls?