Python Forum
Thread Rating:
  • 0 Vote(s) - 0 Average
  • 1
  • 2
  • 3
  • 4
  • 5
Do you feel the Mojo
#1
Mojo 🔥 — a new programming language
So a interesting approach,and with a performance boost that can be large.
It's not only for AI developers,but can be used for standar python in different ways as it a superset of Python.
Mojo Wrote:More importantly, Mojo allows you to leverage the entire Python ecosystem so you can continue to use tools you are familiar with.
Mojo is designed to become a superset of Python over time by preserving Python’s dynamic features while adding new primitives for systems programming.
Can eg write Python and use the Mojo compiler.
An funny stuff can use an emoji! as file extension(looks scary wonder how Windows(cmd) will deal with that.
$ cat hello.🔥
def main():
    print("hello world")
    for x in range(9, 0, -3):
        print(x)
$ mojo hello.🔥
hello world
9
6
3
$

Mojo Lang… a fast futuristic Python alternative

Chris Lattner was guest on Lex Fridman, Future of Programming and AI
There dive deep into all of this.
Gribouillis likes this post
Reply
#2
This language looks incredibly attractive. I have a couple of projects that I'm going to try in this context.
Reply


Possibly Related Threads…
Thread Author Replies Views Last Post
  Why I feel like quitting Python Drone4four 8 4,632 Sep-19-2020, 08:25 AM
Last Post: metulburr
  I feel it's my time to give back - so here's a free book for beinngers BigTheory88 0 1,603 Jan-17-2020, 08:46 PM
Last Post: BigTheory88

Forum Jump:

User Panel Messages

Announcements
Announcement #1 8/1/2020
Announcement #2 8/2/2020
Announcement #3 8/6/2020