Mojo Dojo

Results 5 comments of Mojo Dojo

I'll put screenshots here to show exactly how it works pre and post change if that helps: ## Pre Change (with `render:shell`) ### Entering Bug ![image](https://github.com/modularml/mojo/assets/132558431/bddbbc03-0cdf-4ab4-89a8-0d8f8d0e51d5) ### Result ![image](https://github.com/modularml/mojo/assets/132558431/cfcffd4e-4bbf-46ce-9e42-22ede3bd806a) Can...

> Are there examples in other languages that work this way? @lattner In Rust you have `powi` and `powf` for floats, for the integer version e.g.: ```rust let f: f64...

And integer types can't be raised to a negative value in Rust as it expects a u32: ![image](https://github.com/modularml/mojo/assets/132558431/1b2ea2c8-b64c-4f70-9efb-f97da37ed876)

Great ideas, thanks very much for raising the things that aren't clear, that is a really good list of next things to tackle and I'll prioritize them

> Will start writing up some content on SIMD Sounds great thanks, yeah I think tutorial style introduction will be really good, there's a heap of dunder methods which we...