[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
Re: for Chet Ramney in Born Againe
From: |
Dan Douglas |
Subject: |
Re: for Chet Ramney in Born Againe |
Date: |
Mon, 24 Oct 2016 13:22:26 -0500 |
On Mon, Oct 24, 2016 at 8:33 AM, Корень Зла <xlbaron@li.ru> 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.