egallesio / STklos

STklos Scheme
http://stklos.net
GNU General Public License v2.0
67 stars 17 forks source link

Have "@@" variables for REPL input #644

Open jpellegrini opened 1 month ago

jpellegrini commented 1 month ago

The REPL uses @ variables for the latest values that resulted from evaluation. These correspond to Common Lisp * REPL feature.

This patch implements @@ variables, that is similar to the + Common Lisp REPL feature, which holds the last expressions given to the REPL.