skiplang / skip

A programming language to skip the things you have already computed
http://skiplang.com
MIT License
1.97k stars 66 forks source link

Simplify string hashing #179

Closed pikatchu closed 4 years ago

pikatchu commented 4 years ago

I did that to simplify the build, but looks like I found a way to build this reliably in the end. So keeping the hashing function as it is for now. It's true that it's a bit silly that we are case-insensitive (behavior inherited from PHP). But changing the hashing function even a little seems to break everything ... I will take time to figure this out eventually ... but it will do for now.