Execute Brain****: Difference between revisions

(Add Seed7 example)
Line 1,193:
 
=={{header|Racket}}==
[http://hashcollision.org/brainfudge/ hereBrainfudge] is an implementation thatof explainsBrain**** a bit aboutin Racket, and how you can integrate a new language to DrRacket IDE and the Racket environment.
Read the tutorial to see you can integrate a new language into the Racket system. The tutorial
also shows how to get IDE support from DrRacket.
 
As an appetizer this runs in Racket as is:
This would be the best option, although an interpreter is completely possible.
 
<lang racket>
#lang planet dyoo/bf
++++++[>++++++++++++<-]>.
>++++++++++[>++++++++++<-]>+.
+++++++..+++.>++++[>+++++++++++<-]>.
<+++[>----<-]>.<<<<<+++[>+++++<-]>.
>>.+++.------.--------.>>+.
</lang>
 
=={{header|Retro}}==
Anonymous user