Skip to content
This repository has been archived by the owner on Mar 28, 2023. It is now read-only.

Maintain history between different invocations of the REPL #72

Open
robotlolita opened this issue Dec 23, 2015 · 0 comments
Open

Maintain history between different invocations of the REPL #72

robotlolita opened this issue Dec 23, 2015 · 0 comments

Comments

@robotlolita
Copy link
Owner

This should work:

$ bin/isiren 
Type :quit to exit (or ^D).

> 1 + 2
=> <Integer: 3>
> (Ctrl+D)

$ bin/isiren
Type :quit to exit (or ^D).

> (Up) 1 + 2
Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Projects
None yet
Development

No branches or pull requests

1 participant