Re: [Mono-dev] sh#

2010-04-12 Thread Jerry Maine - KF5ADY
New mailing list for ironbash is at ironbash-de...@lists.sourceforge.net Those that are interested or just curious, please join. Jonathan Pobst wrote: On 4/10/2010 12:50 PM, Jerry Maine - KF5ADY wrote: Do you think we should start our own group to do this (on a separate website) or ask the

Re: [Mono-dev] sh#

2010-04-10 Thread Jerry Maine - KF5ADY
How many people are wanting to help me on this project? Joe Dluzen wrote: I was working on* just this project. I toyed with the standard Ironing of the names, IronBash or maybe bash4.net. I'd love to see this too. Would be nice to use it as a drop in replacement for boot, compilation,

Re: [Mono-dev] sh#

2010-04-10 Thread John Feminella
I'm not an expert on language design, but I'm an extensive user of scripting languages with relatively deep knowledge into how the alternatives work. I'd be glad to help in whatever way makes the most sense for the project, and I'd certainly be able to provide feedback about using it in a

Re: [Mono-dev] sh#

2010-04-10 Thread Jerry Maine - KF5ADY
Do you think we should start our own group to do this (on a separate website) or ask the mono project to host it for us (on svn)? John Feminella wrote: I'm not an expert on language design, but I'm an extensive user of scripting languages with relatively deep knowledge into how the

Re: [Mono-dev] sh#

2010-04-10 Thread Jonathan Pobst
On 4/10/2010 12:50 PM, Jerry Maine - KF5ADY wrote: Do you think we should start our own group to do this (on a separate website) or ask the mono project to host it for us (on svn)? For the most part, the mono project has stopped hosting external projects. We do not have a fancy setup that

Re: [Mono-dev] sh#

2010-04-10 Thread Jerry Maine - KF5ADY
To anyone interested, I have started a sourceforge project iron bash. If you are interested in helping out, please send me your sourceforge username so I can add you to the project. https://sourceforge.net/projects/ironbash/ Jonathan Pobst wrote: On 4/10/2010 12:50 PM, Jerry Maine - KF5ADY

Re: [Mono-dev] sh#

2010-04-09 Thread Chuck Esterbrook
On Thu, Apr 8, 2010 at 5:29 PM, Jerry Maine - KF5ADY crashfou...@gmail.com wrote: What does everyone think about making a new dlr script language that is compatible with sh or bash? Maybe called sh#? I would certainly like a file- and process-oriented bash-like scripting language for dlr/clr

Re: [Mono-dev] sh#

2010-04-09 Thread Απόστολος Συρόπουλος
What does everyone think about making a new dlr script language that is compatible with sh or bash? Maybe called sh#? Have you considered using say zsh or ksh? I mean there are already many different shells so the question is do we really need yet another shell? On the other hand, if one

Re: [Mono-dev] sh#

2010-04-09 Thread Robert Jordan
On 09.04.2010 12:38, Απόστολος Συρόπουλος wrote: On the other hand, if one wants to gradually transform Unix-like systems into Windows-like systems, then one can use the real thing instead. This is not an option because we aim to subvert Unix-like systems after all. The first goal of world's

Re: [Mono-dev] sh#

2010-04-09 Thread Απόστολος Συρόπουλος
This is not an option because we aim to subvert Unix-like systems after all. The first goal of world's dominance is to replace all g*-tools with *# variants and call those ethical. Be my guest but remember that sh is not GNU tool! A.S. -- Apostols Syropoulos Xanthi, Greece

Re: [Mono-dev] sh#

2010-04-09 Thread Απόστολος Συρόπουλος
This is not an option because we aim to subvert Unix-like systems after all. The first goal of world's dominance is to replace all g*-tools with *# variants and call those ethical. On a second thought, it would be quite interesting to have to type ls# -l, dd# if=/dev/zero# etc. Not to

Re: [Mono-dev] sh#

2010-04-09 Thread Jay R. Wren
On 4/8/2010 8:29 PM, Jerry Maine - KF5ADY wrote: What does everyone think about making a new dlr script language that is compatible with sh or bash? Maybe called sh#? I think it would be awesome. Please go get started, let me know when you have something to share :) I love bash, and being

Re: [Mono-dev] sh#

2010-04-09 Thread Joe Dluzen
I was working on* just this project. I toyed with the standard Ironing of the names, IronBash or maybe bash4.net. I'd love to see this too. Would be nice to use it as a drop in replacement for boot, compilation, everything. Auto generate and save an assembly... oh the possibilities. Joe *: Just

Re: [Mono-dev] sh#

2010-04-09 Thread ajay gupta
...@lists.ximian.com [mailto:mono-devel-list-boun...@lists.ximian.com] On Behalf Of Jerry Maine - KF5ADY Sent: Thursday, April 08, 2010 8:29 PM To: mono-devel-list@lists.ximian.com Subject: [Mono-dev] sh# What does everyone think about making a new dlr script language that is compatible with sh or bash? Maybe

[Mono-dev] sh#

2010-04-08 Thread Jerry Maine - KF5ADY
What does everyone think about making a new dlr script language that is compatible with sh or bash? Maybe called sh#? ___ Mono-devel-list mailing list Mono-devel-list@lists.ximian.com http://lists.ximian.com/mailman/listinfo/mono-devel-list

Re: [Mono-dev] sh#

2010-04-08 Thread Jerry Maine - KF5ADY
Yes that takes advantage of the dlr to speed things up. Drop it in /bin and speeds up *nix scripts and possibly boot time. John Feminella wrote: That sounds like an interesting idea. By compatible with (sh|bash) do you just mean that it has a shebang-compatible interpreter? ~ jf -- John