Skip to content

Commit

Permalink
reword
Browse files Browse the repository at this point in the history
  • Loading branch information
healeycodes authored May 26, 2024
1 parent fd26b8e commit bcce072
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion posts/lisp-to-javascript-compiler.md
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@ tags: ["rust"]
description: "Transpiling Lisp to JavaScript using Rust."
---

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.
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.

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.

Expand Down

0 comments on commit bcce072

Please sign in to comment.