s-clerc / slyblime

Interactive Lisp IDE with REPL, Inspector, Debugger and more for Sublime Text 4.
Other
45 stars 4 forks source link

Repl backtrack highlighting #3

Closed s-clerc closed 4 years ago

s-clerc commented 4 years ago

Ideally using phantoms, perhaps we store a record of all the previous output so we can determine their positions.

Perhaps we also add a configurable limit to the number of values stored (e.g. 25 ?)

s-clerc commented 4 years ago

In conclusion: