Google Groups no longer supports new Usenet posts or subscriptions. Historical content remains viewable.
Dismiss

What is programming ?

8 views
Skip to first unread message

Ramine

unread,
Nov 26, 2016, 9:55:42 PM11/26/16
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.



0 new messages