Melody Daniel
MModular
•Created by Melody Daniel on 7/31/2024 in #community-showcase
Devcontainer Setup for Mojo and Neovim
Hey guys, I finally had the time to update this setup. It now uses Magic CLI, which simplifies a lot of the setup. I've also turned it into a template repository.
2 replies
MModular
•Created by Tuatini on 12/22/2024 in #questions
Max/Mojo license question
The plan is that Mojo will become fully free and open source. Chris has give a timeline of 2 years
28 replies
MModular
•Created by Tuatini on 12/22/2024 in #questions
Max/Mojo license question
Without getting an enterprise license
28 replies
MModular
•Created by Tuatini on 12/22/2024 in #questions
Max/Mojo license question
Specifically this - https://www.anyscale.com/product/platform
28 replies
MModular
•Created by Tuatini on 12/22/2024 in #questions
Max/Mojo license question
Modular very deliberately narrowed the scope of their license and removed as much ambiguity as the community could point out.
28 replies
MModular
•Created by Tuatini on 12/22/2024 in #questions
Max/Mojo license question
We already have frameworks in Mojo designed for Machine learning and auto differentiation, they don't worry about licensing
28 replies
MModular
•Created by Tuatini on 12/22/2024 in #questions
Max/Mojo license question
In the example you gave you're providing a tool that could possibly allow users offer a commercial AI cloud offering, you're not offering one.
28 replies
MModular
•Created by Tuatini on 12/22/2024 in #questions
Max/Mojo license question
How does a framework like Django get into allowing users to run AI workloads?
Anyway, the problem is
commercial
. You can use Mojo and Max freely in your AI workloads28 replies
MModular
•Created by Tuatini on 12/22/2024 in #questions
Max/Mojo license question
If you're building anything that offers commercial cloud offering for AI you'll need to contact Modular first. Further questions should be directed to #licensing .
It is okay if you feel Max is not the right solution for you
28 replies
MModular
•Created by Ivo Balbaert on 12/17/2024 in #questions
Is there a way in Mojo to know the type of a variable/object ?
Proper generics is possibly what you want in almost every case where you may need it
93 replies
MModular
•Created by Ivo Balbaert on 12/17/2024 in #questions
Is there a way in Mojo to know the type of a variable/object ?
Tbh, it is not all that useful
93 replies
MModular
•Created by Ivo Balbaert on 12/17/2024 in #questions
Is there a way in Mojo to know the type of a variable/object ?
Since this concept doesn't exist almost anywhere else I have to imagine it is not very useful
93 replies
MModular
•Created by Ivo Balbaert on 12/17/2024 in #questions
Is there a way in Mojo to know the type of a variable/object ?
I'm not talking about data here. Just data type.
93 replies
MModular
•Created by Ivo Balbaert on 12/17/2024 in #questions
Is there a way in Mojo to know the type of a variable/object ?
Unknown types actually needs to be casted to known types at compile time
93 replies
MModular
•Created by Ivo Balbaert on 12/17/2024 in #questions
Is there a way in Mojo to know the type of a variable/object ?
The difference between
any
and unknown
is that you can't pass unknown to any function without explicitly casting it to a concrete type93 replies
MModular
•Created by Ivo Balbaert on 12/17/2024 in #questions
Is there a way in Mojo to know the type of a variable/object ?
Requiring the library consumer to fill it in
93 replies
MModular
•Created by Ivo Balbaert on 12/17/2024 in #questions
Is there a way in Mojo to know the type of a variable/object ?
Typescript has a concept of unknown type. Once place where it is useful is when creating a http client, you could make the type of response body unknown.
93 replies
MModular
•Created by Ivo Balbaert on 12/17/2024 in #questions
Is there a way in Mojo to know the type of a variable/object ?
We need a form of
any
93 replies
MModular
•Created by Ivo Balbaert on 12/17/2024 in #questions
Is there a way in Mojo to know the type of a variable/object ?
It seems
unknown
isn't very widespread. For some reason it is supported by Pyright but not Mypy. Yeah I see what you mean93 replies
MModular
•Created by Ivo Balbaert on 12/17/2024 in #questions
Is there a way in Mojo to know the type of a variable/object ?
It does?
93 replies