
Whether they are teaching the languages themselves or are using the languages to teach CS concepts, many secondary and post-secondary schools teach everything from Java to C to Python to Perl to Ruby. Does Go add anything to the mix that our students can use if they don’t plan to develop apps for the Google App Store?
As it turns out, it does. According to The Register, although still very much experimental, the language provides a lot of flexibility, as well as speed in the areas of development.
“Want to write a server with thousands of communicating threads? Want to spend less time reading blogs while waiting for builds? Feel like whipping up a prototype of your latest idea? Go is the way to go!”
The language is also optimized for multicore processors, with many features automatically taking advantage of multithreading.
And thus, it becomes a great classroom tool for teaching programming concepts. Not only can programs be developed intuitively, easily, and quickly, but they can be used to address a real deficiency in many computer science programs (especially at the introductory level). Because of the explosion in tasks that can benefit from multiprocessing, an easy to use and learn language is a real advantage and a great starting point in education.
There are some big names behind the development, as well, adding a bit more credibility than even Google can offer if we actually want to teach using this language. According to eWeek,
The project’s developers include Unix founding father Ken Thompson and fellow Bell Labs Unix developer Rob Pike with Robert Griesemer, known for his work on the Java HotSpot compiler.
The language is still experimental; talk back if you have ideas for how to run a class using Go.
0 Comments:
Post a Comment