|
|
|
|
|
by the-owlery
3941 days ago
|
|
It's great that this is available (haven't worked through it yet). Two major show-stoppers for me right now though: * In the Perl 6 repl, I can't use my up/down arrows, or ^p/^n to get at previous lines I typed, nor ^a/^e and alt-B/alt-F to navigate on the line. * In the repl, I can't do `doc(some-func)` to get at docstrings. |
|
Really? In they version I have access to arrow keys and ^p/^n/^a/^e all function.
I've just been informed that what you need is "panda install Linenoise" to install the Linenoise module to get this functionality.
I agree documentation in the language would be nice. A module could handle that nicely.