Beefy Boxes and Bandwidth Generously Provided by pair Networks
Your skill will accomplish
what the force of many cannot
 
PerlMonks  

Re (tilly) 1: When is a script an application

by tilly (Archbishop)
on Nov 08, 2001 at 17:21 UTC ( [id://124056]=note: print w/replies, xml ) Need Help??


in reply to When is a script an application

I forget who said it (perhaps Larry Wall?), but a thought I have always liked is, There is no real difference between scripting and programming, but the ones who call it programming usually do it better.

Seriously, if your approach to programming is to walk through what you need to do in order, and write code fairly linearly to do the task, then what you are doing is scripting. Even if you are doing it in C. Even if some of the steps you are calling are from complex libraries.

On the other hand if you are trying to factor and organize your code from the get-go, then you are probably programming. No matter what language you are writing in.

By my definition I have personally seen scripts written in C, and programs in DOS bat files. In my books it isn't what language you are using, or what task you have accomplished. Rather it is how you went about doing it.

  • Comment on Re (tilly) 1: When is a script an application

Log In?
Username:
Password:

What's my password?
Create A New User
Domain Nodelet?
Node Status?
node history
Node Type: note [id://124056]
help
Chatterbox?
and the web crawler heard nothing...

How do I use this?Last hourOther CB clients
Other Users?
Others chanting in the Monastery: (3)
As of 2024-04-26 06:42 GMT
Sections?
Information?
Find Nodes?
Leftovers?
    Voting Booth?

    No recent polls found