From 0022fdd965c82ba1a634ecc2fb8c2f813dda3a55 Mon Sep 17 00:00:00 2001 From: 0xflotus <0xflotus@gmail.com> Date: Sat, 22 Sep 2018 01:49:39 +0200 Subject: [PATCH] Update readme.markdown --- readme.markdown | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/readme.markdown b/readme.markdown index c0ba09a..aa959c0 100644 --- a/readme.markdown +++ b/readme.markdown @@ -111,7 +111,7 @@ Doing it this way has a few advantages: I wanted JavaScript to be [homoiconic][13] and have modular macros written in the same language. I feel like this is the [adjacent possible][14] in that -direction. [Sweet.js][15] exists for macros, but theyre awkward to write and +direction. [Sweet.js][15] exists for macros, but they're awkward to write and aren't JavaScript. [Various JavaScript lisps][16] exist, but most have featuritis from trying too hard to be Lisp (rather than just being a JS syntax), and none have macros that are just JS functions. @@ -448,7 +448,7 @@ argument (`-t` for short). For example, eslc --transform eslisp-propertify myprogram.esl -uses [eslisp-propertify][40] to convert all atoms containg dots into member +uses [eslisp-propertify][40] to convert all atoms containing dots into member expressions. The flag can be specified multiple times. ## Try it