sci.configs icon indicating copy to clipboard operation
sci.configs copied to clipboard

add missionary

Open den1k opened this issue 4 months ago • 6 comments

https://github.com/leonoel/missionary

den1k avatar Apr 22 '24 10:04 den1k

Does this issue mean you have an upcoming PR or is this a feature request?

borkdude avatar Apr 22 '24 10:04 borkdude

a feature request!

den1k avatar Apr 22 '24 11:04 den1k

@den1k Can you tell more about the use case? Curious to learn more since I've never used that lib myself before.

borkdude avatar Apr 22 '24 13:04 borkdude

I’m using sci to sandbox code in tesserae ( https://github.com/lumberdev/tesserae). Some code needs to run forever and yield intermittent values through lightweight missionary flows. this is what I’d like to support

On Mon, Apr 22, 2024 at 3:41 PM Michiel Borkent @.***> wrote:

@den1k https://github.com/den1k Can you tell more about the use case? Curious to learn more since I've never used that lib myself before.

— Reply to this email directly, view it on GitHub https://github.com/babashka/sci.configs/issues/45#issuecomment-2069482126, or unsubscribe https://github.com/notifications/unsubscribe-auth/ABDPWIUPDAFCWH7XNOMVW2LY6UHRTAVCNFSM6AAAAABGSO3HRKVHI2DSMVQWIX3LMV43OSLTON2WKQ3PNVWWK3TUHMZDANRZGQ4DEMJSGY . You are receiving this because you were mentioned.Message ID: @.***>

den1k avatar Apr 22 '24 13:04 den1k

I'm not sure if I have the time right now to make a configuration for SCI myself but I could try to guide you through the process. What you would mostly need is copy the macros (similar to what has been done for fulcro in this repo). The rest should probably work more or less (hopefully). The fulcro PR that @holyjak made recently should be a good example.

borkdude avatar Apr 22 '24 13:04 borkdude

It can be quite easy, depends on how involved the macros are. I was afraid wrt Fulcro but in the end it worked out pretty fine.

holyjak avatar Apr 22 '24 15:04 holyjak