Joshua Smock

Results 9 comments of Joshua Smock

What may work is mimicking how JS tools handle hot module reloading, which is to use `import.meta.hot` and `import.meta.accept`, which you could then somehow hook into when loading a namespace...

I did some research and found [a pretty comprehensive comment on this topic](https://github.com/evanw/esbuild/issues/1709#issuecomment-951511677) from Evan Wallace, who wrote [esbuild](https://esbuild.github.io) (I also found [a related comment](https://github.com/evanw/esbuild/issues/771#issuecomment-775546908)). Long story short, the optimizations...

I would guess that for the short term rewriting makes sense, but it depends on how simple/complex/feasible bootstrapping in Cherry is. Do you think it makes sense to automate it,...

We can agree to disagree 🙂 At the risk of making the thread go into the rabbit hole of GCC discussion: Yes it's not running benchmarks against big projects, but...

Hmm, I'm having trouble running `bb run build` -- [I started a thread on the #cherry slack channel](https://clojurians.slack.com/archives/C03QZH5PG6M/p1659551024994619) to discuss further. I think I might just be missing something minor.

BTW just to give a quick update: I worked on it a bit a while back but had to drop it to deal with other things going on (for now,...

I think it might be worth adding the license to `info.rkt` like described in https://github.com/racket/racket/pull/3760. I'm not sure exactly which license makes the most sense on [this list](https://spdx.org/licenses/) -- ~I...