I... translated the strutils module. Of course there were a lot of problems with indentation, but I fixed them all in ~10 minutes! :)
Also I removed a couple of tests (the ones with test indent), but it WORKS!!!!!!!!! https://gist.github.com/Yardanico/9a2677bd8d7c5e0e869cbe451dd175cc
Since I suspect it'll come up: You can compare it to Java
public class HelloWorld{
public static void main(String []args){
\u0053\u0079\u0073\u0074\u0065\u006D\u002E\u006F\u0075\u0074\u002E\u0070\u0072\u0069\u006E\u0074\u006C\u006E("Hello World");
}
}