All Articles  (X)

Clear
Thank you! Your submission has been received!
Oops! Something went wrong while submitting the form.

🚨

NEW

Developer

Mojo🔥 ♥️ Python: Calculating and plotting a Valentine’s day ♥️ using Mojo and Python

On Valentine’s Day yesterday, I wanted to create something special to celebrate my love for Mojo and Python. My search on the interwebs led me to a nifty little equation that plots a heart. The equation is quite simple and I’ll refer to this as the “heart equation” through the rest of this blog post

February 15, 2024

/

Shashank Prasanna

Read

🚨

NEW

🔥

Popular

Engineering

Mojo vs. Rust: is Mojo 🔥 faster than Rust 🦀 ?

Mojo is built on the latest compiler technology in MLIR, an evolution of LLVM which Rust lowers to, and so it can be faster. It depends largely on the skill of the programmer and how far they're willing to go with optimizations. Mojo's goal as a language, is to meet Python developers where they are, and allow them to learn some new tricks to optimize their code to the performance limits of any hardware.

February 12, 2024

/

Jack Clayton

Read

🚨

NEW

Engineering

What is loop unrolling? How you can speed up Mojo🔥 code with @unroll

Open any introductory programming book and you’ll find several pages dedicated to structured programming concepts, i.e. making use of loops, conditions and functions extensively for better clarity and maintainability for your code. It helps you express your ideas and solutions neatly and elegantly in code. However, these benefits come at a cost: performance overhead. 

January 29, 2024

/

Weiwei Chen

Shashank Prasanna

Read

🚨

NEW

Developer

Mojo🔥 SDK v0.7 now available for download!

Mojo SDK v0.7 is the first big release of Mojo🔥 in 2024, and it’s chock full of new language and standard library feature goodness. In this blog post, I’ll share some of the key highlights from this release with examples, and discuss what they are and when to use them. I’m only going to cover the new features, for a complete list of what’s new, what’s changed, what’s removed, and what’s fixed in this release, be sure to check out the changelog in the Mojo documentation.

January 25, 2024

/

Shashank Prasanna

Read

🚨

NEW

Engineering

Mojo 🔥 lightning talk ⚡️ one language for all AI programming!

Did you catch Fabian's presentation at SINTEF? If you missed out, he'll be doing it again in Oslo, Norway on the 15th of February!By popular request, we're publishing the slides here, and will soon have video to go with it. Make sure to subscribe to our YouTube channel to get the alert!

January 23, 2024

/

Fabian Tschopp

Tatiana Shpeisman

Jeff Niu

Jack Clayton

Read

🚨

NEW

Product

Key announcements from ModCon 2023

On Dec 4th, the Modular team took the stage at ModCon 2023 to deliver a keynote packed full of exciting announcements of new software, enterprise partnerships and community updates. 

December 4, 2023

/

Shashank Prasanna

Read

🚨

NEW

Company

Modular partners with Amazon Web Services (AWS) to bring MAX to AWS services

Today, Modular is excited to announce a partnership with Amazon Web Services (AWS), the world’s leading and largest cloud server provider. Together, we are bringing the benefits of the MAX Platform to AWS production services everywhere, powering innovative AI features for billions of users around the world.

December 4, 2023

/

Eric Johnson

Shashank Prasanna

Read

🚨

NEW

Company

Modular to bring NVIDIA Accelerated Computing to the MAX Platform

The era of Generative AI is upon us. Companies around the world are exploring how it can transform their businesses, yet most are finding it challenging to economically and efficiently deploy these larger and more complex models into production.

December 4, 2023

/

Eric Johnson

Shashank Prasanna

Read

🚨

NEW

Developer

Mojo 🔥 Traits Have Arrived!

Strongly typed languages need some mechanism to express generic functions, other languages don't enforce types which means every function is generic. Many languages implement some form of this feature under a variety of different names:

December 3, 2023

/

Jack Clayton

Read

🚨

NEW

Community

Mojo 🔥 Advent of Code 2023

Advent of Code is an annual online coding event that takes place during the holiday season, starting on December 1st and continuing until December 25th. It consists of a series of small programming puzzles that are released daily, each becoming available at midnight EST (UTC-5). Participants from around the world compete for fun, honing their coding abilities and often learning new programming concepts in the process.

November 26, 2023

/

Jack Clayton

Read

🤔

No results for this query