sci

sheluchin 2024-12-30T16:57:00.987279Z

Is it difficult to add libraries to the SCI Playground? I would like to be able to use it to quickly test Fulcro https://github.com/fulcrologic/fulcro-rad apps. I could host my own SCI Playground, but I'm just not sure of the steps involved in adding libs.

borkdude 2024-12-30T16:57:37.927659Z

I'd just fork the playground and add more libs to the SCI configuration

sheluchin 2024-12-30T17:29:24.790119Z

Is it just a matter of selectively pulling in namespaces from the source lib? I'm guessing you have to provide your own implementation when some fn of the source lib contains sci-incompatible code?