Making a Mini-Lisp: Introduction to Transpilers

Making a Mini-Lisp: Introduction to Transpilers

This article is an introduction to Transpilers which is the process of translating one programming language into another. This process may be called compiling, transpiling, or interpreting depending on the nature of the input and output languages. Usually compiling is...