Linked by Olier Raby on Mon 25th Jun 2007 23:48 UTC
General Development Firefox add-ons, or extensions, are small programs that run inside the browser in order to customize some behaviors. In theory, it is possible to develop and maintain a multilingual, multiversion and multiOS Firefox add-on. In practice, there are many obstacles to overcome in order to create and to maintain a working Firefox add-on in one language for one Firefox version and for one OS.
Permalink for comment 250766
To read all comments associated with this story, please click here.
C is "proceedural"
by tbostick78 on Tue 26th Jun 2007 20:06 UTC
tbostick78
Member since:
2005-12-16

C is a "procedural" programming language rather than a "functional" programming language, emphasizing imperative programming style.
http://en.wikipedia.org/wiki/Functional_programming

Great article though. Thx.