LSPt
LSPt, also known as Lisp portable, is a dialect of the Lisp programming language. It was designed with the goal of portability and simplicity, aiming to be easy to implement on various platforms and to understand for new programmers. LSPt emphasizes a minimal core set of features, allowing for a smaller and more manageable implementation.
The language draws inspiration from other Lisp dialects, incorporating features such as symbolic expressions (S-expressions) for
LSPt implementations typically focus on providing a core interpreter and a standard library with essential functions