OK, I did a little research, and it seems that Scratch is written in Squeak Smalltalk which uses a virtual machine architecture. Great for cross-platform portability perhaps, but not so great for performance. So I think that Scratch performance is seriously compromised by its implementation, and hig...