I started working the on Go implementation this week.
So far it's going very well. Go is a terrific language that is very well designed. It has all the robustness of a typed and compiled language, and also a lot of the stuff I like about Perl (closures, lists, a GC, ...)
I'm about half done, I currently coding up the instructions.
When I'm done, I'm hoping I can run the CPU in a Cloud Function and invoke it remotely, sending instructions over the Internet and getting the result back!
No comments:
Post a Comment