(点击上方公众号,可快速关注)
2017 的年度编程语言,是 Java、C、C++ 么?还是 PHP?
主页君觉得,农历鸡年的年度编程语言,非 Chicken 莫属了 ?
Chicken 不仅是该语言的名字,也是该语言允许的唯一关键字。关键字重复的次数和换行决定执行的具体操作。
?语言官网:http://torso.me/chicken
?语言之父:Torbjörn Söderstedt
esolangs 上关于?语言的介绍
A chicken program consists of the tokens "chicken", " " and "\n". Every line has a number of chickens separated by spaces. The number of chickens corresponds to an opcode. Trailing newlines are significant, as an empty line will produce a "0" opcode.
Instructions are loaded onto the stack and executed there directly, which allows for injecting arbitrary code and executing it through a jump. Self-modifying code is also possible becaus