fix alphabet translation using hash function and prefix#27
Conversation
|
hash function taken from here |
|
Would suggest to also use a dictionary because the hash is not very long. |
|
A nice and clean solution might be to just create a counter and use it's value to name variables and functions. |
|
@dorilahav , it's important to stay deterministic, function $chava_46165799_lbrch($chava_1432970484_mbvrch) {
console.log('היוש, ' + $chava_1432970484_mbvrch);
}
$chava_46165799_lbrch('עולם');WDYT? |
I agree |
|
@dorilahav I do agree with @elisherer that we want determinism. I also agree that we want to avoid collisions of hash result. I think that a combination of the two should be safe enough for the purposes of חווה סקריפט. |

No description provided.