ACCU Home page ACCU Conference Page
Search Contact us ACCU at Flickr ACCU at GitHib ACCU at Facebook ACCU at Linked-in ACCU at Twitter Skip Navigation

Programming Topics

Browse in : > Topics > Programming

The Eternal Battle Against Redundancies, Part I
Description : The drive to remove redundancies is widely seen as a good thing. Christoph Knabe sees how it has influenced programming languages. by Christoph Knabe

RAII is not Garbage
Description : Many think that Garbage Collection frees the programmer from cleanup tasks. Paul Grenyer compares and contrasts it with a classic C++ idiom. by Paul Grenyer

Why Polynomial Approximation Won't Cure Your Calculus Blues
Description : We’re still trying to find a good way to approach numerical computing. Richard Harris tries to get as close as possible. by Richard Harris

Concurrent Programming with Go
Description : Concurrency is becoming ever more important. Mark Summerfield looks at the approach of the new language Go. by Mark Summerfield