Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

Powershell online interpreter? [closed]

Tags:

Is there online Powershell interpreter available on the Internet? I mean like trypython for Python programming language.

like image 997
jrara Avatar asked Dec 28 '11 19:12

jrara


2 Answers

Full disclosure: I am the owner of Try It Online.

TIO Nexus has a Powershell interpreter as of a few days ago. It uses Powershell v6.0.0-alpha.13, which is the latest release of Powershell for Linux.

I've re-enabled these aliases – which conflict with POSIX utilities of the same name on *nix – to make the online interpreter more similar to Powershell on Windows. Powershell Core has only the aliases the developers deem fit for *nix.

like image 59
Dennis Avatar answered Sep 21 '22 17:09

Dennis


Not that I know of, but PowerShell 3.0 has an installable web-based console that is a component of Windows Server. Full intellisense, the works. Very similar to the try* series. Download v3 and try it yourself.

like image 39
x0n Avatar answered Sep 22 '22 17:09

x0n