tsoding / porth

It's like Forth but in Python
628 stars 50 forks source link

simplify strlen #70

Closed scgilardi closed 2 years ago

scgilardi commented 2 years ago

no need for a separate counter, we can use "memory index" arithmetic

rexim commented 2 years ago

@scgilardi looks alright. Thank you for the contribution!