-
Serious question here. If you're going down to the metal, Mojo provides a potentially large speedup and the language would significant benefit from this work. Either way - love the work. Thank you!
-
Mojo is a superset of python that is compiled to provide C-like performance with python-like simplicity. https://docs.modular.com/mojo/
=> Could you refactor a subset of these notebooks to see if …
-
### Bug description
Just Following the Get Started Doc of Mojo, failed in the step 4 [Build an executable binary](https://docs.modular.com/mojo/manual/get-started#4-build-an-executable-binary).
### …
-
* Mojolicious version: 9.38
I have two webapps that make web requests to arbitrary URLs supplied by their users. It would be good if the users could not try requests to my microservices in my priva…
-
### Bug description
As title.
### Steps to reproduce
```mojo
fn main():
res = Int(1) Int:
^
/workspaces/mojo/stdlib/src/builtin/int.mojo:681:37: note: failed to fold operation index.s…
-
### Issue description
When starting mojo REPL I get the following error:
```
error: this file does not represent a loadable dylib
error: couldn't find a REPL for mojo
```
### Steps to reproduc…
-
### Review Mojo's priorities
- [X] I have read the [roadmap and priorities](https://docs.modular.com/mojo/roadmap.html#overall-priorities) and I believe this request falls within the priorities.
###…
-
### Description
Running mojo2austin on a file I just generated gives an error:
```
Traceback (most recent call last):
File "/home/dooferlad/.venv/bin/mojo2austin", line 8, in
sys.exit(…
-
Mojo is a relatively new (and, imo, very exciting) language that offers a repl experience through the terminal. I would really love to be able to use this in vim-jukit
https://www.modular.com/mojo
-
### Bug description
Mojo 24.4.0 fails to run the following code, instead producing a compiler error.
```python
def func(i):
if i == 1:
return []
else:
return [func(i-1…