High-level wrapper for readline package
Adam D. Ruppe via Digitalmars-d-learn
digitalmars-d-learn at puremagic.com
Thu Sep 7 06:44:52 PDT 2017
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...
More information about the Digitalmars-d-learn
mailing list