Brainf*ck

Brainf*ck

Development Tool

开发者: macflash.ru

中国
APP ID 复制
493926421
价格
免费
内购
0个评分
软件开发工具(免费)
昨日下载量
最近更新
2021-07-17
最早发布
2012-01-13
版本统计
  • 1442天3小时

    最新版本上线距今

  • 0

    近1年版本更新次数

  • 2012-01-13

    全球最早版本上线日期

版本记录
显示信息
日期
  • 全部
每页显示条数
  • 请选择
  • 版本: 2.5

    版本更新日期

    2021-07-17

    Brainf*ck

    Brainf*ck

    Development Tool

    更新日志

    Scheduled library updates

    视频/截图

    Brainf*ck App 截图
    Brainf*ck App 截图
    Brainf*ck App 截图
    Brainf*ck App 截图

    应用描述

    Brain***k IDE is an esoteric programming language created in 1993 by Urban Müller, and is notable for its extreme minimalism.

    The language consists of only eight simple commands and an instruction pointer. While it is fully Turing complete, it is not intended for practical use, but to challenge and amuse programmers. Brain***k simply requires one to break commands into microscopic steps.

    The language's name is a reference to the slang term Brain***k, which refers to things so complicated or unusual that they exceed the limits of one's understanding.

    History

    In 1992, Urban Müller, a Swiss physics student, took over a small online archive for Amiga software. The archive grew more popular, and was soon mirrored around the world. Today, it is the world's largest Amiga archive, known as Aminet.

    Müller designed Brain***k with the goal of implementing it with the smallest possible compiler, inspired by the 1024-byte compiler for the FALSE programming language. Müller's original compiler was implemented in machine language and compiled to a binary with a size of 296 bytes. He uploaded the first Brain***k compiler to Aminet in 1993. The program came with a "Readme" file, which briefly described the language, and challenged the reader "Who can program anything useful with it? :)". Müller also included an interpreter and some quite elaborate examples. A second version of the compiler used only 240 bytes.

    As Aminet grew, the compiler became popular among the Amiga community, and in time it was implemented for other platforms. Several Brainf*ck compilers have been made smaller than 200 bytes, and one is only 100 bytes.

    Language design

    The language consists of eight commands, listed below. A Brain***k program is a sequence of these commands, possibly interspersed with other characters (which are ignored). The commands are executed sequentially, with some exceptions: an instruction pointer begins at the first command, and each command it points to is executed, after which it normally moves forward to the next command. The program terminates when the instruction pointer moves past the last command.

    The Brain***k language uses a simple machine model consisting of the program and instruction pointer, as well as an array of at least 30,000 byte cells initialized to zero; a movable data pointer (initialized to point to the leftmost byte of the array); and two streams of bytes for input and output (most often connected to a keyboard and a monitor respectively, and using the ASCII character encoding).

    Privacy policy: https://static.macflash.ru/PRIVACY_POLICY_EN
    Terms of use: https://static.macflash.ru/TERMS_OF_USE_EN
  • 版本: 2.4.1

    版本更新日期

    2020-07-20

    Brainf*ck

    Brainf*ck

    Development Tool

    更新日志

    Bugfix for retry restoring purchases.

    视频/截图

    Brainf*ck App 截图
    Brainf*ck App 截图
    Brainf*ck App 截图
    Brainf*ck App 截图

    应用描述

    Brain***k IDE is an esoteric programming language created in 1993 by Urban Müller, and is notable for its extreme minimalism.

    The language consists of only eight simple commands and an instruction pointer. While it is fully Turing complete, it is not intended for practical use, but to challenge and amuse programmers. Brain***k simply requires one to break commands into microscopic steps.

    The language's name is a reference to the slang term Brain***k, which refers to things so complicated or unusual that they exceed the limits of one's understanding.

    History

    In 1992, Urban Müller, a Swiss physics student, took over a small online archive for Amiga software. The archive grew more popular, and was soon mirrored around the world. Today, it is the world's largest Amiga archive, known as Aminet.

    Müller designed Brain***k with the goal of implementing it with the smallest possible compiler, inspired by the 1024-byte compiler for the FALSE programming language. Müller's original compiler was implemented in machine language and compiled to a binary with a size of 296 bytes. He uploaded the first Brain***k compiler to Aminet in 1993. The program came with a "Readme" file, which briefly described the language, and challenged the reader "Who can program anything useful with it? :)". Müller also included an interpreter and some quite elaborate examples. A second version of the compiler used only 240 bytes.

    As Aminet grew, the compiler became popular among the Amiga community, and in time it was implemented for other platforms. Several Brainf*ck compilers have been made smaller than 200 bytes, and one is only 100 bytes.

    Language design

    The language consists of eight commands, listed below. A Brain***k program is a sequence of these commands, possibly interspersed with other characters (which are ignored). The commands are executed sequentially, with some exceptions: an instruction pointer begins at the first command, and each command it points to is executed, after which it normally moves forward to the next command. The program terminates when the instruction pointer moves past the last command.

    The Brain***k language uses a simple machine model consisting of the program and instruction pointer, as well as an array of at least 30,000 byte cells initialized to zero; a movable data pointer (initialized to point to the leftmost byte of the array); and two streams of bytes for input and output (most often connected to a keyboard and a monitor respectively, and using the ASCII character encoding).

    Privacy policy: https://static.macflash.ru/PRIVACY_POLICY_EN
    Terms of use: https://static.macflash.ru/TERMS_OF_USE_EN
  • 版本: 2.4

    版本更新日期

    2020-07-08

    Brainf*ck

    Brainf*ck

    Development Tool

    更新日志

    Remove YandexMetrika;
    Add AppHud.

    视频/截图

    Brainf*ck App 截图
    Brainf*ck App 截图
    Brainf*ck App 截图
    Brainf*ck App 截图

    应用描述

    Brain***k IDE is an esoteric programming language created in 1993 by Urban Müller, and is notable for its extreme minimalism.

    The language consists of only eight simple commands and an instruction pointer. While it is fully Turing complete, it is not intended for practical use, but to challenge and amuse programmers. Brain***k simply requires one to break commands into microscopic steps.

    The language's name is a reference to the slang term Brain***k, which refers to things so complicated or unusual that they exceed the limits of one's understanding.

    History

    In 1992, Urban Müller, a Swiss physics student, took over a small online archive for Amiga software. The archive grew more popular, and was soon mirrored around the world. Today, it is the world's largest Amiga archive, known as Aminet.

    Müller designed Brain***k with the goal of implementing it with the smallest possible compiler, inspired by the 1024-byte compiler for the FALSE programming language. Müller's original compiler was implemented in machine language and compiled to a binary with a size of 296 bytes. He uploaded the first Brain***k compiler to Aminet in 1993. The program came with a "Readme" file, which briefly described the language, and challenged the reader "Who can program anything useful with it? :)". Müller also included an interpreter and some quite elaborate examples. A second version of the compiler used only 240 bytes.

    As Aminet grew, the compiler became popular among the Amiga community, and in time it was implemented for other platforms. Several Brainf*ck compilers have been made smaller than 200 bytes, and one is only 100 bytes.

    Language design

    The language consists of eight commands, listed below. A Brain***k program is a sequence of these commands, possibly interspersed with other characters (which are ignored). The commands are executed sequentially, with some exceptions: an instruction pointer begins at the first command, and each command it points to is executed, after which it normally moves forward to the next command. The program terminates when the instruction pointer moves past the last command.

    The Brain***k language uses a simple machine model consisting of the program and instruction pointer, as well as an array of at least 30,000 byte cells initialized to zero; a movable data pointer (initialized to point to the leftmost byte of the array); and two streams of bytes for input and output (most often connected to a keyboard and a monitor respectively, and using the ASCII character encoding).

    Privacy policy: https://static.macflash.ru/PRIVACY_POLICY_EN
    Terms of use: https://static.macflash.ru/TERMS_OF_USE_EN
  • 版本: 2.3

    版本更新日期

    2020-06-26

    Brainf*ck IDE

    Brainf*ck IDE

    Development Tool

    更新日志

    Fixed bugs related to purchases

    视频/截图

    Brainf*ck App 截图
    Brainf*ck App 截图
    Brainf*ck App 截图
    Brainf*ck App 截图

    应用描述

    Brain***k IDE is an esoteric programming language created in 1993 by Urban Müller, and is notable for its extreme minimalism.

    The language consists of only eight simple commands and an instruction pointer. While it is fully Turing complete, it is not intended for practical use, but to challenge and amuse programmers. Brain***k simply requires one to break commands into microscopic steps.

    The language's name is a reference to the slang term Brain***k, which refers to things so complicated or unusual that they exceed the limits of one's understanding.

    History

    In 1992, Urban Müller, a Swiss physics student, took over a small online archive for Amiga software. The archive grew more popular, and was soon mirrored around the world. Today, it is the world's largest Amiga archive, known as Aminet.

    Müller designed Brain***k with the goal of implementing it with the smallest possible compiler, inspired by the 1024-byte compiler for the FALSE programming language. Müller's original compiler was implemented in machine language and compiled to a binary with a size of 296 bytes. He uploaded the first Brain***k compiler to Aminet in 1993. The program came with a "Readme" file, which briefly described the language, and challenged the reader "Who can program anything useful with it? :)". Müller also included an interpreter and some quite elaborate examples. A second version of the compiler used only 240 bytes.

    As Aminet grew, the compiler became popular among the Amiga community, and in time it was implemented for other platforms. Several Brainf*ck compilers have been made smaller than 200 bytes, and one is only 100 bytes.

    Language design

    The language consists of eight commands, listed below. A Brain***k program is a sequence of these commands, possibly interspersed with other characters (which are ignored). The commands are executed sequentially, with some exceptions: an instruction pointer begins at the first command, and each command it points to is executed, after which it normally moves forward to the next command. The program terminates when the instruction pointer moves past the last command.

    The Brain***k language uses a simple machine model consisting of the program and instruction pointer, as well as an array of at least 30,000 byte cells initialized to zero; a movable data pointer (initialized to point to the leftmost byte of the array); and two streams of bytes for input and output (most often connected to a keyboard and a monitor respectively, and using the ASCII character encoding).

    Privacy policy: https://static.macflash.ru/PRIVACY_POLICY_EN
    Terms of use: https://static.macflash.ru/TERMS_OF_USE_EN
  • 版本: 2.2.1

    版本更新日期

    2020-06-21

    Brainf*ck IDE

    Brainf*ck IDE

    Development Tool

    更新日志

    In this update, a bug was fixed leading to an unexpected termination of the program if the config file was not accessible for some reason (for example, the lack of Internet).

    视频/截图

    Brainf*ck App 截图
    Brainf*ck App 截图
    Brainf*ck App 截图
    Brainf*ck App 截图

    应用描述

    Brain***k IDE is an esoteric programming language created in 1993 by Urban Müller, and is notable for its extreme minimalism.

    The language consists of only eight simple commands and an instruction pointer. While it is fully Turing complete, it is not intended for practical use, but to challenge and amuse programmers. Brain***k simply requires one to break commands into microscopic steps.

    The language's name is a reference to the slang term Brain***k, which refers to things so complicated or unusual that they exceed the limits of one's understanding.

    History

    In 1992, Urban Müller, a Swiss physics student, took over a small online archive for Amiga software. The archive grew more popular, and was soon mirrored around the world. Today, it is the world's largest Amiga archive, known as Aminet.

    Müller designed Brain***k with the goal of implementing it with the smallest possible compiler, inspired by the 1024-byte compiler for the FALSE programming language. Müller's original compiler was implemented in machine language and compiled to a binary with a size of 296 bytes. He uploaded the first Brain***k compiler to Aminet in 1993. The program came with a "Readme" file, which briefly described the language, and challenged the reader "Who can program anything useful with it? :)". Müller also included an interpreter and some quite elaborate examples. A second version of the compiler used only 240 bytes.

    As Aminet grew, the compiler became popular among the Amiga community, and in time it was implemented for other platforms. Several Brainf*ck compilers have been made smaller than 200 bytes, and one is only 100 bytes.

    Language design

    The language consists of eight commands, listed below. A Brain***k program is a sequence of these commands, possibly interspersed with other characters (which are ignored). The commands are executed sequentially, with some exceptions: an instruction pointer begins at the first command, and each command it points to is executed, after which it normally moves forward to the next command. The program terminates when the instruction pointer moves past the last command.

    The Brain***k language uses a simple machine model consisting of the program and instruction pointer, as well as an array of at least 30,000 byte cells initialized to zero; a movable data pointer (initialized to point to the leftmost byte of the array); and two streams of bytes for input and output (most often connected to a keyboard and a monitor respectively, and using the ASCII character encoding).

    Privacy policy: https://static.macflash.ru/PRIVACY_POLICY_EN
    Terms of use: https://static.macflash.ru/TERMS_OF_USE_EN
  • 版本: 2.2

    版本更新日期

    2020-06-17

    Brainf*ck IDE

    Brainf*ck IDE

    Development Tool

    更新日志

    The class responsible for in-app purchases has been fixed.

    视频/截图

    Brainf*ck App 截图
    Brainf*ck App 截图
    Brainf*ck App 截图
    Brainf*ck App 截图

    应用描述

    Brain***k IDE is an esoteric programming language created in 1993 by Urban Müller, and is notable for its extreme minimalism.

    The language consists of only eight simple commands and an instruction pointer. While it is fully Turing complete, it is not intended for practical use, but to challenge and amuse programmers. Brain***k simply requires one to break commands into microscopic steps.

    The language's name is a reference to the slang term Brain***k, which refers to things so complicated or unusual that they exceed the limits of one's understanding.

    History

    In 1992, Urban Müller, a Swiss physics student, took over a small online archive for Amiga software. The archive grew more popular, and was soon mirrored around the world. Today, it is the world's largest Amiga archive, known as Aminet.

    Müller designed Brain***k with the goal of implementing it with the smallest possible compiler, inspired by the 1024-byte compiler for the FALSE programming language. Müller's original compiler was implemented in machine language and compiled to a binary with a size of 296 bytes. He uploaded the first Brain***k compiler to Aminet in 1993. The program came with a "Readme" file, which briefly described the language, and challenged the reader "Who can program anything useful with it? :)". Müller also included an interpreter and some quite elaborate examples. A second version of the compiler used only 240 bytes.

    As Aminet grew, the compiler became popular among the Amiga community, and in time it was implemented for other platforms. Several Brainf*ck compilers have been made smaller than 200 bytes, and one is only 100 bytes.

    Language design

    The language consists of eight commands, listed below. A Brain***k program is a sequence of these commands, possibly interspersed with other characters (which are ignored). The commands are executed sequentially, with some exceptions: an instruction pointer begins at the first command, and each command it points to is executed, after which it normally moves forward to the next command. The program terminates when the instruction pointer moves past the last command.

    The Brain***k language uses a simple machine model consisting of the program and instruction pointer, as well as an array of at least 30,000 byte cells initialized to zero; a movable data pointer (initialized to point to the leftmost byte of the array); and two streams of bytes for input and output (most often connected to a keyboard and a monitor respectively, and using the ASCII character encoding).

    Privacy policy: https://static.macflash.ru/PRIVACY_POLICY_EN
    Terms of use: https://static.macflash.ru/TERMS_OF_USE_EN
  • 版本: 2.1.1

    版本更新日期

    2020-06-08

    Brainf*ck IDE

    Brainf*ck IDE

    Development Tool

    更新日志

    bugfixes;

    视频/截图

    Brainf*ck App 截图
    Brainf*ck App 截图
    Brainf*ck App 截图
    Brainf*ck App 截图

    应用描述

    Brainf*ck is an esoteric programming language created in 1993 by Urban Müller, and is notable for its extreme minimalism.

    The language consists of only eight simple commands and an instruction pointer. While it is fully Turing complete, it is not intended for practical use, but to challenge and amuse programmers. Brainf*ck simply requires one to break commands into microscopic steps.

    The language's name is a reference to the slang term brainf*ck, which refers to things so complicated or unusual that they exceed the limits of one's understanding.

    History

    In 1992, Urban Müller, a Swiss physics student, took over a small online archive for Amiga software. The archive grew more popular, and was soon mirrored around the world. Today, it is the world's largest Amiga archive, known as Aminet.

    Müller designed Brainf*ck with the goal of implementing it with the smallest possible compiler, inspired by the 1024-byte compiler for the FALSE programming language. Müller's original compiler was implemented in machine language and compiled to a binary with a size of 296 bytes. He uploaded the first Brainf*ck compiler to Aminet in 1993. The program came with a "Readme" file, which briefly described the language, and challenged the reader "Who can program anything useful with it? :)". Müller also included an interpreter and some quite elaborate examples. A second version of the compiler used only 240 bytes.

    As Aminet grew, the compiler became popular among the Amiga community, and in time it was implemented for other platforms. Several brainf*ck compilers have been made smaller than 200 bytes, and one is only 100 bytes.

    Language design

    The language consists of eight commands, listed below. A brainf*ck program is a sequence of these commands, possibly interspersed with other characters (which are ignored). The commands are executed sequentially, with some exceptions: an instruction pointer begins at the first command, and each command it points to is executed, after which it normally moves forward to the next command. The program terminates when the instruction pointer moves past the last command.

    The brainf*ck language uses a simple machine model consisting of the program and instruction pointer, as well as an array of at least 30,000 byte cells initialized to zero; a movable data pointer (initialized to point to the leftmost byte of the array); and two streams of bytes for input and output (most often connected to a keyboard and a monitor respectively, and using the ASCII character encoding).

    Privacy policy: https://static.macflash.ru/PRIVACY_POLICY_EN
    Terms of use: https://static.macflash.ru/TERMS_OF_USE_EN
  • 版本: 2.1

    版本更新日期

    2020-05-30

    Brainf*ck IDE

    Brainf*ck IDE

    Development Tool

    更新日志

    add metrics;

    视频/截图

    Brainf*ck App 截图
    Brainf*ck App 截图
    Brainf*ck App 截图
    Brainf*ck App 截图

    应用描述

    Brainf*ck is an esoteric programming language created in 1993 by Urban Müller, and is notable for its extreme minimalism.

    The language consists of only eight simple commands and an instruction pointer. While it is fully Turing complete, it is not intended for practical use, but to challenge and amuse programmers. Brainf*ck simply requires one to break commands into microscopic steps.

    The language's name is a reference to the slang term brainf*ck, which refers to things so complicated or unusual that they exceed the limits of one's understanding.

    History

    In 1992, Urban Müller, a Swiss physics student, took over a small online archive for Amiga software. The archive grew more popular, and was soon mirrored around the world. Today, it is the world's largest Amiga archive, known as Aminet.

    Müller designed Brainf*ck with the goal of implementing it with the smallest possible compiler, inspired by the 1024-byte compiler for the FALSE programming language. Müller's original compiler was implemented in machine language and compiled to a binary with a size of 296 bytes. He uploaded the first Brainf*ck compiler to Aminet in 1993. The program came with a "Readme" file, which briefly described the language, and challenged the reader "Who can program anything useful with it? :)". Müller also included an interpreter and some quite elaborate examples. A second version of the compiler used only 240 bytes.

    As Aminet grew, the compiler became popular among the Amiga community, and in time it was implemented for other platforms. Several brainf*ck compilers have been made smaller than 200 bytes, and one is only 100 bytes.

    Language design

    The language consists of eight commands, listed below. A brainf*ck program is a sequence of these commands, possibly interspersed with other characters (which are ignored). The commands are executed sequentially, with some exceptions: an instruction pointer begins at the first command, and each command it points to is executed, after which it normally moves forward to the next command. The program terminates when the instruction pointer moves past the last command.

    The brainf*ck language uses a simple machine model consisting of the program and instruction pointer, as well as an array of at least 30,000 byte cells initialized to zero; a movable data pointer (initialized to point to the leftmost byte of the array); and two streams of bytes for input and output (most often connected to a keyboard and a monitor respectively, and using the ASCII character encoding).

    Privacy policy: https://static.macflash.ru/PRIVACY_POLICY_EN
    Terms of use: https://static.macflash.ru/TERMS_OF_USE_EN
  • 版本: 2.0

    版本更新日期

    2020-05-28

    Brainf*ck IDE

    Brainf*ck IDE

    Development Tool

    更新日志

    Big full new version release!

    视频/截图

    Brainf*ck App 截图
    Brainf*ck App 截图
    Brainf*ck App 截图
    Brainf*ck App 截图

    应用描述

    Brainf*ck is an esoteric programming language created in 1993 by Urban Müller, and is notable for its extreme minimalism.

    The language consists of only eight simple commands and an instruction pointer. While it is fully Turing complete, it is not intended for practical use, but to challenge and amuse programmers. Brainf*ck simply requires one to break commands into microscopic steps.

    The language's name is a reference to the slang term brainf*ck, which refers to things so complicated or unusual that they exceed the limits of one's understanding.

    History

    In 1992, Urban Müller, a Swiss physics student, took over a small online archive for Amiga software. The archive grew more popular, and was soon mirrored around the world. Today, it is the world's largest Amiga archive, known as Aminet.

    Müller designed Brainf*ck with the goal of implementing it with the smallest possible compiler, inspired by the 1024-byte compiler for the FALSE programming language. Müller's original compiler was implemented in machine language and compiled to a binary with a size of 296 bytes. He uploaded the first Brainf*ck compiler to Aminet in 1993. The program came with a "Readme" file, which briefly described the language, and challenged the reader "Who can program anything useful with it? :)". Müller also included an interpreter and some quite elaborate examples. A second version of the compiler used only 240 bytes.

    As Aminet grew, the compiler became popular among the Amiga community, and in time it was implemented for other platforms. Several brainf*ck compilers have been made smaller than 200 bytes, and one is only 100 bytes.

    Language design

    The language consists of eight commands, listed below. A brainf*ck program is a sequence of these commands, possibly interspersed with other characters (which are ignored). The commands are executed sequentially, with some exceptions: an instruction pointer begins at the first command, and each command it points to is executed, after which it normally moves forward to the next command. The program terminates when the instruction pointer moves past the last command.

    The brainf*ck language uses a simple machine model consisting of the program and instruction pointer, as well as an array of at least 30,000 byte cells initialized to zero; a movable data pointer (initialized to point to the leftmost byte of the array); and two streams of bytes for input and output (most often connected to a keyboard and a monitor respectively, and using the ASCII character encoding).

    Privacy policy: https://static.macflash.ru/PRIVACY_POLICY_EN
    Terms of use: https://static.macflash.ru/TERMS_OF_USE_EN
  • 版本: 1.2

    版本更新日期

    2014-12-02

    Brainfuck interpreter and simple editor

    Brainfuck interpreter and simple editor

    更新日志

    Hello. It is time to update the editor, specially for you. If you have an idea, write me and I'll add them in the new version of the editor.
    In the meantime, enjoy the new and improved design, comfortable keyboard.

    视频/截图

    Brainf*ck App 截图
    Brainf*ck App 截图
    Brainf*ck App 截图
    Brainf*ck App 截图
    Brainf*ck App 截图

    应用描述

    This simple editor and realtime interpreter for brainfuck laungage.
    Create projects and they will automatically be stored in iCloud.
    Enjoy.