Category:Extended BrainF***

From Rosetta Code
Revision as of 13:50, 21 November 2014 by rosettacode>Hajo (Created page with "'''Extended BrainF***''' is an extension of BrainF***, that aims to make it easier to use. E.g.: * <tt>@</tt> : Ends the program, can be used as a separator between code ...")
(diff) ← Older revision | Latest revision (diff) | Newer revision → (diff)

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

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. standard BF need a lot of work to setup the ASCII-codes: <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.