--- title: "Very high-level programming language" chunk: 1/1 source: "https://en.wikipedia.org/wiki/Very_high-level_programming_language" category: "reference" tags: "science, encyclopedia" date_saved: "2026-05-05T11:40:14.243530+00:00" instance: "kb-cron" --- A very high-level programming language (VHLL) is a programming language with a very high level of abstraction, used primarily as a professional programmer productivity tool. An example would be jq. VHLLs are usually domain-specific languages, limited to a very specific application, purpose, or type of task, and they are often scripting languages (especially extension languages), controlling a specific environment. For this reason, very high-level programming languages are often referred to as goal-oriented programming languages. The term VHLL was used in the 1990s for what are today more often called high-level programming languages (not "very") used for scripting, such as Perl, Python, PHP, Ruby, and Visual Basic. == See also == Automatic programming Low-level programming language Feature-oriented programming == Notes == == References ==