「Arch は最高」の版間の差分

提供: ArchWiki
ナビゲーションに移動 検索に移動
(→‎歴史: フォーラムポストを追加)
(最新版に同期)
2行目: 2行目:
 
[[en:Arch_is_the_best]]
 
[[en:Arch_is_the_best]]
 
[[ru:Arch_is_the_best]]
 
[[ru:Arch_is_the_best]]
== 概要 ==
 
 
'''Arch is the best''' プロジェクトは Arch の優位性を証明するための、洗練されこの上なく素晴らしい、自尊心を爆発させトリップするための(ちょいとばかしオーバースペックな)プロジェクトです。
 
'''Arch is the best''' プロジェクトは Arch の優位性を証明するための、洗練されこの上なく素晴らしい、自尊心を爆発させトリップするための(ちょいとばかしオーバースペックな)プロジェクトです。
   
 
== 歴史 ==
 
== 歴史 ==
このプロジェクトは2008年4月1日、古参の Arch コミュニティメンバー [https://bbs.archlinux.org/profile.php?id=2529 lucke] によって "Arch is the best" という論破不可能な証明をするシンプルなシェルスクリプトから始まりました([https://bbs.archlinux.org/viewtopic.php?id=47306 forum post])。以後数週間渡り、このプロジェクトは推進力を得、結果多くのプログラミング/口頭言語へ移植されることになりました
+
このプロジェクトは2008年4月1日、古参の Arch コミュニティメンバー [https://bbs.archlinux.org/profile.php?id=2529 lucke] によって "Arch is the best" という論破不可能な証明をするシンプルなシェルスクリプトから始まりました[https://bbs.archlinux.org/viewtopic.php?id=47306 フォーラムへの投稿] として世界向けて発表された後、このプロジェクトは推進力を得、結果多くのプログラミング/口頭言語へ移植されることになりました。Arch が最高なんだという発見を地球上のすべての人が認めるまで。
   
 
== インストール ==
 
== インストール ==
14行目: 13行目:
 
"Arch is the best" は多くのプログラミング言語に移植されています。
 
"Arch is the best" は多くのプログラミング言語に移植されています。
   
  +
;1C:Enterprise 7.7/8/8.1/8.2:A procedural domain-specific compiled dynamically-typed programming language mostly similar to VisualBasic which is used in "1C:Enterprise" products widespread in Russia and other CIS countries.
  +
  +
Предупреждение("Arch is the best!");
  +
  +
;Ada:A systems critical programming language.
   
'''Ada''' - A systems critical programming language.
 
 
with Ada.Text_IO;
 
with Ada.Text_IO;
 
use Ada.Text_IO;
 
use Ada.Text_IO;
23行目: 26行目:
 
end HelloWorld;
 
end HelloWorld;
   
  +
;APL:プログラミング言語 (A Programming Language)。
'''ATS''' - A functional programming language that uses dependent types to improve programs' reliability.
 
  +
  +
'Arch is the best!'
  +
  +
;ATS:A functional programming language that uses dependent types to improve programs' reliability.
  +
 
implement main () = println! "Arch is the best!"
 
implement main () = println! "Arch is the best!"
   
'''Awk''' - A data-driven programming language designed for processing text-based data.
+
;Awk:A data-driven programming language designed for processing text-based data.
  +
 
BEGIN {
 
BEGIN {
 
print "Arch is the best!"
 
print "Arch is the best!"
 
}
 
}
   
  +
;Befunge:Believed to be the first two-dimensional, ASCII-based, general-purpose (in the sense of "you could plausibly write Hunt the Wumpus in it") programming language.
   
'''Befunge''' - Believed to be the first two-dimensional, ASCII-based, general-purpose (in the sense of "you could plausibly write Hunt the Wumpus in it") programming language.
 
 
<v"Arch is the best!"0
 
<v"Arch is the best!"0
 
<,_@#:
 
<,_@#:
   
  +
;Boo:A stablished object oriented statically typed programming language for .NET and Mono with a python inspired syntax and a special focus on metaprogramming through language and compiler extensibility features such as macros and custom compilation pipelines.
  +
  +
print "Arch is the best!"
  +
  +
;Bourne shell:あらゆるシェルと互換性がある原初のプログラム。
   
'''Bourne shell''' - The original program, should be compatible with any shell.
 
 
#!/bin/sh
 
#!/bin/sh
 
echo "Arch is the best!"
 
echo "Arch is the best!"
   
  +
;Bourne shell (Alternate):Handy for piping the output to your favourite IRC/email/IM client. Should work with any shell.
   
'''Bourne shell (Alternate)''' - Handy for piping the output to your favourite IRC/email/IM client. Should work with any shell.
 
 
#!/bin/sh
 
#!/bin/sh
 
yes Arch is the best!
 
yes Arch is the best!
   
  +
;Bourne shell (Dynamically updated)
   
'''Bourne shell (Dynamically updated)'''
 
 
<pre style='overflow:auto'>
 
<pre style='overflow:auto'>
 
#!/bin/bash
 
#!/bin/bash
wget http://wiki.archlinux.org/index.php/Arch_is_the_best -qO-| sed -n ':b;n;s/id="Translations"//;Tb;:d;n;s/id="See_also"//;t;p;bd'|sed '/<i>.*<\/i>/d;s/<[^>]*>//g'|sed 'N;s/\n/: /;N;N;s/\n//g'
+
wget http://wiki.archlinux.org/index.php/Arch_is_the_best -qO-| sed -n ':b;n;s/id="Translations"//;Tb;:d;n;s/id="Encodings"//;t;p;bd'|sed '/<i>.*<\/i>/d;s/<[^>]*>//g'|sed 'N;s/\n/: /;N;N;s/\n//g'
 
</pre>
 
</pre>
   
  +
;or
  +
  +
<pre style='overflow:auto'>
  +
#!/bin/bash
  +
curl -s "https://wiki.archlinux.org/index.php?title=Arch_is_the_best&action=raw" | sed -n '/==Translations==/,$p' | sed "s/^\(.*\)$/* \1:/;t;s/^[^=]/ &/"
  +
</pre>
  +
  +
;brainfuck:Doesn't the language name explain it?
   
'''brainfuck''' - Doesn't the language name explain it?
 
 
++>++++++>+++++<+[>[->+<]<->++++++++++<]>>.<[-]>[-<++>]
 
++>++++++>+++++<+[>[->+<]<->++++++++++<]>>.<[-]>[-<++>]
 
<----------------.---------------.+++++.<+++[-<++++++++++>]<.
 
<----------------.---------------.+++++.<+++[-<++++++++++>]<.
60行目: 80行目:
 
+++.++++++++++++++.+.<<+.[-]++++++++++.
 
+++.++++++++++++++.+.<<+.[-]++++++++++.
   
  +
;C:Note the three space indenting used in this project, much like that used by other superior beings.
   
'''C''' - Note the three space indenting used in this project, much like that used by other superior beings.
 
 
#include <stdio.h>
 
#include <stdio.h>
 
#include <stdlib.h>
 
#include <stdlib.h>
int main(void)
+
int main(void)
 
{
 
{
 
puts("Arch is the best!");
 
puts("Arch is the best!");
70行目: 90行目:
 
}
 
}
   
  +
;C#:Intended to be a simple, modern, general-purpose, object-oriented programming language.
   
'''C#''' - Intended to be a simple, modern, general-purpose, object-oriented programming language.
 
 
using System;
 
using System;
 
public class ArchIsTheBest
 
public class ArchIsTheBest
81行目: 101行目:
 
}
 
}
   
  +
;C++:Arch == Linux++
   
'''C++''' - Arch == Linux++
 
 
#include <iostream>
 
#include <iostream>
 
#include <cstdlib>
 
#include <cstdlib>
91行目: 111行目:
 
}
 
}
   
  +
;COBOL:シンプル、軽量なプログラミング言語。
   
'''COBOL''' - A simple, lightweight programming language.
 
 
IDENTIFICATION DIVISION.
 
IDENTIFICATION DIVISION.
 
PROGRAM-ID. TheBest.
 
PROGRAM-ID. TheBest.
  +
 
 
PROCEDURE DIVISION.
 
PROCEDURE DIVISION.
 
DISPLAY "Arch is the best!".
 
DISPLAY "Arch is the best!".
 
STOP RUN.
 
STOP RUN.
   
  +
;CoffeeScript:JavaScript に変換されるプログラミング言語。
   
'''CoffeeScript''' - A programming language that transcompiles to JavaScript.
 
 
alert 'Arch is the best!'
 
alert 'Arch is the best!'
   
  +
;Clojure:A Lisp dialect that runs on the JVM.
   
'''Clojure''' - A Lisp dialect that runs on the JVM.
 
 
(def translations {"english" "Arch is the best!",
 
(def translations {"english" "Arch is the best!",
 
"german" "Arch ist das Beste!",
 
"german" "Arch ist das Beste!",
111行目: 131行目:
 
"h4x0r" "arhc 51 7he be57!",
 
"h4x0r" "arhc 51 7he be57!",
 
"spanish" "¡Arch es el mejor!"})
 
"spanish" "¡Arch es el mejor!"})
  +
 
 
(defn read-choice []
 
(defn read-choice []
 
(println "\nAvailable languages: ")
 
(println "\nAvailable languages: ")
117行目: 137行目:
 
(print "Enter language or Ctrl-c: ") (flush)
 
(print "Enter language or Ctrl-c: ") (flush)
 
(translations (read-line) :badinput))
 
(translations (read-line) :badinput))
  +
 
 
(defn arch-is-the-best []
 
(defn arch-is-the-best []
 
(loop [choice (read-choice)]
 
(loop [choice (read-choice)]
125行目: 145行目:
 
(do (print "\n" choice "\n")
 
(do (print "\n" choice "\n")
 
(recur (read-choice))))))
 
(recur (read-choice))))))
  +
or
 
  +
;or
  +
 
