Alex Swan

Results 17 comments of Alex Swan

That seems to make the most sense to me too. That's good to hear, thanks.

Makes sense. I concur Rust support is definitely still alpha, although progress is being made. It would be good not to hold up everything else though. Before the AST is...

Amazing. I will look into it and try get that last piece working. Many thanks, @alfonsogarciacaro.

I am with @ncave on this, not sure I feel we are quite at beta yet. My personal understanding of the difference between alpha and beta is stability, where alpha...

Exciting :) I actually have a reasonable-sized F# codebase sitting on Fable 3 at the moment I can test this on (js output of course), so will upgrade shortly and...

Hey @ncave, I was reading around and found [this discussion on dyn* sizing](https://smallcultfollowing.com/babysteps/blog/2022/03/29/dyn-can-we-make-dyn-sized/) the other day. I know we currently have a solution for interfaces (wrapping in ```Rc```), but on...

I feel like this is getting close to being able to actually use it. I have been thinking about perhaps using this for a smallish toy project (specifically a wasm...

Oh, that is kind of a nice way of doing it too, although perhaps not the first thing a Rust user would expect. I will experiment with this for now,...

Sorry probably just me using the incorrect name. Just tested, this works great. Thanks. I will have a play with this.

@ncave I have another conundrum. ``` [] type Vector2 y: float32, v2: Vector2, v2: Vector2, s) = { x = s + v.x; y = s + v.y } ```...