User-written software

This is an old revision of this page, as edited by 204.134.9.1 (talk) at 18:08, 12 August 2004. The present address (URL) is a permanent link to this revision, which may differ significantly from the current revision.

User software is computer software that is tailored for a specific user or users, rather than the general public.

Examples

Some examples of user software are:

  • Customized programs: People write spreadsheet templates, word processor macros, and custom scripts to tailor general purpose applications to meet their specific needs.
  • Small programs: Businessmen, engineers, and scientists write simulations to demonstrate or test specific theories. Graphic artists write animation scripts to produce the intended animation.
  • Configuration files: configuration files blur the lines between programs and data, but many configuration files can be interpreted as programs. For example, email filters are sequenced lists of criteria and actions to take.

Generally, the user-written software genre consists of small programs, that are designed to accomplish or test one thing. These simulations and scripts usually focus on the specific goals of the writer, and lack the polish and generality of commercial applications.

Occasionally, small user-written programs evolve into enormous applications. When user programs are generalized to meet the needs of many users, and get spit and polish, they evolve into self-standing applications. Some engineering and science simulations have grown to be millions of lines of code. Some personal business spreadsheets have grown into important corporate-wide applications. The World-wide web began as a project to publish physics papers on the Internet, and grew to become the largest software project in the world.

Scope

Estimates range from 2 to 25 times as many users who write software as there are professional programmers and software engineers.