(def translations {"english" "Arch is the best!",
 
(def translations {"english" "Arch is the best!",
 
"german" "Arch ist das Beste!",
 
"german" "Arch ist das Beste!",
136行目: 158行目:
 
(println (translations (read-line) "Not a valid language")))
 
(println (translations (read-line) "Not a valid language")))
   
  +
;or
   
or
 
 
(prn "Arch is the best!")
 
(prn "Arch is the best!")
   
'''Common Lisp''' - Tested on SBCL, feel free to add more of the translations.
+
;Common Lisp:Tested on SBCL, feel free to add more of the translations.
  +
 
#!/usr/bin/sbcl --script
 
#!/usr/bin/sbcl --script
 
(defparameter *best-list* '((English "Arch is the best!")
 
(defparameter *best-list* '((English "Arch is the best!")
(Chinese "Arch, 她出类拔萃!")
+
(Chinese "Arch, 她出类拔萃!")
(German "Arch ist das Beste!")
+
(German "Arch ist das Beste!")
(Greek "Το Arch είναι το καλύτερο!")))
+
(Greek "Το Arch είναι το καλύτερο!")))
 
(defun aitb ()
 
(defun aitb ()
 
(format t "Available languages: ~{~{~@(~a~)~*~}~^, ~}.~%" *best-list*)
 
(format t "Available languages: ~{~{~@(~a~)~*~}~^, ~}.~%" *best-list*)
164行目: 187行目:
 
(aitb)
 
(aitb)
   
  +
;Common Lisp (Alternate):Should run on any implementation (Clisp, Allegro, SBCL...)
   
'''Common Lisp (Alternate)''' - Should run on any implementation (Clisp, Allegro, SBCL...)
 
 
(princ "Arch is the best!")
 
(princ "Arch is the best!")
   
  +
;D:A C-style language. The benefits of hindsight, with modern conveniences.
  +
  +
import std.stdio : writeln;
  +
void main()
  +
{
  +
writeln("Arch is the best");
  +
}
  +
  +
;Dart:Google の javascript キラー。
   
'''Dart''' - Google's javascript killer
 
 
main(){
 
main(){
 
print('Arch is the best');
 
print('Arch is the best');
 
}
 
}
   
  +
;Dogescript:Doge フレンドリーな JavaScript
'''Emacs Lisp'''
 
  +
  +
console.loge with ' So Arch'
  +
console.loge with ' Much Good'
  +
console.loge with ' Wow'
  +
  +
;Emacs Lisp:A dialect of the Lisp programming language used by the GNU Emacs and XEmacs text editors
  +
 
(message "Arch is the best!")
 
(message "Arch is the best!")
   
  +
;Erlang:A concurrent, garbage-collected programming language and runtime system.
   
'''Erlang''' - A concurrent, garbage-collected programming language and runtime system.
 
 
-module(arch).
 
-module(arch).
 
-export([is_the_best/0]).
 
-export([is_the_best/0]).
 
is_the_best() -> io:fwrite("Arch is the best!\n").
 
is_the_best() -> io:fwrite("Arch is the best!\n").
   
Or using message passing between processes
+
;Or using message passing between processes
   
 
-module(arch).
 
-module(arch).
202行目: 240行目:
 
end.
 
end.
   
  +
;F#:A strongly-typed, functional-first programming language for writing simple code to solve complex problems.
  +
  +
printfn "Arch is the best!"
  +
  +
;Factor:高水準スタック指向言語。
   
'''Factor''' - High-level stack-based language.
 
 
"Arch is the best" print
 
"Arch is the best" print
   
  +
;FIM++:A wordy, imperative, dynamically-typed, and interpreted language that can use Java classes.
  +
  +
Dear Princess Celestia: Letter About Arch Linux.
  +
Today I learned:
  +
I wrote "Arch is the best!".
  +
Your faithful student, Twilight Sparkle
  +
  +
;Forth:スタック指向言語。
   
'''Forth''' - Stack-based language.
 
 
." Arch is the best" cr -- kiss way
 
." Arch is the best" cr -- kiss way
   
'''Fortran95'''
+
;Fortran95
  +
 
program arch
 
program arch
 
print *,"Arch is the best!"
 
print *,"Arch is the best!"
 
end program arch
 
end program arch
   
'''Genie''' - A new programming language, that allows for a more modern programming style while being able to effortlessly create and use GObjects natively.
+
;Genie:A new programming language, that allows for a more modern programming style while being able to effortlessly create and use GObjects natively.
  +
 
init
 
init
print "Arch is the best"
+
print "Arch is the best"
   
  +
;Gjs:A Javascript binding for GNOME. It's mainly based on Spidermonkey javascript engine and the GObject introspection framework.
   
'''Gjs''' - A Javascript binding for GNOME. It's mainly based on Spidermonkey javascript engine and the GObject introspection framework.
 
 
#!/usr/bin/env gjs
 
#!/usr/bin/env gjs
 
print ('Arch is the best');
 
print ('Arch is the best');
   
  +
;Go:Google によって作成された言語。C, C++, Python の落とし子。
   
'''Go''' - A language created by Google that's a love child between C, C++ and Python.
 
 
package main
 
package main
 
 
231行目: 282行目:
 
 
 
func main() {
 
func main() {
fmt.Println("Arch is the best!")
+
fmt.Println("Arch is the best!")
 
}
 
}
   
  +
;Groovy:Java 仮想マシンで動作する高速な動的言語。
  +
  +
println 'Arch is the best!'
  +
  +
;Haskell:IO が問題にならない環境で使われる言語。
   
'''Haskell''' - The language where IO is easy and unproblematic.
 
 
main = putStrLn "Arch is the best!"
 
main = putStrLn "Arch is the best!"
   
  +
;HTML:ウェブページとそのコンテンツを作成・定義するために使われるマークアップ言語。
   
'''HTML''' - A markup language used to create and define web pages and their content.
 
 
<pre>
 
<pre>
 
<!DOCTYPE html>
 
<!DOCTYPE html>
252行目: 307行目:
 
</pre>
 
</pre>
   
  +
;Io:Smalltalk, Self, Lua, Lisp, Act1, NewtonScript の影響を受けて作られた純粋なオブジェクト指向プログラミング言語。
'''Io'''
 
  +
 
"Arch is the best!" println
 
"Arch is the best!" println
   
  +
;Java:ものすごく移植性が高い言語。ありとあらゆるもので動作します。たぶんトースターでも動く。
   
'''Java''' - An extremely portable language, this will run on pretty much anything, it might even run on your toaster!
 
 
public class ArchIsTheBest {
 
public class ArchIsTheBest {
 
public static void main(String[] args) {
 
public static void main(String[] args) {
263行目: 319行目:
 
}
 
}
   
  +
;JavaScript:Also known as ECMAScript, a prototype-based object-oriented scripting language.
   
'''JavaScript''' - Also known as ECMAScript, a prototype-based object-oriented scripting language.
 
 
console.log('Arch is the best!');
 
console.log('Arch is the best!');
   
  +
;JavaScript (ウェブブラウザで実行)
   
'''JavaScript (in a web browser)'''
 
 
alert('Arch is the best!');
 
alert('Arch is the best!');
   
  +
;Julia:A fresh approach to numerical computing.
  +
  +
println("Arch is the best!")
  +
  +
;LilyPond:A powerful music engraving program with an intuitive LaTeX-like input language.
   
'''LilyPond''' - A powerful music engraving program with an intuitive LaTeX-like input language.
 
 
\version "2.12.3"
 
\version "2.12.3"
 
\include "english.ly"
 
\include "english.ly"
284行目: 344行目:
 
}
 
}
   
  +
;LOLCODE:Why not?
   
'''LOLCODE''' - Why not?
 
 
HAI
 
HAI
 
CAN HAS STDIO?
 
CAN HAS STDIO?
291行目: 351行目:
 
KTHXBYE
 
KTHXBYE
   
  +
;Lua:A lightweight, extensible programming language.
   
'''Lua''' - A lightweight, extensible programming language.
 
 
print "Arch is the best!"
 
print "Arch is the best!"
   
  +
;Malbolge:可能なかぎりプログラミングが難解になるように作られた言語。
'''Morpho''' - Morpho is a multi-paradigm programming language that supports procedural, object-oriented and functional programming.
 
   
  +
bCBA@?>=<;:9876543210/.-,+*)('&%$#"!~}|{zyxwvutsrqponmlkjihgfedcba`_^]
writeln("Arch is the best!");
 
  +
\[ZYXWVUTSRQPONMLKJIHGFEDCBA@?>=<;:9y16543210/.-,+*)('&}C#"!~}|{zyxwvu
  +
tsrqponmlkjihgfedcba`_^]\[ZYXWVUTSRQPONMLK-CgGFEDCBA@?>=<;:98x6543210/
  +
.-,+*)('&%$#"!~}|u;yxwpun4rqpRhmf,jihgIe^$ba`_^]\[ZYXQVUTMqQPONMFjJI+A
  +
eEDC%A:^>=<|:981U54t21*/.-&Jk)('&}C#"!aw={z\xwvun4lqpi/mlkjiKaf_%p
   
  +
;Morpho:Morpho is a multi-paradigm programming language that supports procedural, object-oriented and functional programming.
  +
  +
writeln("Arch is the best!");
   
'''Nasm(x86_64) (or yasm)''' - Notice that the string is in the .text section, which feels superior
+
;Nasm(x86_64) (or yasm):Notice that the string is in the .text section, which feels superior.
   
 
;nasm -f elf64 arch.asm
 
;nasm -f elf64 arch.asm
320行目: 387行目:
 
len equ $-msg
 
len equ $-msg
   
  +
;Nimrod:Portable lightweight programming language.
   
'''Nimrod''' - Portable lightweight programming language.
 
 
echo "Arch is the best!"
 
echo "Arch is the best!"
   
  +
;node.js:a platform built on Chrome's JavaScript runtime for easily building fast, scalable network applications, using an event-driven, non-blocking I/O model that makes it lightweight and efficient, perfect for data-intensive real-time applications that run across distributed devices.
  +
  +
console.log('Arch is the best!');
  +
  +
;Objective-C:A reflective, object-oriented programming language that adds Smalltalk-style messaging to the C programming language.
   
'''Objective-C''' - A reflective, object-oriented programming language that adds Smalltalk-style messaging to the C programming language.
 
 
NSLog(@"Arch is the best!");
 
NSLog(@"Arch is the best!");
   
  +
;OCaml:The main implementation of the Caml programming language.
   
'''OCaml''' - The main implementation of the Caml programming language.
 
 
print_endline "Arch is the best!"
 
print_endline "Arch is the best!"
   
'''Octave''' - High-level interpreted language, primarily intended for numerical computations.
+
;Octave:High-level interpreted language, primarily intended for numerical computations.
  +
 
printf("Arch is the best!\n")
 
printf("Arch is the best!\n")
   
  +
;Ook!:オランウータン用に翻訳された brainfuck。
'''Ook!''' - brainfuck, translated to Orangutan
 
  +
 
Ook. Ook. Ook. Ook. Ook. Ook? Ook. Ook. Ook. Ook. Ook. Ook. Ook. Ook. Ook. Ook. Ook. Ook. Ook. Ook? Ook. Ook. Ook. Ook. Ook. Ook. Ook. Ook. Ook. Ook. Ook? Ook. Ook. Ook. Ook! Ook? Ook. Ook? Ook! Ook? Ook! Ook! Ook. Ook? Ook. Ook. Ook? Ook. Ook? Ook! Ook? Ook. Ook! Ook! Ook. Ook? Ook. Ook. Ook. Ook. Ook. Ook. Ook. Ook. Ook. Ook. Ook. Ook. Ook. Ook. Ook. Ook. Ook. Ook. Ook. Ook. Ook? Ook. Ook? Ook! Ook. Ook? Ook. Ook? Ook! Ook. Ook? Ook. Ook! Ook? Ook! Ook! Ook? Ook! Ook. Ook? Ook! Ook? Ook! Ook! Ook? Ook. Ook. Ook. Ook. Ook. Ook. Ook? Ook? Ook! Ook? Ook. Ook! Ook! Ook! Ook! Ook! Ook! Ook! Ook! Ook! Ook! Ook! Ook! Ook! Ook! Ook! Ook! Ook! Ook! Ook! Ook! Ook! Ook! Ook! Ook! Ook! Ook! Ook! Ook! Ook! Ook! Ook! Ook! Ook! Ook. Ook! Ook! Ook! Ook! Ook! Ook! Ook! Ook! Ook! Ook! Ook! Ook! Ook! Ook! Ook! Ook! Ook! Ook! Ook! Ook! Ook! Ook! Ook! Ook! Ook! Ook! Ook! Ook! Ook! Ook! Ook! Ook. Ook. Ook. Ook. Ook. Ook. Ook. Ook. Ook. Ook. Ook. Ook! Ook. Ook? Ook. Ook. Ook. Ook. Ook. Ook. Ook. Ook! Ook? Ook! Ook! Ook? Ook. Ook. Ook. Ook. Ook. Ook. Ook. Ook. Ook. Ook. Ook. Ook. Ook. Ook. Ook. Ook. Ook. Ook. Ook. Ook. Ook. Ook. Ook? Ook? Ook! Ook? Ook. Ook! Ook. Ook. Ook? Ook. Ook? Ook. Ook. Ook! Ook. Ook. Ook. Ook. Ook. Ook. Ook. Ook. Ook. Ook. Ook. Ook. Ook. Ook. Ook. Ook. Ook. Ook. Ook. Ook. Ook. Ook! Ook. Ook? Ook. Ook? Ook. Ook! Ook. Ook. Ook? Ook. Ook? Ook. Ook. Ook! Ook. Ook! Ook! Ook! Ook! Ook! Ook! Ook! Ook! Ook! Ook! Ook! Ook! Ook! Ook! Ook! Ook! Ook! Ook! Ook! Ook! Ook! Ook! Ook! Ook! Ook! Ook. Ook! Ook! Ook! Ook! Ook! Ook! Ook! Ook. Ook? Ook. Ook? Ook. Ook! Ook. Ook. Ook? Ook. Ook? Ook! Ook! Ook! Ook! Ook! Ook! Ook! Ook. Ook. Ook. Ook. Ook. Ook. Ook. Ook! Ook. Ook. Ook. Ook. Ook. Ook. Ook. Ook. Ook. Ook. Ook. Ook. Ook. Ook. Ook. Ook. Ook. Ook. Ook. Ook. Ook. Ook. Ook. Ook. Ook. Ook. Ook. Ook. Ook. Ook! Ook. Ook. Ook. Ook! Ook. Ook? Ook. Ook? Ook. Ook. Ook. Ook! Ook. Ook! Ook? Ook! Ook! Ook? Ook! Ook. Ook. Ook. Ook. Ook. Ook. Ook. Ook. Ook. Ook. Ook. Ook. Ook. Ook. Ook. Ook. Ook. Ook. Ook. Ook. Ook! Ook.
 
Ook. Ook. Ook. Ook. Ook. Ook? Ook. Ook. Ook. Ook. Ook. Ook. Ook. Ook. Ook. Ook. Ook. Ook. Ook. Ook? Ook. Ook. Ook. Ook. Ook. Ook. Ook. Ook. Ook. Ook. Ook? Ook. Ook. Ook. Ook! Ook? Ook. Ook? Ook! Ook? Ook! Ook! Ook. Ook? Ook. Ook. Ook? Ook. Ook? Ook! Ook? Ook. Ook! Ook! Ook. Ook? Ook. Ook. Ook. Ook. Ook. Ook. Ook. Ook. Ook. Ook. Ook. Ook. Ook. Ook. Ook. Ook. Ook. Ook. Ook. Ook. Ook? Ook. Ook? Ook! Ook. Ook? Ook. Ook? Ook! Ook. Ook? Ook. Ook! Ook? Ook! Ook! Ook? Ook! Ook. Ook? Ook! Ook? Ook! Ook! Ook? Ook. Ook. Ook. Ook. Ook. Ook. Ook? Ook? Ook! Ook? Ook. Ook! Ook! Ook! Ook! Ook! Ook! Ook! Ook! Ook! Ook! Ook! Ook! Ook! Ook! Ook! Ook! Ook! Ook! Ook! Ook! Ook! Ook! Ook! Ook! Ook! Ook! Ook! Ook! Ook! Ook! Ook! Ook! Ook! Ook. Ook! Ook! Ook! Ook! Ook! Ook! Ook! Ook! Ook! Ook! Ook! Ook! Ook! Ook! Ook! Ook! Ook! Ook! Ook! Ook! Ook! Ook! Ook! Ook! Ook! Ook! Ook! Ook! Ook! Ook! Ook! Ook. Ook. Ook. Ook. Ook. Ook. Ook. Ook. Ook. Ook. Ook. Ook! Ook. Ook? Ook. Ook. Ook. Ook. Ook. Ook. Ook. Ook! Ook? Ook! Ook! Ook? Ook. Ook. Ook. Ook. Ook. Ook. Ook. Ook. Ook. Ook. Ook. Ook. Ook. Ook. Ook. Ook. Ook. Ook. Ook. Ook. Ook. Ook. Ook? Ook? Ook! Ook? Ook. Ook! Ook. Ook. Ook? Ook. Ook? Ook. Ook. Ook! Ook. Ook. Ook. Ook. Ook. Ook. Ook. Ook. Ook. Ook. Ook. Ook. Ook. Ook. Ook. Ook. Ook. Ook. Ook. Ook. Ook. Ook! Ook. Ook? Ook. Ook? Ook. Ook! Ook. Ook. Ook? Ook. Ook? Ook. Ook. Ook! Ook. Ook! Ook! Ook! Ook! Ook! Ook! Ook! Ook! Ook! Ook! Ook! Ook! Ook! Ook! Ook! Ook! Ook! Ook! Ook! Ook! Ook! Ook! Ook! Ook! Ook! Ook. Ook! Ook! Ook! Ook! Ook! Ook! Ook! Ook. Ook? Ook. Ook? Ook. Ook! Ook. Ook. Ook? Ook. Ook? Ook! Ook! Ook! Ook! Ook! Ook! Ook! Ook. Ook. Ook. Ook. Ook. Ook. Ook. Ook! Ook. Ook. Ook. Ook. Ook. Ook. Ook. Ook. Ook. Ook. Ook. Ook. Ook. Ook. Ook. Ook. Ook. Ook. Ook. Ook. Ook. Ook. Ook. Ook. Ook. Ook. Ook. Ook. Ook. Ook! Ook. Ook. Ook. Ook! Ook. Ook? Ook. Ook? Ook. Ook. Ook. Ook! Ook. Ook! Ook? Ook! Ook! Ook? Ook! Ook. Ook. Ook. Ook. Ook. Ook. Ook. Ook. Ook. Ook. Ook. Ook. Ook. Ook. Ook. Ook. Ook. Ook. Ook. Ook. Ook! Ook.
   
'''Perl''' - A high-level, general-purpose, interpreted, dynamic programming language.
+
;Pascal:An influential imperative and procedural programming language.
  +
  +
program ArchIsTheBest;
  +
begin
  +
writeln('Arch is the best!');
  +
end.
  +
  +
;Perl:A high-level, general-purpose, interpreted, dynamic programming language.
  +
 
#!/usr/bin/perl
 
#!/usr/bin/perl
 
print "Arch is the best!\n";
 
print "Arch is the best!\n";
   
  +
;PHP:汎用のスクリプト言語。
   
'''PHP''' - A general-purpose scripting language.
 
 
<?php
 
<?php
 
echo "Arch is the best!\n";
 
echo "Arch is the best!\n";
?>
+
?>
   
  +
;Pixilang:Make me pixels.
   
'''Pixilang''' - Make me pixels.
 
 
print("Arch is the best!",0,0,#1897D1)
 
print("Arch is the best!",0,0,#1897D1)
 
frame
 
frame
   
  +
;Pony:An object-oriented, actor-model, capabilities-secure, high performance programming language.
   
  +
actor Main
'''Portable GNU assembler''' - as -o arch.o arch.s && ld -o arch -O0 arch.o
 
  +
new create(env: Env) =>
  +
env.out.print("Arch is the best!")
  +
  +
;Portable GNU assembler:{{ic|as -o arch.o arch.s && ld -o arch -O0 arch.o}}
   
 
.section .data
 
.section .data
archIsBest:
+
archIsBest:
.ascii "Arch is the best!\n"
+
.ascii "Arch is the best!\n"
 
archIsBest_len:
 
archIsBest_len:
.long . - archIsBest
+
.long . - archIsBest
 
.section .text
 
.section .text
 
.globl _start
 
.globl _start
 
_start:
 
_start:
 
xorl %ebx, %ebx
 
xorl %ebx, %ebx
movl $4, %eax
+
movl $4, %eax
 
xorl %ebx, %ebx
 
xorl %ebx, %ebx
incl %ebx
+
incl %ebx
 
leal archIsBest, %ecx
 
leal archIsBest, %ecx
movl archIsBest_len, %edx
+
movl archIsBest_len, %edx
int $0x80
+
int $0x80
 
xorl %eax, %eax
 
xorl %eax, %eax
 
incl %eax
 
incl %eax
xorl %ebx, %ebx
+
xorl %ebx, %ebx
 
int $0x80
 
int $0x80
   
  +
;Processing:An open source programming language and IDE built for the electronic arts and visual design.
   
'''Processing''' - An open source programming language and IDE built for the electronic arts and visual design.
 
 
println("Arch is the best!");
 
println("Arch is the best!");
   
  +
;Prolog:A general purpose logic programming language associated with artificial intelligence and computational linguistics.
   
'''Prolog''' - A general purpose logic programming language associated with artificial intelligence and computational linguistics.
 
 
format('Arch is the best~n',[]).
 
format('Arch is the best~n',[]).
   
  +
;Python:汎用の高水準プログラミング言語。
 
  +
'''Python''' - A general-purpose high-level programming language.
 
 
#!/usr/bin/env python3
 
#!/usr/bin/env python3
 
print('Arch is the best!')
 
print('Arch is the best!')
   
  +
;QBASIC:An interpreter for a variant of the BASIC programming language which is based on QuickBASIC.
   
'''QBASIC''' - An interpreter for a variant of the BASIC programming language which is based on QuickBASIC.
 
 
PRINT "Arch is the best!"
 
PRINT "Arch is the best!"
   
  +
;R:A language for statistical computing (and much more!).
   
'''R''' - A language for statistical computing (and much more!).
 
 
archIsBest <- function() { cat("Arch is the best!\n") }
 
archIsBest <- function() { cat("Arch is the best!\n") }
 
archIsBest()
 
archIsBest()
   
  +
;Ruby:動的、汎用、自己言及的なオブジェクト指向プログラミング言語。
   
'''Ruby''' - A dynamic, reflective, general purpose object-oriented programming language.
 
 
#!/usr/bin/ruby -w
 
#!/usr/bin/ruby -w
 
puts 'Arch is the best!'
 
puts 'Arch is the best!'
   
  +
;Rust:ものすごく高速に動作して、ほとんどクラッシュしない、データ競合を排除したシステムプログラミング言語。
  +
  +
fn main() {
  +
println!("Arch is the best!");
  +
}
  +
  +
;Scala:JVM 上で動作するマルチパラダイム言語。
   
'''Scala''' - A multi paradigm language that runs on the JVM
 
 
object ArchIsBest extends App {
 
object ArchIsBest extends App {
 
println("Arch is the best!")
 
println("Arch is the best!")
}
+
}
   
  +
;Scheme:Lisp の方言。
   
 
'''Scheme''' - A dialect of Lisp.
 
 
(display "Arch is the best!\n")
 
(display "Arch is the best!\n")
  +
 
or in XunDu style
 
or in XunDu style
  +
 
#!/usr/bin/guile1.8 -s
 
#!/usr/bin/guile1.8 -s
 
!#
 
!#
421行目: 514行目:
 
(节 (xi) 哀 (wen) 顺 (le) 变 (jian) )
 
(节 (xi) 哀 (wen) 顺 (le) 变 (jian) )
   
  +
;Seed:A library and interpreter, dynamically bridging the WebKit JavaScriptCore engine, with the GNOME platform.
   
'''Seed''' - A library and interpreter, dynamically bridging the WebKit JavaScriptCore engine, with the GNOME platform.
 
 
#!/usr/bin/env seed
 
#!/usr/bin/env seed
 
print ('Arch is the best');
 
print ('Arch is the best');
   
  +
;Shoes:A Ruby version using Shoes for a GUI.
   
'''Shoes''' - A Ruby version using Shoes for a GUI
+
Shoes.app :width => 135, :height => 30 do
Shoes.app :width => 135, :height => 30 do
 
 
para "Arch is the Best!"
 
para "Arch is the Best!"
 
end
 
end
   
  +
;SQL:Structured Query Language。リレーショナルデータベースの問い合わせ言語。
   
'''SQL''' - Structured Query Language, the query language for relational databases
 
 
SELECT 'Arch is the best!';
 
SELECT 'Arch is the best!';
 
SELECT 'Arch is the best!' from dual; -- for Oracle DB
 
SELECT 'Arch is the best!' from dual; -- for Oracle DB
   
  +
;Standard ML:A general-purpose, modular, functional programming language with compile-time type checking and type inference.
   
'''Standard ML''' - A general-purpose, modular, functional programming language with compile-time type checking and type inference.
 
 
print "Arch is the best!\n"
 
print "Arch is the best!\n"
   
  +
;Tcl/Tk:A scripting language that is commonly used for rapid prototyping, scripted applications, GUIs and testing.
   
'''Tcl/Tk''' - A scripting language that is commonly used for rapid prototyping, scripted applications, GUIs and testing.
 
 
#!/usr/bin/env tclsh
 
#!/usr/bin/env tclsh
 
puts "Arch is the best!"
 
puts "Arch is the best!"
   
  +
;UEFI:拡張可能なファームウェアフレームワーク。
  +
  +
#include <Uefi.h>
  +
EFI_STATUS EFIAPI
  +
ArchIsTheBest (
  +
IN EFI_HANDLE ImageHandle,
  +
IN EFI_SYSTEM_TABLE *SystemTable
  +
)
  +
{
  +
SystemTable -> ConOut-> OutputString(SystemTable->ConOut, L"Arch is the best!\n");
  +
return EFI_SUCCESS;
  +
}
  +
  +
;Vala:Vala is a new programming language that aims to bring modern programming language features to GNOME developers without imposing any additional runtime requirements and without using a different ABI compared to applications and libraries written in C.
   
'''Vala''' - "Vala is a new programming language that aims to bring modern programming language features to GNOME developers without imposing any additional runtime requirements and without using a different ABI compared to applications and libraries written in C"
 
 
void main(string[] args) {
 
void main(string[] args) {
 
stdout.printf("\nArch is the best!\n\n");
 
stdout.printf("\nArch is the best!\n\n");
 
}
 
}
   
  +
; Wiring (Arduino):マサチューセッツ工科大学で開発されたオープンソースのプログラミング言語 Processing ベース。
   
  +
void setup()
''' Wiring (Arduino)''' - Built on Processing, the open source programming language developed at the Massachusetts Institute of Technology.
 
void setup()
 
 
{
 
{
Serial.begin(9600);
+
Serial.begin(9600);
 
}
 
}
void loop()
+
void loop()
{
+
{
 
Serial.print("Arch is the best!");
 
Serial.print("Arch is the best!");
 
}
 
}
   
  +
; X11 :X11 はグラフィカルユーザーインターフェイスを表示するためのアーキテクチャ非依存のシステムです。
   
''' X11 ''' - X11 is an architecture independent system for display of graphical user interfaces.
 
 
#include <stdio.h>
 
#include <stdio.h>
 
#include <stdlib.h>
 
#include <stdlib.h>
500行目: 606行目:
 
}
 
}
   
==翻訳==
+
== 翻訳 ==
  +
'''Arabic'''
 
  +
;古代中国語
  +
阿祺,盡善矣。
  +
  +
;古代ギリシア語 (アッティカ方言)
  +
Ἡ Ἀψίς ἄριστην ἐστί!
  +
  +
;アラビア語
 
ارتش هو الأفضل
 
ارتش هو الأفضل
   
  +
;オーストラリア語
'''Australian'''
 
 
Arch is fair dinkum, mate!
 
Arch is fair dinkum, mate!
   
  +
;インドネシア語
'''Bahasa Indonesia'''
 
 
Arch terbaik!
 
Arch terbaik!
   
  +
;バスク語
'''Basque'''
 
 
Arch onena da!
 
Arch onena da!
   
  +
;ベラルーシ語
'''Belarusian'''
 
 
Арч - самы лепшы!
 
Арч - самы лепшы!
   
  +
;ベンガル語
'''Bengali'''
 
 
আর্চ সবচেয়ে ভালো!
 
আর্চ সবচেয়ে ভালো!
   
  +
;イギリス語
'''Binary ASCII'''
 
0100000101110010011000110110100000100000011010010111001100100000011101000110100001100101001000000110001001100101011100110111010000100001
 
 
'''British'''
 
 
Arch is simply spiffing.
 
Arch is simply spiffing.
   
  +
;ブルガリア語
'''Bulgarian'''
 
 
Арч е най-добрият!
 
Арч е най-добрият!
   
  +
;カタロニア語
'''Catalan'''
 
 
Arch és el millor!
 
Arch és el millor!
   
  +
;中国語 (簡体字)
'''Chinese (Simplified)'''
 
 
Arch 最棒了!
 
Arch 最棒了!
   
  +
;中国語 (繁体字)
'''Ancient Chinese'''
 
  +
Arch 好棒棒!
阿祺,盡善矣。
 
   
  +
;中国語 (淘宝体)
'''Croatian'''
 
Arch je najbolji!
 
 
'''Chinese (Taobao Style - 淘宝体)'''
 
 
Arch,好评哦,亲!
 
Arch,好评哦,亲!
   
  +
;チェコ語
'''Czech'''
 
 
Arch je nejlepší!
 
Arch je nejlepší!
   
  +
;クロアチア語
'''Danish'''
 
  +
Arch je najbolji!
  +
  +
;デンマーク語
 
Arch er bedst!
 
Arch er bedst!
   
  +
;Doge
'''Desrever (Reversed)'''
 
  +
So Arch, Much Good, Wow
!tseb eht si hcrA
 
   
  +
;オランダ語
'''Dutch'''
 
 
Arch is de beste!
 
Arch is de beste!
   
  +
;エスペラント
'''Old English'''
 
Arch biþ betst!
 
 
'''Esperanto'''
 
 
Arch plejbonas!
 
Arch plejbonas!
   
  +
;エストニア語
'''Estonian'''
 
 
Arch on parim!
 
Arch on parim!
   
  +
;Fikonspråket
'''Finnish'''
 
  +
Firch Arkon fir äkon fist bäkon
Arch on paras!
 
   
  +
;フィリピン語
'''Filipino'''
 
 
Mabuhay ang Arch!
 
Mabuhay ang Arch!
   
  +
;フィンランド語
'''French'''
 
  +
Arch on paras!
  +
  +
;フランス語
 
Arch est le meilleur!
 
Arch est le meilleur!
   
  +
;ガリシア語
'''Galician'''
 
 
Arch é o mellor!
 
Arch é o mellor!
   
  +
;ドイツ語
'''German'''
 
 
Arch ist das Beste!
 
Arch ist das Beste!
   
  +
;ギリシア語 (現代)
'''Ancient Greek'''
 
  +
Το Αρτς είναι το καλύτερο!
Ἆρχ ἄριστον!
 
   
  +
;ハイチ語
'''Greek'''
 
Το Arch είναι το καλύτερο!
+
Arch se meye bagay!
   
  +
;Hantec
'''h4x0r'''
 
Arch 15 7h3 b357!
 
 
'''Hantec'''
 
 
Arch je nejbetélnější!
 
Arch je nejbetélnější!
   
  +
;ヘブライ語
'''Hebrew'''
 
 
ארצ' זה הכי אחי!
 
ארצ' זה הכי אחי!
   
  +
;ヒンディー語
'''Hexadecimal ASCII'''
 
  +
आर्च सर्वोत्तम है ।
4172636820697320746865206265737421
 
 
'''Hindi'''
 
आर्ख सब से अच्छा है ।
 
   
  +
;ハンガリー語
'''Hungarian'''
 
 
Az Arch a legjobb!
 
Az Arch a legjobb!
   
  +
;アイルランド語
'''Irish'''
 
 
Arch é is fearr!
 
Arch é is fearr!
   
  +
;イタリア語
'''Italian'''
 
 
Arch è il migliore!
 
Arch è il migliore!
   
  +
;日本語
'''Japanese'''
 
Archが一番ですよ!
+
Arch が一番ですよ!
   
  +
;カザフ語
'''Kazakh'''
 
 
Арч - ең жақсы!
 
Арч - ең жақсы!
   
  +
;クリンゴン語
'''Latin'''
 
  +
Arch'pu'ta"a'
  +
  +
;韓国語
  +
아치가 최고입니다!
  +
  +
;ラテン語
 
Arch optimus est!
 
Arch optimus est!
   
  +
;ラトビア語
'''Latvian'''
 
 
Arch ir labākais!
 
Arch ir labākais!
   
  +
;Leet
'''Lithuanian'''
 
  +
4rch 15 7h3 b357!
  +
  +
;リトアニア語
 
Arch yra geriausias!
 
Arch yra geriausias!
   
  +
;ロジバン
'''Lojban'''
 
.atc. xagrai
+
la .artc. xagrai
  +
  +
;Lolcat
  +
ARCH IZ TEH BEST!
  +
  +
;マラヤーラム語
  +
ആർച് ആണ് ഏറ്റവും നല്ലത്
  +
  +
;マプチェ語
  +
表記体系: Unificado
  +
Doy kümei Arch
  +
表記体系: Raguileo
  +
Zoy kvmey Arc
  +
表記体系: Azümchefe (Used in Windows XP)
  +
Zoi kümei Arch
  +
表記体系: Nhewenh
  +
Zoi kvmei Arch
  +
表記体系: Wirizüŋun
  +
Zoy kümey Arch ''or'' Zoy kvmey Arch
   
  +
;マラーティー語
'''Marathi'''
 
 
आर्च सगळ्यात भारी आहे!
 
आर्च सगळ्यात भारी आहे!
   
  +
;ネパール語
'''Norwegian'''
 
  +
आर्च सबैभन्दा राम्रो हो!
  +
  +
;ノルウェー語
 
Arch er best!
 
Arch er best!
   
  +
;古英語
'''Persian'''
 
  +
Arch biþ betst!
طاق بزرگ است
 
  +
  +
;ペルシア語
  +
آرچ بهترین است
   
'''Pig Latin'''
+
;Pig Latin
 
Archway isway ethay estbay!
 
Archway isway ethay estbay!
   
  +
;ポーランド語
'''Polish'''
 
 
Arch jest najlepszy!
 
Arch jest najlepszy!
   
  +
;ポルトガル語
'''Portuguese'''
 
 
Arch é o melhor!
 
Arch é o melhor!
   
'''Québécois'''
+
;Québécois
 
Arch est le plus meilleure du monde!
 
Arch est le plus meilleure du monde!
   
  +
;ルーマニア語
'''Romanian'''
 
 
Аrch e cel mai bun!
 
Аrch e cel mai bun!
   
  +
;ロシア語
'''Russian'''
 
Арчлучший!
+
Арч:лучший!
   
  +
;セルビア語
'''Serbian'''
 
 
Arch je najbolji!
 
Arch je najbolji!
   
  +
;シンガポール語
'''Singaporean'''
 
 
Arch the best lah!
 
Arch the best lah!
   
  +
;スロベニア語
'''Slovenian'''
 
 
Arch je najboljši!
 
Arch je najboljši!
   
  +
;スペイン語 (標準語)
'''Spanish (Standard)'''
 
 
¡Arch es el mejor!
 
¡Arch es el mejor!
   
  +
;スペイン語 (アルゼンチン方言)
'''Spanish (Argentina)'''
 
 
Arch es una mazza!!
 
Arch es una mazza!!
   
  +
;スペイン語 (チリ方言)
'''Spanish (Chile)'''
 
 
Arch es bacán
 
Arch es bacán
   
  +
;スペイン語 (チリ方言、言い換え)
'''Spanish (Chile, low class)'''
 
 
Arch es la raja
 
Arch es la raja
   
  +
;スペイン語 (チリ方言、辺境域)
'''Spanish (Chile, marginal)'''
 
  +
(標準スペイン語には存在しない音を使っているので IPA で記述)
This are writted in IPA because standard spanish not have those sounds
 
 
ˈæɹʃ ɛːʰ tɜ.rˈiː.u.lɛ la rˈa.χa ʃʊ.ɹʊ
 
ˈæɹʃ ɛːʰ tɜ.rˈiː.u.lɛ la rˈa.χa ʃʊ.ɹʊ
   
  +
;スペイン語 (ウルグアイ方言)
'''Spanish (Uruguay)'''
 
 
Arch la rompe!
 
Arch la rompe!
   
  +
;スウェーデン語
'''Swedish'''
 
 
Arch är bäst!
 
Arch är bäst!
   
  +
;トルコ語
'''Fikonspråket'''
 
Firch Arkon fir äkon fist bäkon
 
 
'''Turkish'''
 
 
Arch en iyisidir!
 
Arch en iyisidir!
   
  +
;タミル語
'''Tamil'''
 
 
ஆர்ச்சே சிறந்தது!
 
ஆர்ச்சே சிறந்தது!
   
  +
;テルグ語
'''Telugu'''
 
 
ఆర్చ్ ఉత్తమమైనది!
 
ఆర్చ్ ఉత్తమమైనది!
   
  +
;タイ語
'''Ukrainian'''
 
  +
อาค์ชเทพเมพขิงขิง
Arch є найкращий!
 
   
  +
;トキポナ
'''Vietnamese'''
 
  +
Arch li pona mute!
  +
  +
;ウクライナ語
  +
Arch:найкращий!
  +
  +
;ウルドゥー語
  +
آرچ سب سے بہتر ہے!
  +
  +
;ベトナム語
 
Arch là tốt nhất!
 
Arch là tốt nhất!
   
  +
;ウェールズ語 (Cymraeg)
'''Morse Code'''
 
..- -... ..- -. - ..- .. ... - .... . -... . ... -
 
   
  +
Emphasis on Arch:
'''Braille'''
 
  +
Arch sydd yr orau un!
⠁⠗⠉⠓⠀⠊⠎⠀⠮⠀⠃⠑⠎⠞⠲
 
  +
Arch sydd y gorau un!
  +
  +
Emphasis on being the best (one):
  +
Yr orau un yw Arch!
  +
Y gorau un yw Arch!
  +
  +
== エンコーディング ==
  +
  +
;ASCII バナー
  +
_ _ _ _ _ _ _
  +
/\ | | (_) | | | | | | | | | |
  +
/ \ _ __ ___| |__ _ ___ | |_| |__ ___ | |__ ___ ___| |_| |
  +
/ /\ \ | '__/ __| '_ \ | / __| | __| '_ \ / _ \ | '_ \ / _ \/ __| __| |
  +
/ ____ \| | | (__| | | | | \__ \ | |_| | | | __/ | |_) | __/\__ \ |_|_|
  +
/_/ \_\_| \___|_| |_| |_|___/ \__|_| |_|\___| |_.__/ \___||___/\__(_)
   
'''Base64'''
+
;Base64
 
QXJjaCBpcyB0aGUgYmVzdCEK
 
QXJjaCBpcyB0aGUgYmVzdCEK
   
  +
;バイナリ ASCII
'''URL Encoded'''
 
  +
0100000101110010011000110110100000100000011010010111001100100000011101000110100001100101001000000110001001100101011100110111010000100001
Arch%20is%20the%20best!
 
   
  +
;点字
'''ROT13'''
 
  +
⠁⠗⠉⠓⠀⠊⠎⠀⠮⠀⠃⠑⠎⠞⠲
  +
  +
;くゃぎうゆさ (左右逆)
  +
!tseb eht si hcrA
  +
  +
;h4x0r
  +
4rch 15 7h3 b357!
  +
  +
;16進数 ASCII
  +
4172636820697320746865206265737421
  +
  +
;md5sum
  +
2d9092e089d77a8e23f47ba3dfe77027
  +
  +
;モールス信号
  +
.- .-. -.-. .... .. ... - .... . -... . ... -
  +
  +
;ROT13
 
Nepu vf gur orfg!
 
Nepu vf gur orfg!
   
  +
;sha1sum
'''Upside Down'''
 
  +
7f6ed0bf29abbd7e796ca1311c84a7a21a68a656
¡ʇsǝq ǝɥʇ s! ɥɔɹ∀
 
   
  +
;sha224sum
'''Welsh (Cymraeg)'''
 
  +
af15cd556676d37f916a35e2cf74f04cf7b1805b3244ec418c3927d8
   
  +
;sha256sum
Emphasis on being the best (one):
 
  +
107139d6b9a15fd97acf743e5806823c8ff868fde8b7c28cfcc2c9184df644ae
Yr orau un yw Arch!
 
Y gorau un yw Arch!
 
Emphasis on Arch:
 
Arch sydd yr orau un!
 
Arch sydd y gorau un!
 
   
  +
;sha384sum
'''Klingon'''
 
  +
769ec295d876483aa6cec7ff7997296c8ff2236630b0e48b059576143b60ab30adefec9321d8acc2a133219dfb302bc5
Arch'pu'ta' 'a'
 
   
  +
;sha512sum
== 参照 ==
 
  +
b0917f66d05278106808d25f51001b038856fa7171b935d450b4bcbf1e8b82ed6a5a2f49d99734e1efc7ad3d1b8a33519008635d4e1aa3e65a5e70c4de649aad
   
  +
;上下逆
* [https://bbs.archlinux.org/viewtopic.php?id=47306 フォーラムスレッド]
 
  +
¡ʇsǝq ǝɥʇ s! ɥɔɹ∀
  +
  +
;URL エンコード
  +
Arch%20is%20the%20best!

2016年2月3日 (水) 21:26時点における版

Arch is the best プロジェクトは Arch の優位性を証明するための、洗練されこの上なく素晴らしい、自尊心を爆発させトリップするための(ちょいとばかしオーバースペックな)プロジェクトです。

歴史

このプロジェクトは2008年4月1日、古参の Arch コミュニティメンバー lucke によって "Arch is the best" という論破不可能な証明をするシンプルなシェルスクリプトから始まりました。フォーラムへの投稿 として世界に向けて発表された後、このプロジェクトは推進力を得、結果多くのプログラミング/口頭言語へ移植されることになりました。Arch が最高なんだという発見を地球上のすべての人が認めるまで。

インストール

archbest-mod1AUR[リンク切れ: アーカイブ: aur-mirror] という名前のサンプル PKGBUILD が AUR にアップロードされています。

コード

"Arch is the best" は多くのプログラミング言語に移植されています。

1C:Enterprise 7.7/8/8.1/8.2
A procedural domain-specific compiled dynamically-typed programming language mostly similar to VisualBasic which is used in "1C:Enterprise" products widespread in Russia and other CIS countries.
Предупреждение("Arch is the best!");
Ada
A systems critical programming language.
with Ada.Text_IO;
use Ada.Text_IO;
procedure ArchIsTheBest is
begin
   Put_Line("Arch is the best!");
end HelloWorld;
APL
プログラミング言語 (A Programming Language)。
'Arch is the best!'
ATS
A functional programming language that uses dependent types to improve programs' reliability.
implement main () = println! "Arch is the best!"
Awk
A data-driven programming language designed for processing text-based data.
BEGIN {
   print "Arch is the best!"
}
Befunge
Believed to be the first two-dimensional, ASCII-based, general-purpose (in the sense of "you could plausibly write Hunt the Wumpus in it") programming language.
<v"Arch is the best!"0
 <,_@#:
Boo
A stablished object oriented statically typed programming language for .NET and Mono with a python inspired syntax and a special focus on metaprogramming through language and compiler extensibility features such as macros and custom compilation pipelines.
print "Arch is the best!"
Bourne shell
あらゆるシェルと互換性がある原初のプログラム。
#!/bin/sh
echo "Arch is the best!"
Bourne shell (Alternate)
Handy for piping the output to your favourite IRC/email/IM client. Should work with any shell.
#!/bin/sh
yes Arch is the best!
Bourne shell (Dynamically updated)
 #!/bin/bash
 wget http://wiki.archlinux.org/index.php/Arch_is_the_best -qO-| sed -n ':b;n;s/id="Translations"//;Tb;:d;n;s/id="Encodings"//;t;p;bd'|sed '/<i>.*<\/i>/d;s/<[^>]*>//g'|sed 'N;s/\n/: /;N;N;s/\n//g'
or
 #!/bin/bash
 curl -s "https://wiki.archlinux.org/index.php?title=Arch_is_the_best&action=raw" | sed -n '/==Translations==/,$p' | sed "s/^\(.*\)$/* \1:/;t;s/^[^=]/  &/"
brainfuck
Doesn't the language name explain it?
++>++++++>+++++<+[>[->+<]<->++++++++++<]>>.<[-]>[-<++>]
<----------------.---------------.+++++.<+++[-<++++++++++>]<.
>>+.++++++++++.<<.>>+.------------.---.<<.>>---.
+++.++++++++++++++.+.<<+.[-]++++++++++.
C
Note the three space indenting used in this project, much like that used by other superior beings.
#include <stdio.h>
#include <stdlib.h>
int main(void)
{
   puts("Arch is the best!");
   return EXIT_SUCCESS;
}
C#
Intended to be a simple, modern, general-purpose, object-oriented programming language.
using System;
public class ArchIsTheBest
{
   static public void Main ()
   {
      Console.WriteLine ("Arch is the best!");
   }
}
C++
Arch == Linux++
#include <iostream>
#include <cstdlib>
int main ()
{
   std::cout << "Arch is the best!" << std::endl;
   return EXIT_SUCCESS;
}
COBOL
シンプル、軽量なプログラミング言語。
    IDENTIFICATION DIVISION.
    PROGRAM-ID.  TheBest.

    PROCEDURE DIVISION.
        DISPLAY "Arch is the best!".
        STOP RUN.
CoffeeScript
JavaScript に変換されるプログラミング言語。
alert 'Arch is the best!'
Clojure
A Lisp dialect that runs on the JVM.
(def translations {"english" "Arch is the best!",
                   "german" "Arch ist das Beste!",
                   "australian" "Arch is fair dinkum, mate!",
                   "h4x0r" "arhc 51 7he be57!",
                   "spanish" "¡Arch es el mejor!"})

(defn read-choice []
  (println "\nAvailable languages: ")
  (doall (map #(println (key %)) translations))
  (print "Enter language or Ctrl-c: ") (flush)
  (translations (read-line) :badinput))

(defn arch-is-the-best []
  (loop [choice (read-choice)]
    (case choice
      :badinput (do (print "\nBad input!\n")
                    (recur (read-choice)))
      (do (print "\n" choice "\n")
          (recur (read-choice))))))
or
(def translations {"english" "Arch is the best!",
                   "german" "Arch ist das Beste!",
                   "australian" "Arch is fair dinkum, mate!",
                   "h4x0r" "arhc 51 7he be57!",
                   "spanish" "¡Arch es el mejor!"
                   "street" "Arch iz da shizzle ma nizzle"})
(while 1
  (println "\nPick a language:\n" (map #(key %) translations) "\n language: ")
  (println (translations (read-line) "Not a valid language")))
or
(prn "Arch is the best!")
Common Lisp
Tested on SBCL, feel free to add more of the translations.
#!/usr/bin/sbcl --script
(defparameter *best-list* '((English "Arch is the best!")
            (Chinese "Arch, 她出类拔萃!")
          (German "Arch ist das Beste!")
          (Greek "Το Arch είναι το καλύτερο!")))
(defun aitb ()
  (format t "Available languages: ~{~{~@(~a~)~*~}~^, ~}.~%" *best-list*)
  (loop for input = (progn (format t "~&Input the desired language, (or 'quit'): ~%")
                           (force-output)
                           (read-line))
     if (string-equal input "quit")
     do (loop-finish)
     else
     do (let ((language-def
               (assoc input *best-list*
                      :key (lambda (lang) (symbol-name lang))
                      :test #'string-equal)))
          (if language-def
              (format t "~&~A~%" (second language-def))
              (format t "~&Invalid language.~%"))))
  (format t "~&May the Arch be with you!~%"))
(aitb)
Common Lisp (Alternate)
Should run on any implementation (Clisp, Allegro, SBCL...)
(princ "Arch is the best!")
D
A C-style language. The benefits of hindsight, with modern conveniences.
 import std.stdio : writeln;
 void main()
 {
     writeln("Arch is the best");
 }
Dart
Google の javascript キラー。
 main(){
   print('Arch is the best');
 }
Dogescript
Doge フレンドリーな JavaScript
 console.loge with '                So Arch'
 console.loge with '     Much Good'
 console.loge with '                          Wow'
Emacs Lisp
A dialect of the Lisp programming language used by the GNU Emacs and XEmacs text editors
 (message "Arch is the best!")
Erlang
A concurrent, garbage-collected programming language and runtime system.
-module(arch).
-export([is_the_best/0]).
   is_the_best() -> io:fwrite("Arch is the best!\n").
Or using message passing between processes
 -module(arch).
 -export([ultimate_question/0,the_answer/0]).
 the_answer() ->
     receive
         {Client,who_is_the_best} ->
             Client ! {self(),"Arch is the best!"};
         {Client,_} ->
             Client ! {self(),"Taco Taco Taco!"}
     end,
     the_answer().
 ultimate_question() ->
     Pid = spawn(arch,the_answer,[]),
     Pid ! {self(),who_is_the_best},
     receive
         {Pid,Response} -> io:format("~s~n",[Response])
     end.
F#
A strongly-typed, functional-first programming language for writing simple code to solve complex problems.
printfn "Arch is the best!"
Factor
高水準スタック指向言語。
"Arch is the best" print
FIM++
A wordy, imperative, dynamically-typed, and interpreted language that can use Java classes.
Dear Princess Celestia: Letter About Arch Linux.
Today I learned:
    I wrote "Arch is the best!".
Your faithful student, Twilight Sparkle
Forth
スタック指向言語。
." Arch is the best" cr -- kiss way
Fortran95
program arch
   print *,"Arch is the best!"
end program arch
Genie
A new programming language, that allows for a more modern programming style while being able to effortlessly create and use GObjects natively.
init
 print "Arch is the best"
Gjs
A Javascript binding for GNOME. It's mainly based on Spidermonkey javascript engine and the GObject introspection framework.
#!/usr/bin/env gjs
print ('Arch is the best');
Go
Google によって作成された言語。C, C++, Python の落とし子。
package main

import "fmt"

func main() {
 fmt.Println("Arch is the best!")
}
Groovy
Java 仮想マシンで動作する高速な動的言語。
println 'Arch is the best!' 
Haskell
IO が問題にならない環境で使われる言語。
main = putStrLn "Arch is the best!"
HTML
ウェブページとそのコンテンツを作成・定義するために使われるマークアップ言語。
<!DOCTYPE html>
<html lang='en'>
   <head>
      <title>Arch is the best!</title>
   </head>
   <body>
       <p>Arch is the best!</p>
   </body>
</html>
Io
Smalltalk, Self, Lua, Lisp, Act1, NewtonScript の影響を受けて作られた純粋なオブジェクト指向プログラミング言語。
"Arch is the best!" println
Java
ものすごく移植性が高い言語。ありとあらゆるもので動作します。たぶんトースターでも動く。
public class ArchIsTheBest {
   public static void main(String[] args) {
       System.out.println("Arch is the best!");
   }
}
JavaScript
Also known as ECMAScript, a prototype-based object-oriented scripting language.
console.log('Arch is the best!');
JavaScript (ウェブブラウザで実行)
alert('Arch is the best!');
Julia
A fresh approach to numerical computing.
println("Arch is the best!")
LilyPond
A powerful music engraving program with an intuitive LaTeX-like input language.
\version "2.12.3"
\include "english.ly"
\header { title = "Arch is the best!" }
\score
{
   <<
      \relative c' { c4 e g c \bar "||" }
      \addlyrics   { Arch is the best! }
   >>
}
LOLCODE
Why not?
HAI
CAN HAS STDIO?
VISIBLE "ARCH IS TEH PWNZ LOL!"
KTHXBYE
Lua
A lightweight, extensible programming language.
print "Arch is the best!"
Malbolge
可能なかぎりプログラミングが難解になるように作られた言語。
 bCBA@?>=<;:9876543210/.-,+*)('&%$#"!~}|{zyxwvutsrqponmlkjihgfedcba`_^]
 \[ZYXWVUTSRQPONMLKJIHGFEDCBA@?>=<;:9y16543210/.-,+*)('&}C#"!~}|{zyxwvu
 tsrqponmlkjihgfedcba`_^]\[ZYXWVUTSRQPONMLK-CgGFEDCBA@?>=<;:98x6543210/
 .-,+*)('&%$#"!~}|u;yxwpun4rqpRhmf,jihgIe^$ba`_^]\[ZYXQVUTMqQPONMFjJI+A
 eEDC%A:^>=<|:981U54t21*/.-&Jk)('&}C#"!aw={z\xwvun4lqpi/mlkjiKaf_%p
Morpho
Morpho is a multi-paradigm programming language that supports procedural, object-oriented and functional programming.
writeln("Arch is the best!");
Nasm(x86_64) (or yasm)
Notice that the string is in the .text section, which feels superior.
;nasm -f elf64 arch.asm
;ld -o arch arch.o
;./arch

section .text
global _start
_start:
mov edx,len
mov ecx,msg
mov ebx,1
mov eax,4
int 0x80
xor ebx,ebx
mov eax,1
int 0x80
msg: db "Arch is the best!",10
len equ $-msg
Nimrod
Portable lightweight programming language.
echo "Arch is the best!"
node.js
a platform built on Chrome's JavaScript runtime for easily building fast, scalable network applications, using an event-driven, non-blocking I/O model that makes it lightweight and efficient, perfect for data-intensive real-time applications that run across distributed devices.
console.log('Arch is the best!');
Objective-C
A reflective, object-oriented programming language that adds Smalltalk-style messaging to the C programming language.
NSLog(@"Arch is the best!");
OCaml
The main implementation of the Caml programming language.
print_endline "Arch is the best!"
Octave
High-level interpreted language, primarily intended for numerical computations.
printf("Arch is the best!\n")
Ook!
オランウータン用に翻訳された brainfuck。
Ook. Ook. Ook. Ook. Ook. Ook? Ook. Ook. Ook. Ook. Ook. Ook. Ook. Ook. Ook. Ook. Ook. Ook. Ook. Ook? Ook. Ook. Ook. Ook. Ook. Ook. Ook. Ook. Ook. Ook. Ook? Ook. Ook. Ook. Ook! Ook? Ook. Ook? Ook! Ook? Ook! Ook! Ook. Ook? Ook. Ook. Ook? Ook. Ook? Ook! Ook? Ook. Ook! Ook! Ook. Ook? Ook. Ook. Ook. Ook. Ook. Ook. Ook. Ook. Ook. Ook. Ook. Ook. Ook. Ook. Ook. Ook. Ook. Ook. Ook. Ook. Ook? Ook. Ook? Ook! Ook. Ook? Ook. Ook? Ook! Ook. Ook? Ook. Ook! Ook? Ook! Ook! Ook? Ook! Ook. Ook? Ook! Ook? Ook! Ook! Ook? Ook. Ook. Ook. Ook. Ook. Ook. Ook? Ook? Ook! Ook? Ook. Ook! Ook! Ook! Ook! Ook! Ook! Ook! Ook! Ook! Ook! Ook! Ook! Ook! Ook! Ook! Ook! Ook! Ook! Ook! Ook! Ook! Ook! Ook! Ook! Ook! Ook! Ook! Ook! Ook! Ook! Ook! Ook! Ook! Ook. Ook! Ook! Ook! Ook! Ook! Ook! Ook! Ook! Ook! Ook! Ook! Ook! Ook! Ook! Ook! Ook! Ook! Ook! Ook! Ook! Ook! Ook! Ook! Ook! Ook! Ook! Ook! Ook! Ook! Ook! Ook! Ook. Ook. Ook. Ook. Ook. Ook. Ook. Ook. Ook. Ook. Ook. Ook! Ook. Ook? Ook. Ook. Ook. Ook. Ook. Ook. Ook. Ook! Ook? Ook! Ook! Ook? Ook. Ook. Ook. Ook. Ook. Ook. Ook. Ook. Ook. Ook. Ook. Ook. Ook. Ook. Ook. Ook. Ook. Ook. Ook. Ook. Ook. Ook. Ook? Ook? Ook! Ook? Ook. Ook! Ook. Ook. Ook? Ook. Ook? Ook. Ook. Ook! Ook. Ook. Ook. Ook. Ook. Ook. Ook. Ook. Ook. Ook. Ook. Ook. Ook. Ook. Ook. Ook. Ook. Ook. Ook. Ook. Ook. Ook! Ook. Ook? Ook. Ook? Ook. Ook! Ook. Ook. Ook? Ook. Ook? Ook. Ook. Ook! Ook. Ook! Ook! Ook! Ook! Ook! Ook! Ook! Ook! Ook! Ook! Ook! Ook! Ook! Ook! Ook! Ook! Ook! Ook! Ook! Ook! Ook! Ook! Ook! Ook! Ook! Ook. Ook! Ook! Ook! Ook! Ook! Ook! Ook! Ook. Ook? Ook. Ook? Ook. Ook! Ook. Ook. Ook? Ook. Ook? Ook! Ook! Ook! Ook! Ook! Ook! Ook! Ook. Ook. Ook. Ook. Ook. Ook. Ook. Ook! Ook. Ook. Ook. Ook. Ook. Ook. Ook. Ook. Ook. Ook. Ook. Ook. Ook. Ook. Ook. Ook. Ook. Ook. Ook. Ook. Ook. Ook. Ook. Ook. Ook. Ook. Ook. Ook. Ook. Ook! Ook. Ook. Ook. Ook! Ook. Ook? Ook. Ook? Ook. Ook. Ook. Ook! Ook. Ook! Ook? Ook! Ook! Ook? Ook! Ook. Ook. Ook. Ook. Ook. Ook. Ook. Ook. Ook. Ook. Ook. Ook. Ook. Ook. Ook. Ook. Ook. Ook. Ook. Ook. Ook! Ook.
Pascal
An influential imperative and procedural programming language.
program ArchIsTheBest;
begin
  writeln('Arch is the best!');
end.
Perl
A high-level, general-purpose, interpreted, dynamic programming language.
#!/usr/bin/perl
print "Arch is the best!\n";
PHP
汎用のスクリプト言語。
<?php
   echo "Arch is the best!\n";
?>
Pixilang
Make me pixels.
print("Arch is the best!",0,0,#1897D1)
frame
Pony
An object-oriented, actor-model, capabilities-secure, high performance programming language.
actor Main
  new create(env: Env) =>
    env.out.print("Arch is the best!")
Portable GNU assembler
as -o arch.o arch.s && ld -o arch -O0 arch.o
   .section .data
archIsBest:
   .ascii  "Arch is the best!\n"
archIsBest_len:
   .long   . - archIsBest
   .section .text
   .globl _start
_start:
   xorl %ebx, %ebx
   movl $4, %eax
   xorl %ebx, %ebx
   incl %ebx
   leal archIsBest, %ecx
   movl archIsBest_len, %edx
   int $0x80
   xorl %eax, %eax
   incl %eax
   xorl %ebx, %ebx
   int $0x80
Processing
An open source programming language and IDE built for the electronic arts and visual design.
println("Arch is the best!");
Prolog
A general purpose logic programming language associated with artificial intelligence and computational linguistics.
format('Arch is the best~n',[]).
Python
汎用の高水準プログラミング言語。
#!/usr/bin/env python3
print('Arch is the best!')
QBASIC
An interpreter for a variant of the BASIC programming language which is based on QuickBASIC.
PRINT "Arch is the best!"
R
A language for statistical computing (and much more!).
archIsBest <- function() { cat("Arch is the best!\n") }
archIsBest()
Ruby
動的、汎用、自己言及的なオブジェクト指向プログラミング言語。
#!/usr/bin/ruby -w
puts 'Arch is the best!'
Rust
ものすごく高速に動作して、ほとんどクラッシュしない、データ競合を排除したシステムプログラミング言語。
fn main() {
    println!("Arch is the best!");
}
Scala
JVM 上で動作するマルチパラダイム言語。
 object ArchIsBest extends App {
     println("Arch is the best!")
 }
Scheme
Lisp の方言。
(display "Arch is the best!\n")

or in XunDu style

#!/usr/bin/guile1.8 -s
!#
(define 节 or)
(define 哀 #t)
(define (xi) (display "Arch is the best!\n"))
(节 (xi) 哀 (wen) 顺 (le) 变 (jian) )
Seed
A library and interpreter, dynamically bridging the WebKit JavaScriptCore engine, with the GNOME platform.
#!/usr/bin/env seed
print ('Arch is the best');
Shoes
A Ruby version using Shoes for a GUI.
Shoes.app :width => 135, :height => 30 do
    para "Arch is the Best!"
end
SQL
Structured Query Language。リレーショナルデータベースの問い合わせ言語。
SELECT 'Arch is the best!';
SELECT 'Arch is the best!' from dual; -- for Oracle DB
Standard ML
A general-purpose, modular, functional programming language with compile-time type checking and type inference.
print "Arch is the best!\n"
Tcl/Tk
A scripting language that is commonly used for rapid prototyping, scripted applications, GUIs and testing.
#!/usr/bin/env tclsh
puts "Arch is the best!"
UEFI
拡張可能なファームウェアフレームワーク。
#include <Uefi.h>
EFI_STATUS EFIAPI
ArchIsTheBest (
              IN EFI_HANDLE        ImageHandle,
              IN EFI_SYSTEM_TABLE  *SystemTable
              )
{
   SystemTable -> ConOut-> OutputString(SystemTable->ConOut, L"Arch is the best!\n"); 
   return EFI_SUCCESS;
}
Vala
Vala is a new programming language that aims to bring modern programming language features to GNOME developers without imposing any additional runtime requirements and without using a different ABI compared to applications and libraries written in C.
void main(string[] args) {
stdout.printf("\nArch is the best!\n\n");
}
Wiring (Arduino)
マサチューセッツ工科大学で開発されたオープンソースのプログラミング言語 Processing ベース。
void setup()
{
   Serial.begin(9600);
}
void loop()
{
   Serial.print("Arch is the best!");
}
X11
X11 はグラフィカルユーザーインターフェイスを表示するためのアーキテクチャ非依存のシステムです。
#include <stdio.h>
#include <stdlib.h>
#include <string.h>

#include <X11/Xlib.h>

int main()
{
       Display *d;
       Window w;
       XEvent e;
       int s;

       if (!(d = XOpenDisplay(NULL))) {
               fprintf(stderr, "Couldn't open display, but Arch is the best!\n");
               exit(1);
       }

       s = DefaultScreen(d);
       w = XCreateSimpleWindow(d, RootWindow(d,s), 0, 0, 110, 20, 0, 
                               0, WhitePixel(d,s));
       XSelectInput(d, w, ExposureMask | KeyPressMask);
       XMapWindow(d,w);

       while (1) {
               XNextEvent(d, &e);
               if (e.type == Expose) {
                       XDrawString(d, w, DefaultGC(d, s), 5, 15, "Arch is the best!", 17);
               }
       }

       XCloseDisplay(d);
       return 0;
}

翻訳

古代中国語
阿祺,盡善矣。
古代ギリシア語 (アッティカ方言)
Ἡ Ἀψίς ἄριστην ἐστί!
アラビア語
ارتش هو الأفضل
オーストラリア語
Arch is fair dinkum, mate!
インドネシア語
Arch terbaik!
バスク語
Arch onena da!
ベラルーシ語
Арч - самы лепшы!
ベンガル語
আর্চ সবচেয়ে ভালো!
イギリス語
Arch is simply spiffing.
ブルガリア語
Арч е най-добрият!
カタロニア語
Arch és el millor!
中国語 (簡体字)
Arch 最棒了!
中国語 (繁体字)
Arch 好棒棒!
中国語 (淘宝体)
Arch,好评哦,亲!
チェコ語
Arch je nejlepší!
クロアチア語
Arch je najbolji!
デンマーク語
Arch er bedst!
Doge
So Arch, Much Good, Wow
オランダ語
Arch is de beste!
エスペラント
Arch plejbonas!
エストニア語
Arch on parim!
Fikonspråket
Firch Arkon fir äkon fist bäkon
フィリピン語
Mabuhay ang Arch!
フィンランド語
Arch on paras!
フランス語
Arch est le meilleur!
ガリシア語
Arch é o mellor!
ドイツ語
Arch ist das Beste!
ギリシア語 (現代)
Το Αρτς είναι το καλύτερο!
ハイチ語
Arch se meye bagay!
Hantec
Arch je nejbetélnější!
ヘブライ語
ארצ' זה הכי אחי!
ヒンディー語
आर्च सर्वोत्तम है ।
ハンガリー語
Az Arch a legjobb!
アイルランド語
Arch é is fearr!
イタリア語
Arch è il migliore!
日本語
Arch が一番ですよ!
カザフ語
Арч - ең жақсы!
クリンゴン語
Arch'pu'ta"a'
韓国語
아치가 최고입니다!
ラテン語
Arch optimus est!
ラトビア語
Arch ir labākais!
Leet
4rch 15 7h3 b357!
リトアニア語
Arch yra geriausias!
ロジバン
la .artc. xagrai
Lolcat
ARCH IZ TEH BEST!
マラヤーラム語
ആർച് ആണ് ഏറ്റവും നല്ലത്
マプチェ語

表記体系: Unificado

Doy kümei Arch

表記体系: Raguileo

Zoy kvmey Arc

表記体系: Azümchefe (Used in Windows XP)

Zoi kümei Arch

表記体系: Nhewenh

Zoi kvmei Arch

表記体系: Wirizüŋun

Zoy kümey Arch or Zoy kvmey Arch
マラーティー語
आर्च सगळ्यात भारी आहे!
ネパール語
आर्च सबैभन्दा राम्रो हो!
ノルウェー語
Arch er best!
古英語
Arch biþ betst!
ペルシア語
آرچ بهترین است
Pig Latin
Archway isway ethay estbay!
ポーランド語
Arch jest najlepszy!
ポルトガル語
Arch é o melhor!
Québécois
Arch est le plus meilleure du monde!
ルーマニア語
Аrch e cel mai bun!
ロシア語
Арч:лучший!
セルビア語
Arch je najbolji!
シンガポール語
Arch the best lah!
スロベニア語
Arch je najboljši!
スペイン語 (標準語)
¡Arch es el mejor!
スペイン語 (アルゼンチン方言)
Arch es una mazza!!
スペイン語 (チリ方言)
Arch es bacán
スペイン語 (チリ方言、言い換え)
Arch es la raja
スペイン語 (チリ方言、辺境域)

(標準スペイン語には存在しない音を使っているので IPA で記述)

ˈæɹʃ ɛːʰ tɜ.rˈiː.u.lɛ la rˈa.χa ʃʊ.ɹʊ
スペイン語 (ウルグアイ方言)
Arch la rompe!
スウェーデン語
Arch är bäst!
トルコ語
Arch en iyisidir!
タミル語
ஆர்ச்சே சிறந்தது!
テルグ語
ఆర్చ్ ఉత్తమమైనది!
タイ語
อาค์ชเทพเมพขิงขิง
トキポナ
Arch li pona mute!
ウクライナ語
Arch:найкращий!
ウルドゥー語
آرچ سب سے بہتر ہے!
ベトナム語
Arch là tốt nhất!
ウェールズ語 (Cymraeg)

Emphasis on Arch:

Arch sydd yr orau un!
Arch sydd y gorau un!

Emphasis on being the best (one):

Yr orau un yw Arch!
Y gorau un yw Arch!

エンコーディング

ASCII バナー
                   _       _       _   _            _               _   _
    /\            | |     (_)     | | | |          | |             | | | |
   /  \   _ __ ___| |__    _ ___  | |_| |__   ___  | |__   ___  ___| |_| |
  / /\ \ | '__/ __| '_ \  | / __| | __| '_ \ / _ \ | '_ \ / _ \/ __| __| |
 / ____ \| | | (__| | | | | \__ \ | |_| | | |  __/ | |_) |  __/\__ \ |_|_|
/_/    \_\_|  \___|_| |_| |_|___/  \__|_| |_|\___| |_.__/ \___||___/\__(_)
Base64
QXJjaCBpcyB0aGUgYmVzdCEK
バイナリ ASCII
0100000101110010011000110110100000100000011010010111001100100000011101000110100001100101001000000110001001100101011100110111010000100001
点字
⠁⠗⠉⠓⠀⠊⠎⠀⠮⠀⠃⠑⠎⠞⠲
くゃぎうゆさ (左右逆)
!tseb eht si hcrA
h4x0r
4rch 15 7h3 b357!
16進数 ASCII
4172636820697320746865206265737421
md5sum
2d9092e089d77a8e23f47ba3dfe77027
モールス信号
.- .-. -.-. ....   .. ...   - .... .   -... . ... -
ROT13
Nepu vf gur orfg!
sha1sum
7f6ed0bf29abbd7e796ca1311c84a7a21a68a656
sha224sum
af15cd556676d37f916a35e2cf74f04cf7b1805b3244ec418c3927d8
sha256sum
107139d6b9a15fd97acf743e5806823c8ff868fde8b7c28cfcc2c9184df644ae
sha384sum
769ec295d876483aa6cec7ff7997296c8ff2236630b0e48b059576143b60ab30adefec9321d8acc2a133219dfb302bc5
sha512sum
b0917f66d05278106808d25f51001b038856fa7171b935d450b4bcbf1e8b82ed6a5a2f49d99734e1efc7ad3d1b8a33519008635d4e1aa3e65a5e70c4de649aad
上下逆
¡ʇsǝq ǝɥʇ s! ɥɔɹ∀
URL エンコード
Arch%20is%20the%20best!