[Pharo-project] Is there a package for running bash shells in a Smalltalk workspace?
Is there a package for running bash shells in a Smalltalk workspace? -- Frank Church ======================= http://devblog.brahmancreations.com
With OSProcess you can invoke shell. Now so far we do not have an interpreter for bash Stef On Mar 20, 2012, at 10:02 AM, Frank Church wrote:
Is there a package for running bash shells in a Smalltalk workspace?
-- Frank Church
======================= http://devblog.brahmancreations.com
CommandShell package..? On 3/20/12, Stéphane Ducasse <stephane.ducasse@inria.fr> wrote:
With OSProcess you can invoke shell.
Now so far we do not have an interpreter for bash
Stef
On Mar 20, 2012, at 10:02 AM, Frank Church wrote:
Is there a package for running bash shells in a Smalltalk workspace?
-- Frank Church
======================= http://devblog.brahmancreations.com
On 20 March 2012 10:47, S Krish <krishnamachari.sudhakar@gmail.com> wrote:
CommandShell package..?
On 3/20/12, Stéphane Ducasse <stephane.ducasse@inria.fr> wrote:
With OSProcess you can invoke shell.
Now so far we do not have an interpreter for bash
Stef
On Mar 20, 2012, at 10:02 AM, Frank Church wrote:
Is there a package for running bash shells in a Smalltalk workspace?
-- Frank Church
======================= http://devblog.brahmancreations.com
I am thinking more along the lines of an embedded shell window, like an ActiveX control that runs a terminal window in the workspace, and can have commands sent to it. -- Frank Church ======================= http://devblog.brahmancreations.com
On Tue, Mar 20, 2012 at 11:47:38AM +0000, Frank Church wrote:
On 20 March 2012 10:47, S Krish <krishnamachari.sudhakar@gmail.com> wrote:
CommandShell package..?
On 3/20/12, St?phane Ducasse <stephane.ducasse@inria.fr> wrote:
With OSProcess you can invoke shell.
Now so far we do not have an interpreter for bash
Stef
On Mar 20, 2012, at 10:02 AM, Frank Church wrote:
Is there a package for running bash shells in a Smalltalk workspace?
-- Frank Church
I am thinking more along the lines of an embedded shell window, like an ActiveX control that runs a terminal window in the workspace, and can have commands sent to it.
See CommandShell. The shell is written in Smalltalk, but you it also provides a PipeableOSProcess if you prefer to send commands to an actual bash program. Dave
participants (4)
-
David T. Lewis -
Frank Church -
S Krish -
Stéphane Ducasse