You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
#602 brings us to OCaml 5.1, which has support for effects.
jsoo in turns has support for this feature, but it is disabled by default and requires --enable=effects (enabling it switches to a partial CPS model, which has performance implications)
It'd be nice to try and run with this option, to allow exercises to use and target effects; it may be tricky, some tweaks will probably be needed where we manually apply jsoo-compiled functions.
The text was updated successfully, but these errors were encountered:
#602 brings us to OCaml 5.1, which has support for effects.
jsoo in turns has support for this feature, but it is disabled by default and requires
--enable=effects
(enabling it switches to a partial CPS model, which has performance implications)It'd be nice to try and run with this option, to allow exercises to use and target effects; it may be tricky, some tweaks will probably be needed where we manually apply jsoo-compiled functions.
The text was updated successfully, but these errors were encountered: