DanteOz
DanteOz
MModular
Created by Jack Clayton on 7/26/2024 in #community-showcase
Magic CLI alpha community feedback and questions
I was excited when I saw this brewing in the Pixi discord. Glad to see how quickly this came together.
96 replies
MModular
Created by Orwink on 2/16/2024 in #questions
If we talk about performance code, why is MLIR better than LLVM?
15 replies
MModular
Created by Orwink on 2/16/2024 in #questions
If we talk about performance code, why is MLIR better than LLVM?
Starting at 13:18 mojo devs discuss the mojo compiler including how they use mlir and llvm
15 replies
MModular
Created by matthew on 2/14/2024 in #questions
Is Mojo a general-purpose language? Or an AI language?
12 replies
MModular
Created by Alex Gunnarson on 2/9/2024 in #questions
Virtual thread support? ("write async like sync")
6 replies
MModular
Created by Alex Gunnarson on 2/9/2024 in #questions
Virtual thread support? ("write async like sync")
I believe long term the concurrency model for mojo will look similar to a combination of python and swift. Chris Lattner wrote a manifesto of concurrency for swift that goes into his views more in depth. https://gist.github.com/lattner/31ed37682ef1576b16bca1432ea9f782
6 replies
MModular
Created by Alex Gunnarson on 2/9/2024 in #questions
Lisp/Julia style macros/codegen
16 replies
MModular
Created by Alex Gunnarson on 2/9/2024 in #questions
Lisp/Julia style macros/codegen
16 replies
MModular
Created by david on 10/2/2023 in #questions
Will Mojo solve the Expression Problem?
I believe they originally said this with respect to the more dynamic, python subset of the language. Specifically that the python subset would, at least initially, be focused on compatibility, providing a compiled of python implementations which interop with the systems programming superset. The performance benefits there would come from removing the python interpreter overhead. I believe the dynamism proposal can give more insight into how they're thinking about this. https://github.com/modularml/mojo/blob/main/proposals/mojo-and-dynamism.md
43 replies
MModular
Created by david on 9/29/2023 in #questions
Will Mojo Metaprogramming support Lisp/Julia Style Macros?
41 replies
MModular
Created by denden on 9/15/2023 in #questions
Will Mojo be a "true" systems programming language?
17 replies
MModular
Created by denden on 9/15/2023 in #questions
Will Mojo be a "true" systems programming language?
17 replies
SSolidJS
Created by DanteOz on 1/29/2023 in #support
Subscribe to
Wow that got deep. This was along the lines of what I was trying. I had state associated with a list that I was trying to trigger logic on. I need to know what changed and how it changed. After looking at the problem for too long I missed that it was easier to put the logic on the setter side. Thanks for the help.
50 replies
SSolidJS
Created by DanteOz on 1/12/2023 in #support
Server rendering error on createResource. Inconsistent HMR.
Seems like this is issue has already been reported https://github.com/solidjs/solid/issues/1390
3 replies