1
1

Delete article

Deleted articles cannot be recovered.

Draft of this article would be also deleted.

Are you sure you want to delete this article?

More than 1 year has passed since last update.

Mojo Hello Mojo

Last updated at Posted at 2023-07-19

Introduction

MojoはPythonのスーパーセットとして設計されている為, 多くの言語の特徴とコンセプトがそのままMojoで翻訳されて利用する事が出来る. 例えばMojoの"Hello World!"のプログラムは次のようにPythonと同様に記述する事が出来る.

HelloWorld.mojo
print("Hello World!")

既存のPythonパッケージをインポートして, まるでPythonでプログラミングしているかのように使用する事も出来るが, それについて後で触れる事にする.

1
1
0

Register as a new user and use Qiita more conveniently

  1. You get articles that match your needs
  2. You can efficiently read back useful information
  3. You can use dark theme
What you can do with signing up
1
1

Delete article

Deleted articles cannot be recovered.

Draft of this article would be also deleted.

Are you sure you want to delete this article?