Skip to content
bvssvni edited this page Jul 15, 2012 · 16 revisions
     //////  //////    /////   //   //  /////   ///////
   //        //  //  //   //  //   //  //   // //
  //  ///  /////    //   //  //   //  //////   //////
 //   //  //  //   //   //  //   //  //            //  
//////   //   //   /////    /////   //       //////  

C library for group-oriented programming, created by Sven Nilsen.

I am making this library because group-oriented programming has built-in many advantages that object-oriented programming never will get, such as:

  • Highly reusable code because
  1. you can copy code without adding data structures
  2. the central algorithm operates on standard C data types.

Click Pages to view examples and articles.

Clone this wiki locally