uemacs
quickjs
uemacs | quickjs | |
---|---|---|
18 | 70 | |
1,229 | 8,590 | |
- | - | |
0.0 | 8.8 | |
6 months ago | 4 months ago | |
C | C | |
- | 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.
uemacs
-
A nano like text editor built with pure C
Neat, I am a fan of minimalist text editors. There is also uEmacs: https://github.com/torvalds/uemacs
- Linus UEmacs
-
How many years have you been using Emacs?
maybe you're talking about the uEmacs Linus Torvalds still uses today? it's still maintained by him to fit his needs: https://github.com/torvalds/uemacs
-
Glory to Vim!
u/DellOptiplexFan Ironic, since the literal creator of Linux uses a fork of microemacs https://github.com/torvalds/uemacs
-
what terminal editor was intended to replace emacs in macOS with emacs bindings?
Torvalds's Emacs is nice. https://github.com/torvalds/uemacs
-
I just learned that new Macs don't come with Emacs preinstalled
Looks like he uses a thing called uEmacs.
-
Setting up a fundraiser for multi-threaded Emacs, any thoughts on this?
Why don't you ask Linus? Or even better, read his motivation in his fork of microemacs (not GNU Emacs).
-
Sunsetting Atom Text Editor
He doesn't. Linus uses MicroEMACS [0], which is an entirely different editor that uses emacs bindings.
It's not the lisp machine that incidentally happens to edit code that GNU Emacs is.
Or, as he puts it [1]:
> I use this abomination called "micro-emacs", which has absolutely nothing to do with GNU emacs except that some of the key bindings are similar.
[0]: https://github.com/torvalds/uemacs
- Starting emacs without any Elisp and only the C-core?
-
Linus thinks emacs is terrible
Then on the other hand he has his own fork of µEmacs: https://github.com/torvalds/uemacs
quickjs
-
Introducing our Next-Generation JavaScript SDK
Where the previous SDK was built on top of the QuickJS JavaScript engine and the Javy runtime, the new SDK is built on top of the Firefox browser’s SpiderMonkey engine, and the Bytecode Alliance’s StarlingMonkey runtime and ComponentizeJS WIT bindings generator.
- QuickJS JavaScript Engine
-
QuickJS: Handle Typescript Sourcemap
I'm currently using Bellard's QuickJS engine on a new TypeScript project.
- [Lab] AWS Lambda LLRT vs Node.js
-
What Is in a Rust Allocator?
You may be familiar, but I just wanted to show how it is available in many C implementations and is used, for example, in QuickJS: https://github.com/bellard/quickjs/blob/0c8fecab2392387d76a4...
-
Show HN: Happy Pi day with this PWA to cut 100k Pi digits offline
It uses service workers to cache static files, by the time it opens up you already free to be offline, try toggle network switch to verify.
It has download link at bottom of the about page ([accdoo.app/about]) which you could then self host it by dropping into any static hosting services.
btw, the Pi feature was by-product from the original App but I won't expand here, if you'd like to learn more, please checkout its two Show HN post (39115559 and 39138957) previously.
[wiki]: https://en.wikipedia.org/wiki/Chudnovsky_algorithm
[quickjs/pi]: https://bellard.org/quickjs/pi.html
[pi_bigint.js]: https://github.com/bellard/quickjs/blob/master/examples/pi_b...
[accdoo.app/about]: https://accdoo.app/about#releases
[39115559]: https://news.ycombinator.com/item?id=39115559
[39138957]: https://news.ycombinator.com/item?id=39138957
-
Ask HN: C/C++ plugin make JavaScipt end up with C/C++ binary?
Just go with quickjs, I think this is what you are looking for.
https://bellard.org/quickjs/
- Show HW: accdoo cipher web app now fused with offline Pi cutter (100k digits)
-
A list of JavaScript engines, runtimes, interpreters
QuickJS
What are some alternatives?
GNU Emacs - Mirror of GNU Emacs
Duktape - Duktape - embeddable Javascript engine with a focus on portability and compact footprint
chibicc - A small C compiler
jerryscript - Ultra-lightweight JavaScript engine for the Internet of Things.
Co-dfns - High-performance, Reliable, and Parallel APL
mjs - Embedded JavaScript engine for C/C++
micro-editor - A modern and intuitive terminal-based text editor
edex-ui - A cross-platform, customizable science fiction terminal emulator with advanced monitoring & touchscreen support.
nano-ycmd - Modded GNU Nano using ycmd code completion and IntelliSense. The ycmd code completion support for nano is found in the ymcd-code-completion branch.
esp8266-quickjs - An attempt on getting QuickJS working on ESP8266 hardware
SubEthaEdit - General purpose plain text editor for macOS. Widely known for its live collaboration feature.
Nuitka - Nuitka is a Python compiler written in Python. It's fully compatible with Python 2.6, 2.7, 3.4-3.13. You feed it your Python app, it does a lot of clever things, and spits out an executable or extension module.