Lartu / Polaris-Twist

2024 revision of Polaris, a stack-based, pure and minimal programming language with strings as its only data type πŸ‹

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool



Polaris Twist πŸ‹ is a refreshing stack-based, concatenative, interpreted programming language with strings as its only data type. It's a revision of the original Polaris, much faster and with Foreign Function Interface support. It has been designed to be small in size and minimal in language features. It has been written in C++98, so it can probably be compiled with any C++ compiler out there.

/* This is a little Polaris Twist quine */

("(" @f ") >f f%" fprint) >f f%

Building Polaris Twist

To build Polaris Twist, clone this repository and run make. You can install it using make install. You can uninstall it with make uninstall.

Documentation

I owe you the documentation. Sorry! Soon!

License

The Polaris Twist interpreter is distributed under the Apache 2.0 License. Copyright (c) 2020-2024, Lartu (www.lartu.net).

About

2024 revision of Polaris, a stack-based, pure and minimal programming language with strings as its only data type πŸ‹


Languages

Language:C++ 91.0%Language:C 7.9%Language:Makefile 1.1%