Today, CoffeeScript is largely forgotten, but we can still use it to study transpilation. "Code translation", that is. In this case, CoffeeScript will transpile into JavaScript.
npm install -g coffescript
coffee -c frenchroast.coffee
coffee frenchroast.coffee