Skip to content

Commit bcce072

Browse files
authored
reword
1 parent fd26b8e commit bcce072

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

posts/lisp-to-javascript-compiler.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@ tags: ["rust"]
55
description: "Transpiling Lisp to JavaScript using Rust."
66
---
77

8-
I wrote a compiler that takes Lisp code and turns it into JavaScript. The compiler is a [~280 line Rust program](https://github.com/healeycodes/lisp-to-js) that I wrote over a few nights. When I started this project, I thought I understood how basic Lisp worked (I didn't) but I do now.
8+
I wrote a compiler that takes Lisp code and turns it into JavaScript. The compiler is a [~280 line Rust program](https://github.com/healeycodes/lisp-to-js) that I wrote over a few nights. When I started this project, I thought I understood how Lisp worked (I didn't) but I do now.
99

1010
The first step of this project involved choosing a Lisp to implement. There are many Lisps. I'm a big fan of Mary Rose Cook's [Little Lisp](https://maryrosecook.com/blog/post/little-lisp-interpreter) blog post so I decided to implement Little Lisp, plus or minus a few forms.
1111

0 commit comments

Comments
 (0)