Terebinth

Current Version: unreleased

Terebinth is a new interpreted programming language whose interpreter is written in C++. Most of the original code for the Terebinth interpreter was derived from a GitHub project called Pinecone. That project has since been archived, and as such, it is no longer maintained. Recent efforts have been made to update the interpreter to C++20, but GCC’s lack of complete support for modules has slowed that effort.

No official releases have been made of Terebinth up to this point. The source code is available on GitHub. Once GCC completes its integration of the C++20 standard, Terebinth will receive more updates. All statuses regarding that effort will be posted on the blog, and any changelogs will be posted on GitHub and below.

Leave a comment