Description: C is a general-purpose, procedural programming language originally developed by Dennis Ritchie between 1969 and 1973 at Bell Labs. It is a very popular language, particularly for systems programming due to its flexibility, speed, and minimal runtime requirements.
Type: software
Description: CoffeeScript is a programming language that transpiles to JavaScript. It allows developers to write cleaner and more concise JavaScript code by adding helpful syntax like classes, destructuring assignment, array comprehensions, and more.
Type: software