Re: for Chet Ramney in Born Againe

2016-10-24 Thread Dan Douglas
On Mon, Oct 24, 2016 at 8:33 AM, Корень Зла  wrote:
> Can u re:coded BASH for Power Shell features to fully intagrated with Linux 
> enviroments

Directly supporting features in a compatible way would not be easy.
Powershell is a completely different language, and bash isn't yet
implemented on the CLR. I'm working on the latter, but my compiler
won't be ready for a while, and the focus is on bash compatibility,
not powershell.

If you're only interested in interoperating with powershell from bash
without changing bash directly, you could write a bash plugin to have
it host the CLR with libmono
http://www.mono-project.com/docs/advanced/embedding/. That isn't
usually very hard, though I haven't actually tried it with a bash
loadable.

Hope I understood your question.



for Chet Ramney in Born Againe

2016-10-24 Thread Корень Зла
Hello developers.
Few mounth ago microsoft released sources of Power Shell.
Can u re:coded BASH for Power Shell features to fully intagrated with Linux 
enviroments for more dinamicly DE objects stuff usefull without terminal.
Now i seen intagrated of thats kind on GTK tools and others,done any of this in 
interpreterr(BASH new version).
go hard my friends.