Bystroushaak / tinySelf

Self-like language implemented in the RPython language toolkit.
29 stars 3 forks source link

Don't use () for priorities, use them for empty code objects (it should be the same). #67

Closed Bystroushaak closed 5 years ago

Bystroushaak commented 5 years ago

I've attempted to do this, but it proved kind of hard, because of the need of explicit value message sent to each usage of () as priority indicator. I've decided to not to pursue this line of development right now, because it doesn't really add much and it just consumes performance for purity in exchange, which is not really much beneficial.