vilterp / hobbes

an interpreted dynamic language. Philosophy: minimalist and sensible like Python, but everything's an object like Ruby and Smalltalk.

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

toString weirdness in print(), get_input()

vilterp opened this issue · comments

print and get_input should call should call realToString; the interpreter should call realShow

true, false, and nil should override hbShow

fixed string repr stuff. closed by 905a1ba