thebaselab / codeapp

Building a full-fledged code editor for iPad
https://code.thebaselab.com
MIT License
2.95k stars 202 forks source link

Bun/Deno Support? A way to add stuff ourselves. Subprocess support. #516

Open hg0428 opened 2 years ago

hg0428 commented 2 years ago

Or at least add a way to install other things. Bun natively supports Apple Silicon, and all I need to install it is bash (I think, it may still not work with bash). We need a way to install things and have custom commands.

Here's my idea for subprocess support. Reroute subprocess to instead run asynchronously to the main program.

If you could add those 3 things, this would be the best iPad ide. Currently, replit is your only real competition, with their iPad app coming soon.

bummoblizard commented 2 years ago

I think it's possible to build Bun/Deno for iOS. Subprocess is another story though.

Currently you can install custom commands using npm or pip.

hg0428 commented 2 years ago

I think it's possible to build Bun/Deno for iOS. Subprocess is another story though.

Currently you can install custom commands using npm or pip.

Yea, but currently pip and npm are the only way to install anything.

bummoblizard commented 2 years ago

What I meant was building it from source on computer and bundle it into the app like what I did with Node and Python.

On Mon, 11 Jul 2022 at 23:06, hg0428 @.***> wrote:

I think it's possible to build Bun/Deno for iOS. Subprocess is another story though.

Currently you can install custom commands using npm or pip.

How could I get Bun? What's your idea? The current install process for Bun requires bash and unzip

— Reply to this email directly, view it on GitHub https://github.com/thebaselab/codeapp/issues/516#issuecomment-1180528786, or unsubscribe https://github.com/notifications/unsubscribe-auth/AJE6T2YHGNFZF65QTWVSEFTVTQZ7DANCNFSM53HYUVGQ . You are receiving this because you commented.Message ID: @.***>