1
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?

Brainfuck

世の中にはたくさん言語がありますが、
Brainfuckという言語を知っていますか?
名前からしてヤバそうですが、ちょっと調べてみました

文法

なんとこの言語は、8つの記号だけを使用してプログラムします。
そのため、Hello worldを書くと...

Hello world in brainfuck
++++++++[>++++[>++>+++>+++>+<<<<-]>+>+>->>+[<]<-]>>.>---.+++++++..+++.>>.<-.<.+++.------.--------.>>+.>++.

みたいに意味不明なコードになります。
この言語を習得出来たらすごいですね。
Qiitaのコードブロックに対応してることに衝撃を受けた

名前の由来

頭がおかしくなるような文法だからだそうです。
そりゃ、そうか。

1
0
4

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