On Thursday, 7 September 2017 at 13:37:16 UTC, Nordlöw wrote:
Have anybody cooked together high-level bindings on top of the C-bindings for libreadline here

Have you ever used readline?

The basic C api is already very high level:


char* from_user = readline("Prompt> ");


I don't think there's a lot to gain by wrapping that...

Reply via email to