Wednesday, July 9, 2014

SuperCollider Programming Language


SuperCollider is an environment and programming language originally released in 1996 by James McCartney for real-timeaudio synthesis and algorithmic composition. Since then it has been evolving into a system used and further developed by both scientists and artists working with sound. It is an efficient and expressive dynamic programming language providing a framework for acoustic research, algorithmic music, and interactive programming.Continue Reading....
From Wikipedia, the free encyclopedia



Go (programming language)


Go, also called golang, is a programming language initially developed at Google in 2007 by Robert Griesemer, Rob Pike, and Ken Thompson. It is a statically-typed language with syntax loosely derived from that of C, adding garbage collection, type safety, some dynamic-typing capabilities, additional built-in types such as variable-length arrays and key-value maps, and a large standard library.

The language was announced in November 2009 and is now used in some of Google's production systems. Go's "gc" compiler targets the Linux, Mac OS X, FreeBSD, OpenBSD, Plan 9, and Microsoft Windows operating systems and the i386, amd64, and ARM processor architectures.A second compiler, gccgo, is a GCC frontend.Continue Reading....
From Wikipedia, the free encyclopedia

The Go Programming Language Phrasebook By David Chisnall
Programming in Go: Creating Applications for the 21st Century By Mark Summerfield