이집트 상형문자 프로그래밍 언어, 𓋇(세샤트) 등장

Seshat is a programming language in Egyptian hieroglyphs. Its goal is to make programming easy for anyone who can read and write Egyptian hieroglyphs.
"Seshat" (𓋇 Zẖꜣ.t) is the name of an Egyptian goddess. The goddess of writing, architecture, and mathematics, she would definitely be the goddess of programming.
세샤트는 이집트 상형문자로 된 프로그래밍 언어입니다. 이집트 상형 문자를 읽고 쓸 수 있는 사람이라면 누구나 쉽게 프로그래밍을 할 수 있도록 하는 것이 목표입니다.
"세샤트"(𓋇 Zẖꜣ.t)는 이집트 여신의 이름입니다. 글쓰기, 건축, 수학의 여신이라면 프로그래밍의 여신도 틀림없을 것입니다.
# hello.seshat
𓁹𓎡 𓏞𓏜𓎡 𓅓 𓌃𓆓𓇋𓐩𓋇𓅨𓂋𓏏𓎟𓏞𓎟𓐪𓏧𓂢
# ir=k zẖꜣ=k ḏd-mdw j.nḏ Zẖꜣ.t Nb.t Wr.t Zẖꜣ Nb.t Jqd.w grḥ
# "Do write: "Hail Seshat, the Great, Mistress of the Script, Mistress of the Builders."
$ node build/lib/seshat.js hello.seshat
𓇋𓐩𓋇𓅨𓂋𓏏𓎟𓏞𓎟𓐪𓏧
Egyptians used what we call "determinatives" at the ends of words to specify the categories of the meanings of the words. For example, the words 𓊢𓂝𓂻 ꜥḥꜥ "to stand" and 𓊢𓂝𓇤 ꜥḥꜥ "heap, quantity (in mathematics)" share the same spelling 𓊢𓂝 ꜥḥꜥ, but the determinatives 𓂻 and 𓇤 tell the meaning and make the words different. Like when we declare variables in typed programming languages.
In Seshat, you might use 𓇤 at the end of a variable to indicate it's about the quantity, namely a number variable. Or a papyrus scroll 𓏛 for the string variables.
이집트인들은 단어의 의미 범주를 지정하기 위해 단어 끝에 "결정사"라고 부르는 것을 사용했습니다. 예를 들어 𓊢𓂝𓂻 ꜥḥꜥ "서다"와 𓊢𓂝𓇤 ꜥḥꜥ "더미, 양(수학에서)"이라는 단어는 철자 𓊢𓂝 ꜥḥꜥ는 같지만 결정사 𓂻과 𓇤가 의미를 구분하여 단어가 서로 다르게 만듭니다. 타이핑된 프로그래밍 언어에서 변수를 선언할 때처럼요.
세샤트어에서는 변수 끝에 𓇤를 사용하여 수량, 즉 숫자 변수에 관한 것임을 나타낼 수 있습니다. 또는 문자열 변수의 경우 파피루스 두루마리 𓏛를 사용합니다.
해당 프로그래밍 언어의 개발자는
‘아희’로 유명한 개발자 퍼즐릿님이십니다.