s-ol’s avatars-ol’s Twitter Archive—№ 678

    1. …in reply to @etiene_d
      @etiene_d @LuaLang @moonscript thank you! :) It's running on fengari.io. I'm pretty happy with how smooth the JS-Lua interop is going for what I am doing here; I've had some trouble using 'real React' but it's probably doable (maybe needs some native JS glue?)
  1. …in reply to @S0lll0s
    @etiene_d @LuaLang @moonscript the only two things I miss atm: better error traces when a JS error is triggered by Lua code (like the 'illegal invocation' with document.createElement() without :) and having setfenv to build kewl 'magic' DSLs. latter is Lua 5.3 design though so that's not a fengari issue really