Le mar. 9 juil. 2019 à 00:35, Amirouche Boubekki <xxxxxx@gmail.com> a écrit :


Le mar. 9 juil. 2019 à 00:20, Lassi Kortela <xxxxxx@lassi.io> a écrit :
> Yes, it says defunct because I hitting depth limit with biwa for
> small-ish apps.

Do you mean the call stack limit due to lack of proper tail recursion?

Yes.
 

>     Amirouche's other project <http://scheme-lang.com/cons/> apparently
>     uses
>     Chibi Scheme compiled in the way John mentioned, judging by the page's
>     source code.
>
> *If you are ok with the time it takes to load* the wasm file, I will
> work on improving
> that to allow to do XHR requests in the following days (promise!)

Unfortunately I think the load time can be a deal breaker (for normal
web apps; for a full interpreter like on that page, it's probably fine).

Please! Let me argue that it depends on the app. For long running apps
like gmail, it makes sense to wait a little bit...

Please :)
 
Anyway, your work on these frontend libraries is very inspiring and we
should definitely collaborate on something in this fashion :) Would it
make sense to keep developing something based on forward.scm?

forward.scm deviates a little bit from purely functional elm architecture in
the sense that XHR is done inline in update procedure (called controller)
instead of relying on a continuation.

 There is other issues with forward.scm about html input that I never worked
around. That's why I moved to reactjs in cons (the above proposal that is
somewhat slow)