Skip to content

Conversation

elisherer
Copy link

Reduce transliteration boilerplate by using base-36 for hash and remove chavascript prefix

  • also add "$" before the hash to put a visible barrier between the end of the hebrew word and the hash

Before:

יכולת אחד() {
   יהי א = 12;
   בקרה.תעד(א);
}

After:

function ahd_$voa4() {
    let a_$15c = 12;
    console.log(a_$15c);
}

Related to a comment I made at #14 (comment)

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

1 participant