GCC mailing list readers;
I am seeking persons interested in reviewing a proposed programming
paradigm called Relational Association Programming (RAP).
This paradigm complements the procedural programming paradigm with
modular emphasis.
The C programming language natively supports RAP which is dem
GCC mailing list readers;
I am seeking persons interested in reviewing a proposed programming
paradigm called Relational Association Programming (RAP).
This paradigm complements the procedural programming paradigm with
modular emphasis.
The C programming language natively supports RAP which is dem
Online reading
http://rapp.sourceforge.net/RAP.PDF
http://rapp.sourceforge.net/RAP-C.PDF
C example with source
http://sourceforge.net/projects/rapp/files/RAP-C/RAP-C.ZIP/download
Happy coding,
Aaron
Hello,
I was wondering if someone could answer a question regarding the
feasibility (this is not a request for changes to GCC) of constant
function pointer inlining. This obviously would require a compiler to
do an N-depth analysis of pointer assignments to confirm that the
value could not change
Hello,
I was wondering if someone could answer a question regarding the
feasibility (this is not a request for changes to GCC) of constant
function pointer inlining through a structure. This obviously would
require a compiler to do an N-depth analysis of pointer assignments
to confirm that the va