borisrepl / boris

A tiny REPL for PHP
MIT License
2.15k stars 115 forks source link

Redefine class/functions #130

Open jeanCarloMachado opened 6 years ago

jeanCarloMachado commented 6 years ago

A really good repl would allow redefine classes and functions.

Since boris has a internal handling of error's seems reasonable that we could catch redeclare errors and starting again the session (and re applying), fixing this problem.

What is your opinions about this?