On Tue, Nov 17, 2009 at 3:39 PM, AJ ONeal <[email protected]> wrote: > Google released their own programming language which somewhat of a mix > between python and c, including basic data structures. > Has anyone here created anything in it yet? Any opinions? > When I saw this I was quite interested, but it seems to still have too much > syntactical bleh IMHO. > I'd be more interested in a wrapper / preprocessor for c that used ruby > syntax, but which could otherwise be converted to straight c / c++.
I have seen and and read some of the documentation. Either this weekend or next(as soon as I get some time) I wanted to try and write some small little test programs in it. The thing that makes we wonder is naming it a systems language when it is garbage collected. When I think of a systems language I think of drivers and kernels or something fairly tightly coupled in with them, and in my mind having a garbage collector messing around in drivers seems sketchy. Maybe that is just me misinterpreting that term. Anyway I still think it looks cool and I want to play with it. -------------------- BYU Unix Users Group http://uug.byu.edu/ The opinions expressed in this message are the responsibility of their author. They are not endorsed by BYU, the BYU CS Department or BYU-UUG. ___________________________________________________________________ List Info (unsubscribe here): http://uug.byu.edu/mailman/listinfo/uug-list
