Live data from Hacker News

Viewing profile — rFlex

rFlex

HN member
Joined
Fri, Oct 10, 2025, 3:28 AM UTC
HN karma
12
Public activity
3 items

About rFlex

No profile information was provided.

Recent public activity

  1. comment
    Comment #45853647

    Most of the TS language is supported, things that are not can be considered bugs that we need to fix. Eval is supported but it won't be able to capture variables outside of the eva…

  2. comment
    Comment #45853426

    One of the Valdi's authors here. It's using native views under the hood, like React Native, and there are 3 modes of compilation/execution for the TS source. It can be interpreted …

  3. comment
    Comment #45535169

    For the bubble sort implementation, it's due to the use of the destructuring assignment in the benchmark code. When swapping to a regular swap using a temporary variable, the bench…