Skip to content

Repl history should cycle through top level forms #2007

Description

@allison-casey

It would be nice if HyREPL cycled through entire forms when looking through the history like IPython instead of just by line. It would make working in the repl a much nicer experience. So pressing up in a case like this:

=> (defn test [name]
... (print "Hello" name))
=> 

would get you

=> (defn test [name]
... (print "Hello" name))
=> (defn test [name]
... (print "Hello" name))

and not

=> (defn test [name]
... (print "Hello" name))
=> (defn test [name]

Metadata

Metadata

Assignees

No one assigned

    Type

    No type

    Fields

    No fields configured for issues without a type.

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions