Category:Extended BrainF***: Difference between revisions

From Rosetta Code
Content added Content deleted
m (typo)
(Add language block)
 
Line 1: Line 1:
{{language|Extended BrainF***}}
'''Extended BrainF***''' is an extension of [[BrainF***]],
'''Extended BrainF***''' is an extension of [[BrainF***]],
that aims to make it easier to use.
that aims to make it easier to use.

Latest revision as of 23:40, 29 March 2019

Language
Extended BrainF***
This programming language may be used to instruct a computer to perform a task.
See Also:


Listed below are all of the tasks on Rosetta Code which have been solved using Extended BrainF***.

Extended BrainF*** is an extension of BrainF***, that aims to make it easier to use.

There are several more opcodes, e.g.:

  • @ : Ends the program, can be used as a separator between code and data.


With data already in place, most BF-programs get much shorter,
e.g. a "Hello World"-program in standard BF needs to do a lot of work
to setup the ASCII-codes of the text: <lang bf>++++++++++[>+>+++>++++>+++++++>++++++++>+++++++++>++ ++++++++>+++++++++++>++++++++++++<<<<<<<<<-]>>>>+.>>> >+..<.<++++++++.>>>+.<<+.<<<<++++.<++.>>>+++++++.>>>.+++. <+++++++.--------.<<<<<+.<+++.---.</lang>

Extended BF just needs a short loop for output: <lang bf>[.>]@Hello World!</lang>


See

Pages in category "Extended BrainF***"

The following 2 pages are in this category, out of 2 total.