Not a game or anything, but I thought of a good way for people who know both GM and higher level language to post tutorials. You compare the syntax and how to execute certain things of the higher one to GM's.
Like
GM:
x = 5
But on Java its
int x = 0;
I think it would help the rest us very well.