jerry40 / guile-kernel

GNU Guile Scheme kernel for Jupyter Notebook
GNU General Public License v3.0
35 stars 16 forks source link

Prevent to print #<unspecified> #4

Closed NalaGinrut closed 6 years ago

NalaGinrut commented 6 years ago

If we try (display (+ 1 2)), then it prints 2#\<unspecified>, this patch prevents the unspecified symbol.

jerry40 commented 6 years ago

Hi! Thanks! Nice change.