From 107d969497d482b07c33c4f28123727fa0a0b263 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Inge=20J=C3=B8rgensen?= Date: Sat, 28 Feb 2015 00:36:27 +0100 Subject: Ruby: Updated for Ruby 1.9+ --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'README.md') diff --git a/README.md b/README.md index 612743c..9dac314 100644 --- a/README.md +++ b/README.md @@ -286,7 +286,7 @@ cd racket ./stepX_YYY.rb ``` -### Ruby (1.8) +### Ruby (1.9+) ``` cd ruby -- cgit v1.2.3 From 27696157525984853f7d980b674c05c7ebf857ff Mon Sep 17 00:00:00 2001 From: joelpickup Date: Sat, 28 Feb 2015 13:48:13 +0000 Subject: grammar fix --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'README.md') diff --git a/README.md b/README.md index 612743c..9efef1f 100644 --- a/README.md +++ b/README.md @@ -2,7 +2,7 @@ ## Description -Mal is an Clojure inspired Lisp interpreter. +Mal is a Clojure inspired Lisp interpreter. Mal is implemented in 26 different languages: -- cgit v1.2.3 From 90f618cbe7ac7740accf501a75be6972bd95be1a Mon Sep 17 00:00:00 2001 From: Joel Martin Date: Sat, 28 Feb 2015 11:09:54 -0600 Subject: All: rename stepA_interop to stepA_mal Also, add missed postscript interop tests. --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'README.md') diff --git a/README.md b/README.md index 612743c..94fdc2b 100644 --- a/README.md +++ b/README.md @@ -51,7 +51,7 @@ The mal (make a lisp) steps are: * [step7_quote](process/guide.md#step7) * [step8_macros](process/guide.md#step8) * [step9_try](process/guide.md#step9) -* [stepA_interop](process/guide.md#stepA) +* [stepA_mal](process/guide.md#stepA) Mal was presented publicly for the first time in a lightning talk at -- cgit v1.2.3