scittle

chromalchemy 2024-04-08T23:59:42.810709Z

I am trying to get familiar with promises and async behavior and using Promesa (in scittle). I am able to load and use promesa.core. Are other Promesa namespaces available? like https://funcool.github.io/promesa/latest/promesa.exec.html I get error like “Could not find namespace promesa.exec.\” if I require that.

chromalchemy 2024-04-09T14:04:52.995609Z

Thanks. I got my hello world code working! https://clojurians.slack.com/archives/C03S1L9DN/p1712623624786509

borkdude 2024-04-09T14:13:25.507069Z

great!

chromalchemy 2024-04-09T00:41:59.710489Z

Also could not use p/await "Could not resolve symbol: p/await!\"

borkdude 2024-04-09T06:24:10.626119Z

promesa.core is all you need

borkdude 2024-04-09T06:24:40.015649Z

await is kinda useless in JS, don't bother with it

👍 1