-
# 📖 Abstract:
- ✅ 把 Mojo 库 binding 给其他语言使用。
# 💯 Related:
- ✅ #432
- ✅ #355
- ✅ #384
- ✅ #242
-
# 📖 Abstract:
- ✅ 基于 `C FFI`, 把 `C/C++/Rust` 库 binding 成 Mojo 库, 供 Mojo 调用。
# 💯 Related:
- ✅ #433
- ✅ #355
- ✅ #362
- ✅ #384
- ✅ #242
-
**Project description**
Mojo is a new programming language that aims to become a superset of Python over time. It is claimed to be as fast a C and specifically designed for AI development.
**M…
-
# 📖 Abstract:
- ✅ 构建并发布一个基于 `Rust 库` + `FFI binding` 实现的 Mojo 包。
# 💯 Related:
- ✅ #433
- ✅ #432
- ✅ #355
-
https://mojolang.org/
Mojo is also Python-like (in fact, try to be compatible with Python 3), and it's also targeted to AI and high performance. Maybe add a comparison of the features of Bend vs Mo…
-
### Bug description
When formatting a string inside an else branch of a for-loop the compiler either fails or crashes outright. see code snippets below.
### Steps to reproduce
- Include relevant c…
-
The modular cli has been deprecated and a new virtual environment "Magic" has been added to install mojo. This means that the LSP is now not globally installed anymore but instead installed in each en…
-
### Description
Found while testing https://github.com/brave/brave-browser/issues/41882 as part of CR 131 manual pass.
### Steps to reproduce
1. Install 1.73.48
2. launch Brave
3. load https://w…
-
### Check for existing issues
- [X] Completed
### Language
Mojo 🔥
### Tree Sitter parser link
https://github.com/lsh/tree-sitter-mojo
### Language server link
mojo-lsp-server
### Misc notes
H…
dcow updated
2 months ago
-
NOTE: I am new to the modular ecosystem so I appreciate you help and patience :grin:
I followed the instructions to setup a `mojoproject` using magic:
1. Create mojo project
```bash
magic in…