From b8b04165cb6f8ea00789ffda12d4a44132c10fb4 Mon Sep 17 00:00:00 2001 From: cozis Date: Sat, 12 Mar 2022 20:58:03 +0100 Subject: [PATCH] new objectives paragraph in the readme --- README.md | 3 +++ 1 file changed, 3 insertions(+) diff --git a/README.md b/README.md index 066bcdb..44357c8 100644 --- a/README.md +++ b/README.md @@ -3,6 +3,9 @@ ## Introduction This language was written as a personal study of how interpreters and compilers work. For this reason, the language is very basic. One of the main inspirations was CPython. +### Objectives +This project aims to be an interpreter design reference, therefore it optimizes for code quality and readability over execution speed and expressive power. + ## Supported platforms I wrote it on a linux machine, but there should be very few places where a linux host is assumed, so it should be very easy to port.