From cf568db09fdabeddae6f5c04da4f605595b7c701 Mon Sep 17 00:00:00 2001 From: brifuture Date: Fri, 12 Oct 2018 19:50:41 +0800 Subject: [PATCH] Pick an article --- ...1014 Compiling Lisp to JavaScript From Scratch in 350 LOC.md | 2 ++ 1 file changed, 2 insertions(+) diff --git a/sources/tech/20161014 Compiling Lisp to JavaScript From Scratch in 350 LOC.md b/sources/tech/20161014 Compiling Lisp to JavaScript From Scratch in 350 LOC.md index 7c315546fa..41d66c744e 100644 --- a/sources/tech/20161014 Compiling Lisp to JavaScript From Scratch in 350 LOC.md +++ b/sources/tech/20161014 Compiling Lisp to JavaScript From Scratch in 350 LOC.md @@ -1,3 +1,5 @@ +BriFuture is translating this article + # Compiling Lisp to JavaScript From Scratch in 350 In this article we will look at a from-scratch implementation of a compiler from a simple LISP-like calculator language to JavaScript. The complete source code can be foundĀ [here][7].