I am creating a mod of Snap! I want to have a way to store projects made with my program, and may modify it.
How do I fork your server?
Also I hope it's written in Java ![]()
I hate markdown for needing <i>!</i> instead of *!*
I am creating a mod of Snap! I want to have a way to store projects made with my program, and may modify it.
How do I fork your server?
Also I hope it's written in Java ![]()
I hate markdown for needing <i>!</i> instead of *!*
It's on Github as GitHub - snap-cloud/snapCloud: Official cloud backend and community site for the Snap! programming language
Fortunately it's written in Lua!
I know this is a really old topic, but why did you choose Lua/Lapis for the server?
pretty unfortunate
First of all, unfortunate would have been to write it in Java.
With that out of the way, I chose Lua and Lapis because of several reasons:
Now I know why lua is so easy!
First,it has end syntax like scratchblocks,most bultin functions like python,not-so-clunky control structures like C++,extendable(userdata)like python,bultin threads(no library like Threading or _thread),good scope control and lambda(unlike python's global keyword and bad
)……