[04:10:08] Am I hitting a somewhat equivalent problem in python with the failed test here: https://www.wikifunctions.org/view/en/Z12871 [04:10:42] Am I hitting a somewhat equivalent problem in python with the failed test here: Z12871 ? [04:35:04] does python let you use objects as keys? (at least if I'm reading that right, that's what the lines that create dict1/dict2 would be trying to do) [12:21:29] yes, but only if they’re hashable [15:46:53] hi y'all, [15:46:53] I vaguely remember some discussions about functions being aware and able to use local languages specificities, has it been done/tried/going somewhere? [15:46:55] (for instance, I'd like to count the number of letters in a Breton word - like « c'hi » is a 2 letters word in Breton, unlike in most Latin script languages - should I build my own function or wait for a general one?) [16:47:46] Nicolas: Theoretically you could take a language as a parameter (https://www.wikifunctions.org/wiki/Z60) and make some decisions based on what the input is? [16:48:14] I don't think anyone has done that yet, and the input isn't the easiest control to understand, but it might be good enough as a start? [16:55:26] thanks [16:55:28] sad noone did it already, I pretty busy and not sure how to it myself :/ (re @wmtelegram_bot: I don't think anyone has done that yet, and the input isn't the easiest control to understand, but it might be good en...) [17:01:09] Nicolas: I've made a quick test function at https://wikifunctions.beta.wmflabs.org/view/en/Z11649 [23:59:34] Oh nice! I've made one to get out the language code from a monolingual text: Z12877