a-shell icon indicating copy to clipboard operation
a-shell copied to clipboard

Please add ruby and node

Open christiangenco opened this issue 4 years ago • 8 comments

Thank you so much for building this—a-shell feels like one of the last missing pieces for me to actually be productive on my iPad.

My primary development environment is in node (lots of frontend React apps) and my primary scripting language is Ruby (I realize python is practically the same thing, but old habits and all that).

This issue would potentially be resolved by a package manager, as in #42.

christiangenco avatar Apr 27 '20 21:04 christiangenco

+1.

I’m nodejs collaborator and also would like to support node.js. it would be great if do this.

for now, node.js has official support JIT-less mode, I think this will help to support nodejs on a-Shell

Refs: https://github.com/nodejs/node/pull/32594

himself65 avatar Apr 30 '20 10:04 himself65

Any chance of this? Node and NPM opens up a whole world of options and dev tools.

zaptrem avatar May 13 '20 19:05 zaptrem

Ruby would be incredibly valuable to me as an engineer

therocketforever avatar May 29 '20 13:05 therocketforever

+1 for Ruby!

kmf avatar Mar 17 '21 08:03 kmf

The WASI port of CRuby has been merged, so it may soon be able to run on a-Shell.

https://bugs.ruby-lang.org/issues/18462

kkebo avatar Jan 19 '22 13:01 kkebo

The functionality is very limited, but ruby.wasm can now work on a-Shell. 🎉

The prebuilt binaries are available at kateinoigakukun/ruby.wasm. Download and extract ruby-head-wasm32-unknown-wasi-full.tar.gz, and run head-wasm32-unknown-wasi-full/usr/local/bin/ruby.

ruby-on-a-Shell

kkebo avatar Feb 08 '22 15:02 kkebo

Awesome, hopefully this will be available by default.

tdegrunt avatar Feb 20 '22 11:02 tdegrunt

Yes, Ruby is important and irb and lib dev ruby for making a gem or extension

xor256 avatar Jun 28 '22 16:06 xor256