Announcement

Collapse
No announcement yet.

Please suggest

Collapse
This topic is closed.
X
X
 
  • Filter
  • Time
  • Show
Clear All
new posts

    Please suggest

    What is the difference between coding, scripting,programming and compiling? ?

    _______________

    Polo Shirt Printing
    T shirt Embroidery

    #2
    Re: Please suggest

    Well, you'd be scripting if you use any OOP language like perl, python, ruby, etc. to create an app.
    You'd be programming or coding if you use any language like C, C++, C#, but later you'll need to compile the header files, the sources and some other things with some help of a compiler like the gcc to create an executable or binary from the files you coded some time ago.

    In any OOP language changes can be made much faster I think, since you don't usually need to compile anything to run it for testing purposes. On the other hand, languages like C, C++ would force you to compile it and then run the app if possible (if the compilation process didn't fail before).
    Multibooting: Kubuntu Noble 24.04
    Before: Jammy 22.04, Focal 20.04, Precise 12.04 Xenial 16.04 and Bionic 18.04
    Win XP, 7 & 10 sadly
    Using Linux since June, 2008

    Comment

    Working...
    X