Ramine
unread,Nov 26, 2016, 9:55:42 PM11/26/16You do not have permission to delete messages in this group
Either email addresses are anonymous for this group or you need the view member email addresses permission to view the original message
to
Hello....
What is programming ?
I think the very important goal of programming is to make
us scale.
Take for example mathematical logic, you will learn for example
in mathematical logic that:
p -> q
is equivalent to:
not(q) -> not(p)
because it is infered mathematically from:
p -> q
is equivalent to:
not(p) or q
So what is exactly we are doing with this mathematical logic?
It permits us to scale, that means it permit us to make
our reasonning more complex by formalizing it with
mathematical logic.
Programming is the same:
We are always learning in programming how to scale to a much
bigger and complex problem.. and by doing it, we are structuring
,like in mathematical logic, our thinking and reasonning, also by using
technics of programming like how to calculate the time complexity
and space complexity..
Thank you,
Amine Moulay Ramdane.