Fengari – Lua for the Browser
fengari.io
Fengari – Lua for the Browser
1–10 of 145 posts
Re: Fengari – Lua for the Browser
#2This looks nice, and it looks like JS interop works well?
Also, as a Greek, I find the name very clever.
Re: Fengari – Lua for the Browser
#3This looks nice, and it looks like JS interop works well? Also, as a Greek, I find the name very clever.
Mind explaining the name?
Re: Fengari – Lua for the Browser
#4Re: Fengari – Lua for the Browser
#5After I found fennel-lang I thought "all I need now is a browser that runs Lua" and now here we are, I hope they work together well.
Thanks for this OP
Re: Fengari – Lua for the Browser
#6Re: Fengari – Lua for the Browser
#7Re: Fengari – Lua for the Browser
#8How can I make a http request
Re: Fengari – Lua for the Browser
#9After I found fennel-lang I thought "all I need now is a browser that runs Lua" and now here we are, I hope they work together well. Thanks for this OP
Maybe ClojureScript is an alternative.
Re: Fengari – Lua for the Browser
#10For those looking for powerful async coroutines in the browser: The combination of typescript+redux+redux-saga is also quite powerful.
Redux-saga uses generator coroutines to handle all sorts of asynchronous tasks.