langur

Langur is an open-source programming language that natively uses decimal floating point, and deals with extremely large and small numbers. Its principles of design are accuracy in calculation and a concise, expressive syntax.

The following is a partial list of features.

Influences include at least the following languages.

Perl, Go, Python, C#, C and Monkey

books

I initially developed langur following very useful books by Thorsten Ball (Writing an Interpreter in Go, Writing a Compiler in Go), but it has changed dramatically since.

I wrote a small book that does not compare to Mr. Ball's books mentioned above. It explains the design of some of langur's advanced features, in its stack-based virtual machine. See a free preview chapter at opcodebook.com.