Open
Description
Hello
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?
Thank you.