HackerTrans
TopNewTrendsCommentsPastAskShowJobs

helix278

no profile record

Submissions

First-Order Laziness [pdf]

microsoft.com
1 points·by helix278·10 mesi fa·0 comments

comments

helix278
·3 mesi fa·discuss
> That is not a benchmark result. That is a different way of thinking about how AI models get built.

tiresome
helix278
·3 mesi fa·discuss
I'm always surprised at the high frequency of major typos in titles from HN posts
helix278
·8 mesi fa·discuss
Letting the bytes go by
helix278
·8 mesi fa·discuss
Ligatures exist
helix278
·9 mesi fa·discuss
You make it sound like reducing the big O complexity is a dumb thing to do in research, but this is really the only way to make lasting progress in computer science. Computer architectures become obsolete as hardware changes, but any theoretical advances in the problem space will remain true forever.
helix278
·9 mesi fa·discuss
I have had treesitter crashes in the past editing markdown, causing helix to segfault, but the particular bug that caused my crashes has been fixed since years.
helix278
·anno scorso·discuss
I'm not a compiler dev, but I know that many functional programming languages struggle with this in the same manner if the target platform does not support TCE itself, and therefore require trampolining.
helix278
·anno scorso·discuss
But entirely definable in user code, so an effect is essentially a set of possibly impure operations you can perform (like I/O or exception throwing), and a function that exhibits that effect has access to those operations. Of course the call sites then also exhibit that effect, unless they provide implementations of the effect operations.
helix278
·anno scorso·discuss
TCO (tail call optimization) is often confused with TCE (tail call elimination), the latter is a runtime guarantee whereas the former is a compiler's best effort attempt to statically optimize tail calls.
helix278
·3 anni fa·discuss
What is hypertapping and tapping?