Live data from Hacker News

Viewing profile — rblank

rblank

HN member
Joined
Fri, Nov 26, 2021, 5:07 PM UTC
HN karma
75
Public activity
13 items

About rblank

No profile information was provided.

Recent public activity

  1. comment
    Comment #46300783

    https://xkcd.com/463/

  2. comment
  3. story
  4. comment
    Comment #41851515

    https://github.com/sqlite/sqlite-wasm sqlite-wasm loads much faster than Pyodide, so if you don't need Python, then the former is a better choice.

  5. comment
    Comment #38189303

    "That said, if your heuristic is 'words used in strange ways' then you will get false positives from all teenagers." This made my day.

  6. comment
    Comment #38168874

    FTR, Fennel support was indeed fairly easy to add. https://github.com/MicroLua/MicroLua/commit/b9dfa2407afe932b...

  7. comment
    Comment #38143908

    MicroLua currently compiles Lua files to binary at built time. It seems that Fennel is capable of transpiling to Lua source code, so it should be easy to add that step to the build…

  8. comment
    Comment #38143257

    I have to admit that this was one reason why it took me so long to start a project with Lua. Now that I've had some exposure to the language, I can say that it's not as bad as it s…

  9. comment
    Comment #38143181

    Thanks for the kind words :) I've been working on this in my spare time since March, so roughly 8 months.

  10. comment
    Comment #38143125

    I haven't run any benchmarks yet, and TBH performance isn't a high priority, but event dispatch latency is currently fairly bad, between 100 and 150 us (when overclocking the Pico …

  11. comment
    Comment #38143034

    I can't really give advice for creating a new language, or even for creating a new implementation of an existing one. MicroLua uses the existing Lua implementation from lua.org, an…

  12. comment
    Comment #38142947

    It looks like noceMCU uses Lua 5.1.4 or Lua 5.3.5, while MicroLua uses 5.4.6. Other than that, nodeMCU is much more advanced :)

  13. story
    Show HN: MicroLua – Lua for the RP2040 Microcontroller

    MicroLua allows programming the RP2040 microcontroller in Lua. It packages the latest Lua interpreter with bindings for the Pico SDK and a cooperative threading library. MicroLua i…