From 479c3e21b1d88ed5b63311f59f296ccce87bae2d Mon Sep 17 00:00:00 2001 From: Matthew Butterick Date: Thu, 7 Apr 2016 12:46:55 -0700 Subject: [PATCH] hello worlds --- br-bf/hello-world-s-exp.rkt | 21 +++++++++++++++++++++ br-bf/hello-world.rkt | 6 ++++++ 2 files changed, 27 insertions(+) create mode 100644 br-bf/hello-world-s-exp.rkt create mode 100644 br-bf/hello-world.rkt diff --git a/br-bf/hello-world-s-exp.rkt b/br-bf/hello-world-s-exp.rkt new file mode 100644 index 0000000..252d3a5 --- /dev/null +++ b/br-bf/hello-world-s-exp.rkt @@ -0,0 +1,21 @@ +#lang s-exp br-bf + +(plus)(plus)(plus)(plus)(plus) (plus)(plus)(plus)(plus)(plus) +(brackets + (greater-than) (plus)(plus)(plus)(plus)(plus) (plus)(plus) + (greater-than) (plus)(plus)(plus)(plus)(plus) (plus)(plus) + (plus)(plus)(plus) (greater-than) (plus)(plus)(plus) + (greater-than) (plus) (less-than)(less-than)(less-than) + (less-than) (minus)) +(greater-than) (plus)(plus) (period) +(greater-than) (plus) (period) +(plus)(plus)(plus)(plus)(plus) (plus)(plus) (period) +(period) (plus)(plus)(plus) (period) +(greater-than) (plus)(plus) (period) +(less-than)(less-than) (plus)(plus)(plus)(plus)(plus) +(plus)(plus)(plus)(plus)(plus) (plus)(plus)(plus)(plus)(plus) +(period) (greater-than) (period) +(plus)(plus)(plus) (period) +(minus)(minus)(minus)(minus)(minus)(minus)(period) +(minus)(minus)(minus)(minus)(minus)(minus)(minus)(minus) +(period)(greater-than) (plus) (period) (greater-than) (period) diff --git a/br-bf/hello-world.rkt b/br-bf/hello-world.rkt new file mode 100644 index 0000000..b40875c --- /dev/null +++ b/br-bf/hello-world.rkt @@ -0,0 +1,6 @@ +#lang br-bf +++++++[>++++++++++++<-]>. +>++++++++++[>++++++++++<-]>+. ++++++++..+++.>++++[>+++++++++++<-]>. +<+++[>----<-]>.<<<<<+++[>+++++<-]>. +>>.+++.------.--------.>>+. \ No newline at end of file