tgbugs
2019-7-19 08:39:13

@tgbugs has joined the channel


mario.luis.guimaraes
2019-7-19 09:41:27

While I think this is doable with s-expressions, as Racket does today, I think it will be a great challenge to do in a practical way with typical syntax


eero.linna
2019-7-19 13:43:27

@eero.linna has joined the channel


philip.mcgrath
2019-7-19 18:29:30

@philip.mcgrath has joined the channel


spdegabrielle
2019-7-19 19:12:02

Make RFC on internationalising racket2 #44 @spdegabrielle spdegabrielle opened this issue less than a minute ago Like string-constants-lib String constants support internationalisation via translation files so DrRacket UI can be used in a range of languages, but applied to the code. https://en.m.wikipedia.org/wiki/Non-English-based_programming_languages https://github.com/racket/racket2-rfcs/issues/44


spdegabrielle
2019-7-19 19:31:01

Of course that makes the DrRacket “Determine language from source” weird.


notjack
2019-7-19 19:40:43

I know there’s even some prior art of this in the javascript / npm world, some of the packages used in the implementation of the npm CLI are internationalized in that there’s a separate package for each language and the identifiers are exported with names in that language


notjack
2019-7-19 19:40:47

the docs are translated too


notjack
2019-7-19 19:41:47

@spdegabrielle could you remind me to dig up links to those packages this weekend and put them in the rfc issue?


spdegabrielle
2019-7-19 19:42:20

@notjack yes sure


spdegabrielle
2019-7-19 19:42:38

I’ll remind you tomorrow


notjack
2019-7-19 19:43:06

thanks :heart: