elk
mjs
elk | mjs | |
---|---|---|
13 | 4 | |
1,731 | 1,975 | |
0.5% | 0.5% | |
4.2 | 5.6 | |
about 1 month ago | about 1 month ago | |
C | C | |
GNU General Public License v3.0 or later | GNU General Public License v3.0 or later |
Stars - the number of stars that a project has on GitHub. Growth - month over month growth in stars.
Activity is a relative number indicating how actively a project is being developed. Recent commits have higher weight than older ones.
For example, an activity of 9.0 indicates that a project is amongst the top 10% of the most actively developed projects that we are tracking.
elk
-
A list of JavaScript engines, runtimes, interpreters
elk
-
It’s JavaScript all the way down
about 20KB on flash/disk, about 100 bytes RAM for core VM ELK JS Engine
- Is it possible to run NodeJS on Palm OS (5)?
-
Hacker News top posts: Sep 24, 2021
Elk: A low footprint JavaScript engine for embedded systems\ (71 comments)
- Elk: A low footprint JavaScript engine for embedded systems
- GitHub - cesanta/elk: A low footprint JavaScript engine for embedded systems
- cesanta/elk: A low footprint JavaScript engine for embedded systems
mjs
-
A list of JavaScript engines, runtimes, interpreters
mjs
-
TypeScript is the Only Programming Language you Need: TypeScript Everywhere
I hear you loud and clear.
-
Elk: A low footprint JavaScript engine for embedded systems
This implementation is nuts. A decent chunk (but still very small subset) of ES5 in under 1400 lines of very readable C code. It includes a mark-and-sweep GC and an FFI.
It doesn't have an AST or a bytecode VM. It just interprets directly off of source code.
Take a look: https://github.com/cesanta/elk/blob/master/elk.c.
This implementation really sets a new bar for me in terms of compact-but-readable language implementations.
Separately, this isn't even Cesanta's only embedded JavaScript implementation. They also have: https://github.com/cesanta/mjs. This implementation is a bit more complete and is much bigger.
-
What is your programming stack, as well encryption with ESP32?
In the past I've programmed with ESP8266 with Mongoose OS using mJS - https://github.com/cesanta/mjs but it has on 1.5K GitHub stars and I assume there are other alternative as well for Python language
What are some alternatives?
openbor - OpenBOR is the ultimate 2D side scrolling engine for beat em' ups, shooters, and more!
quickjs - Public repository of the QuickJS Javascript Engine.
printf - Tiny, fast, non-dependent and fully loaded printf implementation for embedded systems. Extensive test suite passing.
elk - A nimble Mastodon web client
rboy - A Gameboy Emulator in Rust
jerryscript - Ultra-lightweight JavaScript engine for the Internet of Things.