What is a scripting language?
May 18, 2021
--
According to hackerdictionary.com a scripting language is a language that is not compiled down into a binary but is rather ran in real time in an automated fashion.
Unlike a compiled language such as C or Golang, a scripting language is ran…