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 want to know if I can use PSReadLine as a .NET library for creating a customized REPL for F#.NET.
This module already has tons of useful features like Syntax highlighting, auto-complete, etc which reimplementing them using basic .NET Console class seems to be reinventing the wheel.
Is using this lib for such a task (building a customized REPL for another .NET Language other than PowerShell) feasible or not?