Source (programming language)
Appearance
source | |
---|---|
Paradigm | Multi-paradigm: scripting, imperative (procedural, functional |
First appeared | 2017 |
Stable release | 1920
/ 27 November 2019 |
Typing discipline | Dynamic, strong, duck |
Implementation language | ANSI C |
OS | browser-based |
License | Apache License |
Filename extensions | .js |
Website | sicp |
Major implementations | |
Safari (web browser) (Safari's JavaScript is [Tail call | |
Dialects | |
Source §1, Source §2, Source §3, Source §4 | |
Influenced by | |
JavaScript, [Scheme (programming language) |
Source is a family of sublanguages of JavaScript, developed for the textbook Structure and Interpretation of Computer Programs, JavaScript Adaptation. The JavaScript sublanguages Source §1, Source §2, Source §3 and Source §4 are designed to be just powerful enough to support all examples of the respective chapter of the textbook.
References
External links