0
0

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.

🔰超初心者のこの先の超初心者の皆様に向けて#2

Posted at

*Swiftとは?
Apple社が発表しているプログラミング言語

*静的型付き言語
Swiftの特徴は静的型付き言語で、どういう事かというとコンパイル時など実行前の段階に型の情報を決定するプログラミング言語

*コンパイルって?
人間が分かる言葉で書いたプログラミング言語のソースコードの中身をコンピュータが分かるようにすること
*ソースコード
人間の言葉で書いたプログラニングの元ネタ
*バイナリーコード
コンピュータが分かる言葉で書かれたプログラム

イメージ
ソースコード->コンパイル(翻訳)->バイナリーコード
といったイメージでしょうか?

*コンパイルエラー
プログラムに誤りに起因する実行時エラーを未然に防ぐこと

下の画像の下に赤枠で囲まれているのがコンパイルエラーの表示です。

IMG_0266.JPG

0
0
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
0
0

Delete article

Deleted articles cannot be recovered.

Draft of this article would be also deleted.

Are you sure you want to delete this article?