Development tools in Linux

It is possible to install development tools in Linux. Even so it is possible to do scripting inside of Linux itself, programming tools allow for much richer capabilities. It possible to develop Linux native applications that have both command line interface or graphical interface. For applications that have graphical interface a proper graphical interface is needed in order to work.

I will briefly touch on operating system scripting. Even so it is possible to create scripts inside a Linux system, more advanced features are easier done using a programming language.

Opposite is also true. It is a waste of time to code a simple program in an program language if that program will do simple tasks such as being a startup script.

Windows has something similar. It is possible to create a program that has a lot of functionality or it is possible to create a simple script.

Comments

Popular posts from this blog

Absolute and relative path in HTML pages

Errors

goto PHP operator