source-academy / py-slang

Python sublanguage for SICP
Apache License 2.0
0 stars 0 forks source link

String conversion too liberal #39

Closed martin-henz closed 4 weeks ago

martin-henz commented 2 months ago

Currently the specs forbids:

10 + 'asdf'

but the implementation gives

10 + 'asdf'

I think we should follow the SICP JS approach here and enforce explicit string conversion using str.