0

VPL means VisualProgramingLanguage(such as Scratch by MIT.). But I don't know antonym of VPL. Doesn't use blocks language. E.g., JavaScript, Ruby, Python, C.

Could you tell me?

Og Amayokoy
  • 96
  • 1
  • 6
  • 1
    Personally, I find the whole categorization rather superficial. Under the hood, Scratch is still text (JSON). The cutie-pie editor on top of it cannot hide the fact that it's just a humdrum imperative language. MIT could have opted to write a 'visual' editor for Python instead. Would that suddenly place Python in a different category of languages? – Ruud Helderman Jan 18 '19 at 21:06

2 Answers2

0

Yes, text-based source code languages like JavaScript are the non-visual programming languages.

Jerry101
  • 12,157
  • 5
  • 44
  • 63
0

There isn't an antonym per se (Well, unless you consider "text-based programming languages"), however, anything that is not a Visual Programming Language can be classified in other categories.

JavaScript, Ruby, Python and C are General-purpose Programming Languages.

AlexINF
  • 250
  • 2
  • 11