You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
I came across this libral project the other day and it seems like a decent candidate for a type provider, similar to powershell but for linux systems specifically. I'm not sure how much penetration it has, but it seems like an interesting idea.
In a nutshell, we could either invoke the ralsh executeable to discover things about a (possibly remote) system, or we could use p/invoke bindings to libral locally to do the same, and support an interface like:
things like that. This is a good target for a type provider because the set of providers, the kinds of resources, and the operations that can be done on the resources are highly dynamic.
The text was updated successfully, but these errors were encountered:
Description
I came across this libral project the other day and it seems like a decent candidate for a type provider, similar to powershell but for linux systems specifically. I'm not sure how much penetration it has, but it seems like an interesting idea.
In a nutshell, we could either invoke the
ralsh
executeable to discover things about a (possibly remote) system, or we could use p/invoke bindings tolibral
locally to do the same, and support an interface like:things like that. This is a good target for a type provider because the set of providers, the kinds of resources, and the operations that can be done on the resources are highly dynamic.
The text was updated successfully, but these errors were encountered: