comp.lang.ada
 help / color / mirror / Atom feed
* ANNOUNCE: BUSH 0.9 release
@ 2002-09-12  0:39 Ken O. Burtch
  2002-09-12 18:58 ` Pascal Obry
  0 siblings, 1 reply; 6+ messages in thread
From: Ken O. Burtch @ 2002-09-12  0:39 UTC (permalink / raw)



  BUSH, the PegaSoft Business Shell, is a powerful Linux/Unix shell
  for designing secure, reliable shell scripts that can be later
compiled as
  a fast executable programs. It can also be used an an interactive
login
  shell, generate Java Virtual Machine applications, and open network
  sockets. BUSH is a robust and readable alternative to BASH, CSH, and
  (to a certain extent) Python and Perl. 

  The business shell now features backquoted commands,
  filename completion, customizable prompt, 4 new built-in packages (28
  function CGI/cookie package, calendar, source_info, lock_files). New
  script debugging mode (--break) handles the insertion of breakpoints
  (pragma inspection_point) and debugging statements (pragma debug).
  SIGINT (Control-C) can break out to a command prompt at any time.
  Docs greatly enhanced and include a hackers guide. Usual bug fixes.

  Homepage: http://www.pegasoft.ca/bush.html

-- 
Ken O. Burtch: http://www.pegasoft.ca               : Pegasoft
System Manager in a Box / Business Shell            : R.R.#1
Bio: 36;Bsc,UI,Lang,Games;Toons,Elves,SF,Pizza;Xian : Jordan Station, ON
````````````````````````````````````````````````````` Canada L0R 1S0



^ permalink raw reply	[flat|nested] 6+ messages in thread

* Re: ANNOUNCE: BUSH 0.9 release
  2002-09-12  0:39 ANNOUNCE: BUSH 0.9 release Ken O. Burtch
@ 2002-09-12 18:58 ` Pascal Obry
  2002-09-14 18:11   ` steve_H
  0 siblings, 1 reply; 6+ messages in thread
From: Pascal Obry @ 2002-09-12 18:58 UTC (permalink / raw)



"Ken O. Burtch" <kburtch@sympatico.ca> writes:

>   BUSH, the PegaSoft Business Shell, is a powerful Linux/Unix shell

I will certainly give it a try if it was also ported to Windows. As many
other we have often the need to run scripts on GNU/Linux and Windows...

Any plan for a Windows port ?

Pascal.

-- 

--|------------------------------------------------------
--| Pascal Obry                           Team-Ada Member
--| 45, rue Gabriel Peri - 78114 Magny Les Hameaux FRANCE
--|------------------------------------------------------
--|         http://perso.wanadoo.fr/pascal.obry
--| "The best way to travel is by means of imagination"
--|
--| gpg --keyserver wwwkeys.pgp.net --recv-key C1082595



^ permalink raw reply	[flat|nested] 6+ messages in thread

* Re: ANNOUNCE: BUSH 0.9 release
  2002-09-12 18:58 ` Pascal Obry
@ 2002-09-14 18:11   ` steve_H
  2002-09-15 18:20     ` Pascal Obry
  2002-09-17  0:46     ` Ken O. Burtch
  0 siblings, 2 replies; 6+ messages in thread
From: steve_H @ 2002-09-14 18:11 UTC (permalink / raw)


Pascal Obry <p.obry@wanadoo.fr> wrote in message news:<uhegvf311.fsf@wanadoo.fr>...
> "Ken O. Burtch" <kburtch@sympatico.ca> writes:
> 

> >   BUSH, the PegaSoft Business Shell, is a powerful Linux/Unix shell
> 
> I will certainly give it a try if it was also ported to Windows. As many
> other we have often the need to run scripts on GNU/Linux and Windows...
> 
> Any plan for a Windows port ?
> 
> Pascal.

how about BUSH under cygwin? see http://www.cygwin.com 

this should be easier to port.  I looked at the above site and I do not
see BUSH supported under cygwin.



^ permalink raw reply	[flat|nested] 6+ messages in thread

* Re: ANNOUNCE: BUSH 0.9 release
  2002-09-14 18:11   ` steve_H
@ 2002-09-15 18:20     ` Pascal Obry
  2002-09-17  0:47       ` Ken O. Burtch
  2002-09-17  0:46     ` Ken O. Burtch
  1 sibling, 1 reply; 6+ messages in thread
From: Pascal Obry @ 2002-09-15 18:20 UTC (permalink / raw)



nma124@hotmail.com (steve_H) writes:

> how about BUSH under cygwin? see http://www.cygwin.com 

