Jsish
JavaScript Interpreter SHell (Jsish or Jsi for short) is a scripting language designed for use in embedded systems.
Paradigm | Multi-paradigm: JavaScript, scripting (glue language), imperative (procedural, prototype-based, object-oriented), functional |
---|---|
Developer | Peter MacDonald |
First appeared | 2015 |
Stable release | 2.6
/ October 26, 2018 |
Typing discipline | dynamic, strong, duck |
Implementation language | C99, or C++ |
OS | Cross-platform |
License | MIT License, libraries are various |
Filename extensions | .jsi |
Website | jsish.org/fossil/jsi (archived) github |
Influenced by | |
Tcl, SQLite, Fossil, WebSocket |
It is a language used primarily by applications written in C or C++ using GNU tool-chains. MinGW provides Windows compatibility.
Jsi code compiles as either C99 or C++, with the C++ support being native instead of "extern C".
This article is issued from Wikipedia. The text is licensed under Creative Commons - Attribution - Sharealike. Additional terms may apply for the media files.