Multiple choice technology programming languages

If I told you a key characteristic of my programming language of choice was that it generated threaded code which language would I most likely be talking about?

  1. Pascal

  2. Java

  3. Forth

  4. Python

Reveal answer Fill a bubble to check yourself
C Correct answer
Explanation

Forth, created by Chuck Moore in 1970, generates threaded code as its primary execution model. Threaded code is a technique where code consists of addresses of subroutines, making Forth distinct among languages for this characteristic.