昨天,我在网上看到了一篇关于编程语言的文章,叫做BrainFuck
.
http://www.muppetlabs.com/~breadbox/bf/
所以奇怪的是我是这个
Brainfuck is the ungodly creation of Urban Müller, whose goal was apparently
to create a Turing-complete language for which he could write the smallest
compiler ever, for the Amiga OS 2.0. His compiler was 240 bytes in size.
(Though he improved upon this later -- he informed me at one point that
he had managed to bring it under 200 bytes.)
那么,它真的是当今图灵完备编程语言的最小编译器吗?是否证明了更小的编译器无论如何都不存在?
这方面有没有结果。我真的很感兴趣,图灵完备的编程语言的编译器的大小是否有最小值,这个值是多少?