rabidpoobear
Active Member
Have you guys heard of Google's new programming language? Robert Pike and Ken Thompson are core developers. It's got a lot of support for multicore / concurrency business that wouldn't help on Pandora, but it also seems like a fast-running, fast compilin' (as in, you could probably realistically compile directly on Pandora) pseudo-C language that has what appears to be an innovative type system, among other things.
Anyway, it can be found at http://golang.org/ . Some relevant topics of discussion - it was mentioned in the Google Tech Talk by Rob Pike that Go has an ARM implementation that is nearing completion. It appears it is still not feature complete according to the go docs. You think they actually will catch it up with the main branch soon?
Rob said they expect to have the FFI done by the end of 2009 so that we will be able to get C support, which leads me to believe that a wrapper around SDL could be made similar to Pygame-Ctypes for Python (where ctypes is Python's foreign function interface). He also said SWIG should be out sometime early next year (I think?) which would open up C++ libraries as well.
Currently the standard library is fairly weak, and there's no Windows port, but then again it was just announced a few days ago. Do any of y'all have opinions on it? Think it will tank, or thrive? Anything with a Google brand on it has a good boost regarding possible successes, but they have also had some unsuccessful ventures in the past as well, and even if Go doesn't catch on it will likely still be useful for Google.
Anyway, it can be found at http://golang.org/ . Some relevant topics of discussion - it was mentioned in the Google Tech Talk by Rob Pike that Go has an ARM implementation that is nearing completion. It appears it is still not feature complete according to the go docs. You think they actually will catch it up with the main branch soon?
Rob said they expect to have the FFI done by the end of 2009 so that we will be able to get C support, which leads me to believe that a wrapper around SDL could be made similar to Pygame-Ctypes for Python (where ctypes is Python's foreign function interface). He also said SWIG should be out sometime early next year (I think?) which would open up C++ libraries as well.
Currently the standard library is fairly weak, and there's no Windows port, but then again it was just announced a few days ago. Do any of y'all have opinions on it? Think it will tank, or thrive? Anything with a Google brand on it has a good boost regarding possible successes, but they have also had some unsuccessful ventures in the past as well, and even if Go doesn't catch on it will likely still be useful for Google.