Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Update readme.markdown #54

Open
wants to merge 1 commit into
base: master
Choose a base branch
from
Open
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
4 changes: 2 additions & 2 deletions readme.markdown
Original file line number Diff line number Diff line change
Expand Up @@ -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.
Expand Down Expand Up @@ -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
Expand Down