これまで筆者らは,心が折れやすいプログラミング初心者のために,多少のミスでも大目に見て好意的に解釈するコンパイラを開発してきた.しかし,この好意的解釈を逆手にとって簡略なコードを書き,高速にプロトタイピングを行う中級プログラマが現れた.彼らが書くのは,コンピュータに対して細かく何をどうしろとは言わない,いい加減なコードである.行末にセミコロンを打つこともなく,開いた括弧を閉じることもなく,命令語も最初の数文字しか書かない.それどころかそもそも命令を書かなかったりする.
翻訳 / 英語
- 2012/11/08 21:53:45に投稿されました
So far, the author had developed the compiler that interpurate small mistakes favorably for the begginer programmers who tends to break down easily. However, takng advantages of this favorable interpuration, the intermediate programmers who do fast prototyping by writing easy codes appeared. What they write is inaccurate codes that does not instruct computer what to do in details. They do not put a semicolon at the end of the line, do not close the brackets, write only first few words in the commands, and instead sometimes they do not even write commands.
翻訳 / 英語
- 2012/11/08 22:00:41に投稿されました
The authors developed the complier which can interpret codes with minor mistakes favorably for fragile beginners of programming. However, intermediate programmers who use this tolerant interpretation as an underhanded way, write simple codes and perform prototyping at high speed appeared. What they use are perfunctory codes which do not instruct a computer fully. They do not put a semicolon to the end of a line, do not close brackets and write a few first letters of command words. On the contrary, after all, they do not write command words.