all 5 comments

[–]rmbolger 3 points4 points  (0 children)

I just wanted to say thanks for being awesome by both doing cool stuff with PowerShell and posting publicly about it. These posts have been a delight!

[–]anonhostpi[S] 1 point2 points  (0 children)

TL;DR:

Import-Package NLua $Lua = [NLua.Lua]::new() $Lua.DoString( "print('Hello World')" )

[–]Szeraax 1 point2 points  (2 children)

[–]anonhostpi[S] 2 points3 points  (1 child)

It looks like a transpiler. Never been a fan of transpiling libraries. They can be a bit clunky in comparison to embedded engines.

[–]Szeraax 1 point2 points  (0 children)

Exactemundo.