GithubHelp home page GithubHelp logo

standardgalactic / emacs-ng Goto Github PK

View Code? Open in Web Editor NEW

This project forked from emacs-ng/emacs-ng

0.0 2.0 0.0 325.87 MB

A new approach to Emacs - Including TypeScript, Threading, Async I/O, and WebRender.

Home Page: https://emacs-ng.github.io/emacs-ng/

License: GNU General Public License v3.0

Emacs Lisp 76.23% Shell 0.21% Makefile 0.50% C 20.40% Perl 0.16% Awk 0.03% SmPL 0.01% Python 0.06% NSIS 0.01% Batchfile 0.03% HTML 0.12% M4 0.86% GDB 0.06% PostScript 0.19% TeX 0.71% SRecode Template 0.06% Smalltalk 0.06% JavaScript 0.11% NewLisp 0.07% Ruby 0.12%

emacs-ng's Introduction

emacs-ng

A new approach to Emacs - Including TypeScript, Threading, Async I/O, and WebRender.


homepagefeaturessetupgetting startedusing denoFAQNative Hackers Handbook (Architecture)


Overview

emacs-ng is based off of the master branch of emacs, and regularly merges in the latest changes. (this branch includes the native compilation feature from Andrea Corallo).

The last merged commit is a2842a1172 (Fri May 7 2021).

Motivation

The goal of this fork is to explore new development approaches. To accomplish this, we aim to maintain an inclusive and innovative environment. The project is not about replacing elisp with a more popular language like Javascript. We just want to make emacs more approachable for people who don't like lisp as much as we do.

Contributions are welcome from anyone and we are always happy to invite new people to the project. We are open towards interesting ideas to make emacs better. Our only request is that you open an issue before starting work and be willing to take feedback from the core contributors.

Why Emacs-ng

Emacs-ng is an additive native layer over emacs, bringing features like Deno's Javascript and Async I/O environment, Mozilla's Webrender (experimental opt-in feature), and other features in development. emacs-ng's approach is to utilize multiple new development approaches and tools to bring Emacs to the next level. emacs-ng is maintained by a team that loves Emacs and everything it stands for - being totally introspectable, with a fully customizable and free development environment. We want Emacs to be a editor 40+ years from now that has the flexibility and design to keep up with progressive technology.

Why JavaScript

One of emacs-ng's primary features is integrating the Deno Runtime, which allows execution of JavaScript and Typescript within Emacs. The details of that feature are listed below, however many users would ask themselves WHY JAVASCRIPT? JavaScript is an extremely dynamic language that allows for a user to inspect and control their scripting environment. The key to note is that bringing in Deno isn't JUST JavaScript - it's an ecosystem of powerful tools and approaches that Emacs just doesn't have currently.

  • TypeScript offers an extremely flexible typing system, that allows to user to have compile time control of their scripting, with the flexibility of types "getting out of the way" when not needed.
  • Deno uses Google's v8 JavaScript engine, which features an extremely powerful JIT and world-class garbage collector.
  • Usage of modern Async I/O utilizing Rust's Tokio library.
  • Emacs-ng has WebWorker support, meaning that multiple JavaScript engines can be running in parallel within the editor. The only restriction is that only the 'main' JS Engine can directly call lisp functions.
  • Emacs-ng also has WebAssembly support - compile your C module as WebAsm and distribute it to the world. Don't worry about packaging shared libraries or changing module interfaces, everything can be handled and customized by you the user, at the scripting layer. No need to be dependent on native implementation details.

Performance

v8's world-class JIT offers the potential for large performance gains. Async I/O from Deno, WebWorkers, and WebAsm, gives you the tools to make Emacs a smoother and faster experience without having to install additional tools to launch as background processes or worry about shared library versions.

Contributing

Contributions are welcome. We try to maintain a list of "new contributor" friendly issues tagged with "good first issue".

emacs-ng's People

Contributors

rgmorris avatar eli-zaretskii avatar monnier avatar eggert avatar lektu avatar larsmagne avatar loveshack avatar albinus avatar link0ff avatar snogglethorpe avatar andreas-schwab avatar andreacorallo avatar skangas avatar jave avatar mituharu avatar belanger avatar dgutov avatar paveljanik avatar dmantipov avatar yamaoka avatar npostavs avatar phst avatar acinnes avatar wohler avatar mattiase avatar drmirror avatar sam-s avatar leoliu avatar nicolaspetton avatar joaotavora avatar

Watchers

James Cloos avatar  avatar

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    🖖 Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. 📊📈🎉

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google ❤️ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.