Rand Stats

REPL

zef:lizmat

Actions Status Actions Status Actions Status

NAME

REPL - a more easily configurable REPL

SYNOPSIS

use REPL;

# Start a repl
repl;

DESCRIPTION

The REPL module is a re-imagining of the REPL functionality as offered by Rakudo before the 2024.11 release.

The following goals have been defined so far:

This is very much a work in progress. All previously supported line editors (Readline, Linenoise and Terminal::LineEditor are now supported.

AUTHOR

Elizabeth Mattijsen liz@raku.rocks

Source can be located at: https://github.com/lizmat/REPL . Comments and Pull Requests are welcome.

If you like this module, or what I'm doing more generally, committing to a small sponsorship would mean a great deal to me!

COPYRIGHT AND LICENSE

Copyright 2024 Elizabeth Mattijsen

This library is free software; you can redistribute it and/or modify it under the Artistic License 2.0.