Turtle was my side project during community college and undergrad. It is copyrighted by me. My goal was to make a very simple language.
- As of 2024.
- Variables -> Completed
- Conditional statements -> Completed
- loops -> Completed
- Functions -> Completed
- Data Structures -> Completed
- Imports -> Completed but not optimized
- Documentation -> Not Completed
- File management -> Working
- Writing
- reading
- appending
- directory tool
- Standard Library -> Not Completed
- HTTPS
- STRING Functions
- TIME
- Optimization of Code -> Not Completed
Currently I am rewriting the Turtle interpreter in GO (Golang) Once I am able to publish a stable release I will make available for use and consumption. I'm working currently to add all the basics of a language before writing a standard library. Later this year I will add offical Documentation in order to explain how everything works.