How arelanguages, buildpacks, and slugs related?
A slug and a buildpack are sandwiched together between several Heroku add-ons, and the result Is a new open-source language.
A slug is a shortened version of a language that compiles down into a buildpack
A buildpack knows how to compile code in a specific language down to a slug that runs on Heroku
A language uses a slug to deploy buildpacks as a service across the entire Salesforce Platform.
Submit