Yes and no. Computer programming is an example of emergent phenomena, you combine lots of simple functions together in order to produce a complicated function. The complex program ’emerges’ from simple inputs.
Learning the basics of computer programming is actually very easy (there are lots of guides online – here is one for visual basic http://visualbasic.about.com/od/standalonevb6/l/bllearnvba.htm ) but producing complex programs takes time and practice.
Comments