| ▲ | falcor84 a day ago |
| This seems to be going for a somewhat similar goal to Mojo [0] - anyone here who used both and is willing to offer a comparison? [0] https://www.modular.com/mojo |
|
| ▲ | actionfromafar a day ago | parent | next [-] |
| Time for me to remind everyone of the Shedskin Python compiler. https://shedskin.github.io/ |
|
| ▲ | miohtama a day ago | parent | prev | next [-] |
| Based on my understanding, Mojo aims to make number crunch computation faster (GPU), while as SPy aims to make generic Python application logic faster. Very similar, but different sweet spots and use cases. |
| |
| ▲ | ivell a day ago | parent | next [-] | | While GPU is a focus of Mojo, it is also planned to make it a general system programming language similar to C++ and Rust. | |
| ▲ | skavi 16 hours ago | parent | prev [-] | | Your understanding of mojo is incomplete. Just visiting their website would have cleared that up. | | |
| ▲ | falcor84 2 hours ago | parent [-] | | Taking that on a tangent, there's the seed of a very interesting sci-fi story in a world where visiting a website is sufficient to give people a complete understanding of something. EDIT: thinking about it some more, I would say that there isn't any real barrier with current technoly to having a relatively small on-device LLM downloading a LoRA file from an arbitrary site to get the AI equivalent of "I know Kung-Fu" - the real issue would be on the safety, security and trust aspects. |
|
|
|
| ▲ | emmelaich 10 hours ago | parent | prev [-] |
| There are even older languages with similar goals. At least three are called viper and are older than 6 years. Two linked below and much older one with ocaml-ish features that I could not find a link for. https://github.com/pdarragh/Viper https://github.com/appcypher/viper |