Talos aims to provide a fast, flexible, and robust language/toolkit for modern programming development.
Powered with builtin type-safety, a feature-rich standard library, and a highly fault-tolerant concurrent runtime.
Debug.println("Hello, 🦄!");Talos comes with batteries-included, so all the essential tools you need to build, test and deploy applications are included out of the box.
Whether it be simple scripts, tasks or entire projects, Talos can execute it all.
A builtin linter to help maintain code consistency and avoid bugs.
Formatting support that prettifies Talos files.
Talos provides a test-runner and assertion libraries to ensure code accuracy during development.
Seamlessly create standalone native executables from your Talos program.