Well I use all the time Cygwin. This is a great toolset, but Cygwin tools are
slower than their MingW (native) counterparts. I would prefer a native Windows
BUSH...

> this should be easier to port.  I looked at the above site and I do not
> see BUSH supported under cygwin.

Not sure it will be easier to build. I think BUSH is written in Ada and there
is no Ada comppiler targetted to Cygwin AFAIK.

Pascal.

-- 

--|------------------------------------------------------
--| Pascal Obry                           Team-Ada Member
--| 45, rue Gabriel Peri - 78114 Magny Les Hameaux FRANCE
--|------------------------------------------------------
--|         http://perso.wanadoo.fr/pascal.obry
--| "The best way to travel is by means of imagination"
--|
--| gpg --keyserver wwwkeys.pgp.net --recv-key C1082595



^ permalink raw reply	[flat|nested] 6+ messages in thread

* Re: ANNOUNCE: BUSH 0.9 release
  2002-09-14 18:11   ` steve_H
  2002-09-15 18:20     ` Pascal Obry
@ 2002-09-17  0:46     ` Ken O. Burtch
  1 sibling, 0 replies; 6+ messages in thread
From: Ken O. Burtch @ 2002-09-17  0:46 UTC (permalink / raw)




steve_H wrote:
> 
> Pascal Obry <p.obry@wanadoo.fr> wrote in message news:<uhegvf311.fsf@wanadoo.fr>...
> > "Ken O. Burtch" <kburtch@sympatico.ca> writes:
> >
> 
> > >   BUSH, the PegaSoft Business Shell, is a powerful Linux/Unix shell
> >
> > I will certainly give it a try if it was also ported to Windows. As many
> > other we have often the need to run scripts on GNU/Linux and Windows...
> >
> > Any plan for a Windows port ?

I'm working on the core language and features.  Several people have
offered to help with a Windows port.  There is a CYGWIN thread on the
BUSH forum.  I offered some suggestions in the new user guide on how to
tackle DOS and Windows ports, but to date I've heard no word on anyone's
progress.

I'd encourage a Windows port.  However, since I myself have no use for a
Windows version, you'll have to wait a long time if you expect me to
write the Windows port.  There are too many other items on my "To Do"
list.

> > Pascal.
> 
> how about BUSH under cygwin? see http://www.cygwin.com
> 
> this should be easier to port.  I looked at the above site and I do not
> see BUSH supported under cygwin.

-- 
Ken O. Burtch: http://www.pegasoft.ca               : Pegasoft
System Manager in a Box / Business Shell            : R.R.#1
Bio: 36;Bsc,UI,Lang,Games;Toons,Elves,SF,Pizza;Xian : Jordan Station, ON
````````````````````````````````````````````````````` Canada L0R 1S0



^ permalink raw reply	[flat|nested] 6+ messages in thread

* Re: ANNOUNCE: BUSH 0.9 release
  2002-09-15 18:20     ` Pascal Obry
@ 2002-09-17  0:47       ` Ken O. Burtch
  0 siblings, 0 replies; 6+ messages in thread
From: Ken O. Burtch @ 2002-09-17  0:47 UTC (permalink / raw)




Pascal Obry wrote:
> 
> nma124@hotmail.com (steve_H) writes:
> 
> > how about BUSH under cygwin? see http://www.cygwin.com
> 
> Well I use all the time Cygwin. This is a great toolset, but Cygwin tools are
> slower than their MingW (native) counterparts. I would prefer a native Windows
> BUSH...
> 
> > this should be easier to port.  I looked at the above site and I do not
> > see BUSH supported under cygwin.
> 
> Not sure it will be easier to build. I think BUSH is written in Ada and there
> is no Ada comppiler targetted to Cygwin AFAIK.

BUSH is written almost entirely with Ada.  There is a small amount of C
for portable UNIX signal handling.

KB

-- 
Ken O. Burtch: http://www.pegasoft.ca               : Pegasoft
System Manager in a Box / Business Shell            : R.R.#1
Bio: 36;Bsc,UI,Lang,Games;Toons,Elves,SF,Pizza;Xian : Jordan Station, ON
````````````````````````````````````````````````````` Canada L0R 1S0



^ permalink raw reply	[flat|nested] 6+ messages in thread

end of thread, other threads:[~2002-09-17  0:47 UTC | newest]

Thread overview: 6+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2002-09-12  0:39 ANNOUNCE: BUSH 0.9 release Ken O. Burtch
2002-09-12 18:58 ` Pascal Obry
2002-09-14 18:11   ` steve_H
2002-09-15 18:20     ` Pascal Obry
2002-09-17  0:47       ` Ken O. Burtch
2002-09-17  0:46     ` Ken O. Burtch

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox