Rush - Is it still active?

Hello,
  I was wondering if anyone out there was still working on RUSH (the
Ruby Shell). It looks like the CVS repo on rubyforge was abandoned
for darcs running on magical-cat.org (which is down and has been for
some time). Is the code out there? Is Rue still maintaining it? Or
has some alternative popped up that I don't know about?

Thanks,
Rob Kaufman

Rob Kaufman wrote:

Hello,
  I was wondering if anyone out there was still working on RUSH (the
Ruby Shell). It looks like the CVS repo on rubyforge was abandoned
for darcs running on magical-cat.org (which is down and has been for
some time). Is the code out there? Is Rue still maintaining it? Or
has some alternative popped up that I don't know about?

Hi! Opportune time. I was just pondering on whether to
do an intermediary announcement--I have only recently
been able to pick work back up, starting from scratch
and the project name shortened to 'rs'.

The approach is slightly different this time. The 0.1
release which is hopefully not too far off will feature
most of the basic functionality but in pure Ruby syntax.
0.2, eventually, would add a parser for more traditional-
looking shell syntax. Currently I am pretty close to 0.1
but I am revisiting the piping (or ObjectStreaming) a bit
to add some simplicity :slight_smile:

Contrived syntax difference example

  # 0.1 Normal
  ls('-la').| .map {|i| i.reverse} >> '~/revls.txt'

  # 0.1 Strict (this should be optional for certain environs)
  ls('-la').pipe_to.map {|i| i.reverse}.append_to '~/revls.txt'.to_fso

  # 0.2
  ls -la | .map {|i| i.reverse} >> ~/revls.txt

The standard stuff, being able to treat files as objects
like foo.mp3.play (to some to-be-determined degree) via
plugins etc. is still in the plan as well as the rs-enabled
system commands and passing stuff around as YAML instead of
plain text.

···

Thanks,
Rob Kaufman

--
Posted via http://www.ruby-forum.com/\.

"Eero Saynatkari" wrote in message:

Rob Kaufman wrote:
> Hello,
> I was wondering if anyone out there was still working on RUSH (the
> Ruby Shell).

Hi! Opportune time. I was just pondering on whether to . . .
  .
  .
Currently I am pretty close to 0.1 but I am revisiting the piping

... :slight_smile:

You are most likely aware of 'es' (hey, it's your initials!) but just in
case:

Good luck!
- kim

kim kubik wrote:

"Eero Saynatkari" wrote in message:

Rob Kaufman wrote:
> Hello,
> I was wondering if anyone out there was still working on RUSH (the
> Ruby Shell).

Hi! Opportune time. I was just pondering on whether to . . .
  .
  .
Currently I am pretty close to 0.1 but I am revisiting the piping

... :slight_smile:

You are most likely aware of 'es' (hey, it's your initials!) but just in
case:

http://pdos.csail.mit.edu/6.828/2006/readings/haahr93es.pdf#search="es%20shell%20haahr%20filetype%3Apdf"

Yes, es is my current shell until 0.1 :slight_smile:

Good luck!
- kim

Thanks!

···

--
Posted via http://www.ruby-forum.com/\.

Eero Saynatkari <eero.saynatkari@kolumbus.fi> writes:

kim kubik wrote:

You are most likely aware of 'es' (hey, it's your initials!) but just in
case:

http://pdos.csail.mit.edu/6.828/2006/readings/haahr93es.pdf#search="es%20shell%20haahr%20filetype%3Apdf"

Yes, es is my current shell until 0.1 :slight_smile:

I'd love to use es if it wasnt that inconvenient for interactive use.
And honestly, I don't shell script a lot these days anymore.

···

--
Christian Neukirchen <chneukirchen@gmail.com> http://chneukirchen.org