From 6a3725826d1c25d1218373acc7b910e7d29a1ee0 Mon Sep 17 00:00:00 2001 From: Jordan Orelli Date: Wed, 24 Jun 2020 11:51:23 -0500 Subject: [PATCH] fix readme markdown some escaping bullshit --- README.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/README.md b/README.md index e7b3bd7..df8bf0c 100644 --- a/README.md +++ b/README.md @@ -1,11 +1,11 @@ # skeam Skeam is a primitive -[Lisp](http://en.wikipedia.org/wiki/Lisp_(programming_language\)) interpreter. +[Lisp](http://en.wikipedia.org/wiki/Lisp_(programming_language)) interpreter. I wrote this out of a curiosity to learn about the basics of writing interpreters; it's not something that I'd recommend using, but it may be helpful to look at if you're interested in writing your own. The name comes -from [Scheme](http://en.wikipedia.org/wiki/Scheme_(programming_language\)) and +from [Scheme](http://en.wikipedia.org/wiki/Scheme_(programming_language)) and [Skream](http://en.wikipedia.org/wiki/Skream). Skeam does not implement [tail-call](http://en.wikipedia.org/wiki/Tail_call)