Problem installiing mojo on mac:
Module pymatmul not found
hello_interop.mojo
to this and running it:
```
from python.python import Python
...Is it possible to use MLIR dialects?
Non-trivial parameter are not matched
cannot implicitly convert 'SIMD[T, __lshift__(1, __add__(__sub__(N, 1), 1))]' value to 'SIMD[T, __lshift__(1, N)]' in return value
cannot implicitly convert 'SIMD[T, __lshift__(1, __add__(__sub__(N, 1), 1))]' value to 'SIMD[T, __lshift__(1, N)]' in return value
1<<((N-1)+1)
is not considered equal to 1<<N
which suggests threre is no rewriting of parameters. ...Type system does not recognize that a literal int is equal to an Int alias
struct Cube[T: DType, N: Int]:
var value: SIMD[T, (1 << N)]
struct Cube[T: DType, N: Int]:
var value: SIMD[T, (1 << N)]
Does Mojo support virtual environments?
venv
or conda environments?Cannot import Top level packages
How to store Struct(or string) into DynamicVector
How to trigger `cf.assert` MLIR operations?
let _ = __mlir_op.`cf.assert`[msg=__mlir_attr.`"ERROR"`](false)
let _ = __mlir_op.`cf.assert`[msg=__mlir_attr.`"ERROR"`](false)
Compile Mojo Python
Build options - supported platforms
Should we fuse Python's array class and mojo's DynamicVector's struct?
TOR-Client in Mojo
randn not working
`if` Statement doesn't work??? :astonished:
Cant install Mojo
Easy to install in offline enviroment, will mojo keep it and provide a package system ?
External Python dependencies and Mojo binaries
Will mojo let third parties handle the compiler distribution and packaging like python?