An open API service indexing awesome lists of open source software.

https://github.com/rahuldshetty/talion

New Interpreted Programming Language
https://github.com/rahuldshetty/talion

go golang interpreter programming-language

Last synced: 9 months ago
JSON representation

New Interpreted Programming Language

Awesome Lists containing this project

README

          


talion logo


go-version
no-languages
commit-activity
stars

# talion

> Dynamically-typed interpreter programming language written in Go. This project is based out of a book called [Writing An Interpreter In Go](https://interpreterbook.com) which is about building your own programming language. I have followed this book for majority of the portion while writing talion language, but with extension to some cool C & JavaScript constucts to make talion a developer friendly language.

## Features

- Easy to Code
- High Level interpreter language
- Dynamically-Typed
- Dynamic memory allocation & Garbage collector using Go's GC system.
- Free & Open Source

## Contributing

If you would like to contribute to the project or report any bugs, feel free to raise this in the Github Issue [tracker](https://github.com/rahuldshetty/talion/issues).