joaotavora / sly

Sylvester the Cat's Common Lisp IDE
1.23k stars 139 forks source link

Toggle between inspecting strings and arrays #623

Open Kungi opened 8 months ago

Kungi commented 8 months ago

At least in sbcl strings are inspected as (simple-array character n). I would like to propose a better string representation. I added buttons to toggle between the two modes of inspecting strings.