Arturo is an interpreted programming language written in [[Nim]].
- [Website](https://arturo-lang.io/)
- [Github](https://github.com/arturo-lang/arturo)
# Notability
Interesting because its influences include other languages that I also find influential. It is also deeply weird while being relatively simple.
> Logo, Rebol, Forth, Ruby, Haskell, D, Smalltalk, Tcl, and Lisp.
# Philosophy
> Want to ship your scripts anywhere? For any operating system? Without weird dependencies and without asking the user to install an endless list of modules/gems/packages? That's exactly what Arturo was designed for.
> Don't remember which library to import to get this super-fancy functionality you need? Cannot even get it to install? No worries! Arturo comes with pretty much anything you'll most likely need to get started - included. Yep.
# OS Support
- [[Linux]]
- [[MacOS]]
- [[Windows]]
# References
## Arrow Syntax
- https://arturo-lang.io/documentation/language/#right-arrow-operator