Viewing profile — rFlex
rFlex
HN member- Joined
- Fri, Oct 10, 2025, 3:28 AM UTC
- HN karma
- 12
- Public activity
- 3 items
- HN profile
- View on Hacker News ↗
About rFlex
No profile information was provided.
Recent public activity
-
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…
-
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 …
-
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…