Jeff Niu

Results 133 comments of Jeff Niu

We already have `from Time import now`, which isn't quite the same as Python's `time` module, but you can always import that via the Python interop API. Retitling this to...

This looks like a notebook environment specific problem. This should work inside a `def`

The issue with adding the `type` bultin to Mojo is that we don't have a runtime type representation yet. I.e. in Python, `type` returns a type instance that can be...

Like Chris said, we are pretty much already set up for compiling to WASM, etc., but additional support for the ecosystem beyond the compilation target does not exist and is...

All these things are very much possible, and that is indeed the power of full access to the whole MLIR ecosystem, but we are laser-focused on building out the language...

Thanks for the issue! This is a current limitation of how we handle dependent parameters, and there are other types and functions that suffer from this. The key issue is...

This is a notebook-specific problem. I can repro with two cells: ``` %%python import os ``` ``` print(os.environ) ``` The second cell is Mojo. FYI @walter-erquinigo @River707

@walter-erquinigo Awesome. Thanks for taking a look. If it can't be repro'd after today's release, please close this issue. @strangemonad feel free to reopen if you're still hitting it afterwards

Closing as dupe of https://github.com/modularml/mojo/issues/398