We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 2489377 commit 192470dCopy full SHA for 192470d
data/projects.ts
@@ -3,7 +3,7 @@ export default [
3
name: "lisp-to-js",
4
link: "https://github.com/healeycodes/lisp-to-js",
5
desc:
6
- "An optimizing compiler for a Lisp variant. Compiles and executes byte code in a VM. Can also output JavaScript.",
+ "An optimizing compiler for a Lisp variant. Compiles and executes bytecode in a VM. Can also output JavaScript.",
7
to: "/compiling-lisp-to-bytecode-and-running-it",
8
},
9
{
0 commit comments