I had created a new Graphics Programming Language "Tortoys" 🐢

Rudransh Bhardwaj - Feb 23 - - Dev Community

Github : https://github.com/rudransh61/Tortoys

Yes ,u heard that right , I had created a new programming language and i have a very solid reason also.
So , if you are a beginner or just started programming you may wonder
what the heck how this graphics is alchualy workin ? how is dat 'pro'grammed???

and after some time you find out that its 'Turtle'
and you try it on python

but for creating just a small app you have to write tons of diff objects or watever ... like turtle.screen.title("wth how big is this?")

so i had created a seperate programming language in python (whichis itself written in another proglang C)
so its called
Tortoys
syntax is insanely simple

TITLE "Thats what i need"
MOVE 10
SPEED 1
$ this is a comment
Enter fullscreen mode Exit fullscreen mode

you can tell some ideas to add to it , so try this and make something beautiful with it or very basic (as loops are not implemented yet)
Github : https://github.com/rudransh61/Tortoys

. . . . . . . . . . . . . . . . . . . . . . .