Execute Brain****: Difference between revisions

From Rosetta Code
Content added Content deleted
(Undo revision 70391 by IanOsgood (Talk) Revert pending fix to ImplSearchBot)
m (markup fix)
Line 48: Line 48:
See [[RCBF/Java]].
See [[RCBF/Java]].


=={{header|JavaScript}}++
=={{header|JavaScript}}==


See [[RCBF/JavaScript]].
See [[RCBF/JavaScript]].

Revision as of 16:26, 19 December 2009

Task
Execute Brain****
You are encouraged to solve this task according to the task description, using any language you may know.
Execute Brain**** is an implementation of Brainf***. Other implementations of Brainf***.

RCBF is a set of Brainf*** compilers and interpreters written for Rosetta Code in a variety of languages. Below are links to each of the versions of RCBF.

An implementation need only properly implement the '[', ']', '+', '-', '<', '>', ',', and '.' instructions. Any cell size is allowed, EOF support is optional, as is whether you have bounded or unbounded memory.

ALGOL 68

See RCBF/ALGOL 68.

Ada

See RCBF/Ada.

BASIC

See RCBF/BASIC/QuickBasic.

C++

See RCBF/C++.

Common Lisp

See RCBF/Common Lisp.

D

See RCBF/D.

E

See RCBF/E.

Erlang

See RCBF/Erlang.

Forth

See RCBF/Forth.

Haskell

See RCBF/Haskell.

Java

See RCBF/Java.

JavaScript

See RCBF/JavaScript.

Modula-3

See RCBF/Modula-3.

OCaml

See RCBF/OCaml.

Perl

See RCBF/Perl.

Python

See RCBF/Python.

Ruby

See RCBF/Ruby.

Standard ML

See RCBF/Standard ML.

TI-83 BASIC

See RCBF/TI-83 BASIC.

TI-89 BASIC

See RCBF/TI-89 BASIC.

Tcl

See RCBF/Tcl.