gilbert189 — 12/2/2022, 6:14:22 AM

How hard could it be to make a multilingual programming language?

(by multilingual I mean it supports multiple human languages, not that it compiles to multiple programming languages)

♥ 1 ↩ 0 💬 11 comments

comments

cst1229:

if it’s a block-based programming language, it’s easy

12/2/2022, 2:57:00 PM
lily:

rust has crates for that

12/2/2022, 11:34:07 AM
gilbert189:

…what

12/2/2022, 11:35:13 AM
lily:

i said, rust has crates for that.

12/2/2022, 1:59:38 PM
gilbert189:

crates?

12/2/2022, 2:06:09 PM
cst1229:

afaik they’re basically modules or packages in other languages

12/2/2022, 2:56:28 PM
lily:

packages

12/2/2022, 9:04:56 PM
gilbert189:

… I can’t seem to find a crate that uses multiple human languages, nor even a crate repetory for me to search crates to

12/2/2022, 11:46:31 PM
lily:

crates.io

12/3/2022, 8:38:11 AM
lily:

https://github.com/radekvit/rez

12/3/2022, 8:39:15 AM
gilbert189:

Somehow this is better than my attempts of doing this

12/3/2022, 9:45:58 AM