M
Modular•6mo ago
Martin Dudek

Why are you using Mojo?

Just curious: why are you using Mojo? i will start with the obvious, lets see where this goes 😉
19 Replies
Martin Dudek
Martin DudekOP•6mo ago
:mojo: performance
Aziz
Aziz•6mo ago
Scientific and high-performance computing (CPU + Accelerators).
a2svior
a2svior•6mo ago
It's pretty fun to code in Mojo! I always wanted to use a more pythonic systems programming language. Mojo's syntax, dunder methods, etc - this all gives a really nice flow when you're coding. I actually don't get much of a performance boost in my application with Mojo, but maybe I'm doing it wrong.
Ferdinand Schenck
Ferdinand Schenck•6mo ago
Tired of the two language problem. I have one foot in the ML world and one foot in the geospatial world, and both struggle with the "two-language" problem. I.e. debugging gets annoying when you have to switch from Python to the language that your libs are written in (C/C++). Having one language all the way through would be awesome.
Mohamed Mabrouk
Mohamed Mabrouk•6mo ago
I always wanted a language where I don't break my mental model when working with low-level ops and high-level data-sciency pipelines. I find it nice in Mojo to implement things like performant IO and parsing, statistics, and interactive visualization (currently, using Python interop) all in one language, same set of tooling .. etc.
Martin Dudek
Martin DudekOP•6mo ago
Coming from Python, Mojo is for me all about performance as possibility without completely leaving familiar territory. Mojo as superset of Python seems for me not to be around the corner right now, yet many reasons to be optimistic about it:mojo:
Serg Gini
Serg Gini•6mo ago
Go has nice geospatial libs) and two-language problem is Julia’s trademark 😄
Ferdinand Schenck
Ferdinand Schenck•6mo ago
Yeah, I also like Julia. Best syntax out there IMHO. But in my day-to-day: all the ML libs I need to use are in Python, the geo libs are in Python, and the company I work for uses Python, so hard to shift all of those things.
navhkrinn
navhkrinn•6mo ago
I'm planning to use it for game development, starting with basic non-graphical simulations that would be linked to Unreal Engine for rendering.
zjcurtis
zjcurtis•6mo ago
I’d like to use Mojo because i’m familiar with python’s approach, and writing things quickly in python is easy, but I don’t feel python is often scalable or sustainable for more long lived software
Thicket
Thicket•6mo ago
I'm hopeful (down the line) about getting some of Rust's safety and typing guarantees without having to be keeping track of memory management concepts that are extraneous to business logic (as Rust's borrow checker model often seems to be). What I'm hoping for is a Python I Can Trust.
Melody Daniel
Melody Daniel•6mo ago
I've always dreamed of a language like this. I really love Python; I hate being forced to use another language when performance is important.
Toji
Toji•6mo ago
I want to get into GPU programming and currently reading the "Programming Massively Parallel Processors" which mainly uses CUDA C++ for teaching the parallel programming principles. I want to see if I can do the same programs using Mojo. Would love to know if there are any resources available for this.
ModularBot
ModularBot•6mo ago
Congrats @Toji, you just advanced to level 5!
Moosems / Three chickens
Because it feels like the next step from using python. I love the performance but I think the strong typing with python syntax is the biggest part for me. I always use types in my code and python like code being compiled to native binaries is another major plus. It also makes me feel like I’ve moved from the script kiddy (not to say python isn’t an absolutely amazing language) to big boy world if you get what I mean
navhkrinn
navhkrinn•5mo ago
Yeah, using Mojo will make you feel like KFC bucket
PhoToN 飞得高
1) In my field, we have a three language problem. Python, Fortran and C++. Connecting different tools is a distance dream. So having a unified language that can connect tools and interoperability is great! I’m also working on a library currently using mojo. 2) the syntax is good, familiar and the types are great and makes it easy to learn ( makes me feel secure about my code lol, it’s awkward to go back to non typed python code after working on mojo). 3) since it’s in early stages, I feel that it’s more easy to learn the fundamentals of the language. And since I have started mojo, I’ve fallen into the rabbit hole of learning more about how memory, accelerators and stuff works in general, which is great, little more knowledgable every day xD
roboquant
roboquant•5mo ago
Prototyping a bit of algorithmic trading strategies (and learning the basics of Mojo while going along)
Moosems / Three chickens
I can definitely agree that because I came so early and have seen all the changes in real time that the harder to grasp concepts seem far more natural
Want results from more Discord servers?
Add your server