Coder Social home page Coder Social logo

emacs? about a-shell HOT 7 OPEN

ifuchs avatar ifuchs commented on May 29, 2024 5
emacs?

from a-shell.

Comments (7)

holzschu avatar holzschu commented on May 29, 2024 1

Emacs is covered by the GPL, and thus incompatible with AppStore rules as far as I know. But I will add microemacs at some point.

from a-shell.

TheGamer1002 avatar TheGamer1002 commented on May 29, 2024

If you provide the emacs binary as a standalone file, it won’t be in the build itself, but users could download it (and perhaps execute a script to install it!) and wouldn’t violate the GPL.

from a-shell.

holzschu avatar holzschu commented on May 29, 2024

iOS security rules are pretty strict: in order for the system to execute a binary, it must be signed by the developer and placed in a directory that can only be accessed at installation time (so, not accessible by the user).

from a-shell.

TheGamer1002 avatar TheGamer1002 commented on May 29, 2024

That wouldn’t inhibit execution of webassembly files, which there is a compiler for, if placed in the user directory. I can make a very simple C file that just prints “hello world” and compile it (without manually signing it) and it’ll execute.

from a-shell.

holzschu avatar holzschu commented on May 29, 2024

Ah, yes, a WebAssembly version of emacs would work. The problem right now is to get interactive input to the WASM binary. I haven't found a way yet.

from a-shell.

TheGamer1002 avatar TheGamer1002 commented on May 29, 2024

Well, I suppose one of the best ways to go about it would be to work off the same kind of framework done with Vim.

from a-shell.

holzschu avatar holzschu commented on May 29, 2024

Vim is running native, instead of using WebAssembly. Very few commands in a-Shell are using WebAssembly (file, tree, ctags, xz).

from a-shell.

Related Issues (20)

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.