You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
We're very excited to release Mojo 🔥 v0.6.0 today! Among many other features, this version introduces the often-requested traits, which allow you to define method prototypes that are then implemented in structs. From there, you can create generic functions that accept any type that conforms to a trait, rather than only specific struct types.
For more about what's new in this release, see the Mojo changelog.
reacted with thumbs up emoji reacted with thumbs down emoji reacted with laugh emoji reacted with hooray emoji reacted with confused emoji reacted with heart emoji reacted with rocket emoji reacted with eyes emoji
-
Hey everyone 👋 ,
We're very excited to release Mojo 🔥 v0.6.0 today! Among many other features, this version introduces the often-requested traits, which allow you to define method prototypes that are then implemented in structs. From there, you can create generic functions that accept any type that conforms to a trait, rather than only specific struct types.
For more about what's new in this release, see the Mojo changelog.
You can install the Mojo SDK here or update your existing install like this:
Cheers! 🍻
Beta Was this translation helpful? Give feedback.
All reactions