# littlelisp **Repository Path**: ericzyh/littlelisp ## Basic Information - **Project Name**: littlelisp - **Description**: A small Lisp interpreter in JavaScript - **Primary Language**: JavaScript - **License**: Not specified - **Default Branch**: master - **Homepage**: None - **GVP Project**: No ## Statistics - **Stars**: 0 - **Forks**: 0 - **Created**: 2020-10-09 - **Last Updated**: 2020-12-19 ## Categories & Tags **Categories**: Uncategorized **Tags**: None ## README # Little Lisp A mini Lisp compiler in JavaScript. Supports lists (obvs), function invocation, lambdas, lets, if statements, numbers, strings and the library functions `first`, `rest` and `print`. * By Mary Rose Cook * http://maryrosecook.com * maryrosecook@maryrosecook.com Thank you to Martin Tornwall for the implementations of let and if. ## Repl $ node repl.js