repl
repl copied to clipboard
Samples: Elmish and Fulma examples are gone
There use to be a lot of good Elmish and Fulma samples available in the REPL, but they are all gone now. Any chance you can put them back?
@alfonsogarciacaro mentioned in another issue https://github.com/fable-compiler/repl/issues/119#issuecomment-739318089that he removed the hacks made to make libraries work in the REPL.
And in theory, he has some plan to make a better integration of libraries in the REPL which should hopelly help add back exemples etc.
I too would like to have these examples back. Wanted to send them to some colleagues to get them to try it out. Any news on this or any way to help out?
@Bjorn-Strom
@alfonsogarciacaro added back the REPL for Fable 2 it is available at https://fable.io/repl2/.
It is possible that you need to clean your cache when swithing from Fable 2 REPL and Fable 3 REPL.
Ohh, nice. I was not aware of that. That will work nicely as a playground to try and get people hooked! 🤓 Thank you.