hellerve / sbcli

A REPL for my SBCL needs
GNU General Public License v3.0
95 stars 13 forks source link

repl: print multiple values, save *, **, *** and all #20

Closed vindarel closed 4 years ago

vindarel commented 4 years ago

Hi,

Here we catch all returned values from EVAL and we print them on multiple lines. We save the special variables * and all (which are already part of the CL-USER package).

Now this works:

(values 1 2 3)
*
++
///
hellerve commented 4 years ago

This is great! Would you be able to also update the README where *last-result* is mentioned?

vindarel commented 4 years ago

updated the readme.

hellerve commented 4 years ago

Perfect, thank you!