Uh oh!
There was an error while loading. Please reload this page.
fix alphabet translation using hash function and prefix - #27
Conversation
avivcarmis
commented
Jan 4, 2021
avivcarmis
commented
Jan 4, 2021
hash function taken from here |
dorilahav
commented
Jan 4, 2021
Would suggest to also use a dictionary because the hash is not very long. |
dorilahav
commented
Jan 4, 2021
A nice and clean solution might be to just create a counter and use it's value to name variables and functions. |
elisherer
commented
Jan 5, 2021
@dorilahav , it's important to stay deterministic, function$chava_46165799_lbrch($chava_1432970484_mbvrch){console.log('היוש, '+$chava_1432970484_mbvrch);}$chava_46165799_lbrch('עולם');WDYT? |
avivcarmis
commented
Jan 5, 2021
I agree |
avivcarmis
commented
Jan 6, 2021
@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.