Thursday, 13 September 2012

More progress on code academy is going well.  I'm just learning about functions - how to declare them and call them - a very useful concept and also available in basically all other programming languages.  I've also been told about interrupts which I think are so cool.  Interrupts are basically a subroutine (function) that is automatically called based on some form of input or a clock (timer).
From http://tldp.org/LDP/tlk/dd/interrupts.html

No comments:

Post a Comment