Ok, Lemmy, let’s play a game!

Post how many languages in which you can count to ten, including your native language. If you like, provide which languages. I’m going to make a guess; after you’ve replied, come back and open the spoiler. If I’m right: upvote; if I’m wrong: downvote!

My guess, and my answer...

My guess is that it’s more than the number of languages you speak, read, and/or write.

Do you feel cheated because I didn’t pick a number? Vote how you want to, or don’t vote! I’m just interested in the count.

I can count to ten in five languages, but I only speak two. I can read a third, and I once was able to converse in a fourth, but have long since lost that skill. I know only some pick-up/borrow words from the 5th, including counting to 10.

  1. My native language is English
  2. I lived in Germany for a couple of years; because I never took classes, I can’t write in German, but I spoke fluently by the time I left.
  3. I studied French in college for three years; I can read French, but I’ve yet to meet a French person who can understand what I’m trying to say, and I have a hard time comprehending it.
  4. I taught myself Esperanto a couple of decades ago, and used to hang out in Esperanto chat rooms. I haven’t kept up.
  5. I can count to ten in Japanese because I took Aikido classes for a decade or so, and my instructor counted out loud in Japanese, and the various movements are numbered.

I can almost count to ten in Spanish, because I grew up in mid-California and there was a lot of Spanish thrown around. But French interferes, and I start in Spanish and find myself switching to French in the middle, so I’m not sure I could really do it.

Bonus question: do you ever do your counting in a non-native language, just to make it more interesting?

  • luluu@lemmy.world
    link
    fedilink
    arrow-up
    0
    ·
    29 days ago

    1. Python

    for i in range(11):
        print(i)
    

    2. R

    for (i in 0:10) {
      print(i)
    }
    

    3. C/C++

    #include <iostream>
    
    int main() {
      for (int i = 0; i <= 10; ++i) {
        std::cout << i << std::endl;
      }
      return 0;
    }
    

    4. Java

    public class CountToTen {
      public static void main(String[] args) {
        for (int i = 0; i <= 10; i++) {
          System.out.println(i);
        }
      }
    }
    

    5. Lua

    for i = 0, 10 do
      print(i)
    end
    

    6. Bash (Shell Script)

    for i in $(seq 0 10); do
      echo $i
    done
    

    7. Batch (Windows Command Script)

    @echo off
    for /l %%i in (0,1,10) do (
      echo %%i
    )
    

    8. Go

    package main
    
    import "fmt"
    
    func main() {
      for i := 0; i <= 10; i++ {
        fmt.Println(i)
      }
    }
    

    9. Rust

    fn main() {
      for i in 0..=10 {  // 0..=10 includes 10
        println!("{}", i);
      }
    }
    

    10. Zig

    const std = @import("std");
    
    pub fn main() !void {
        var i: i32 = 0;
        while (i <= 10) {
            std.debug.print("{}\n", .{i});
            i += 1;
        }
    }
    

    11. Scala

    for (i <- 0 to 10) {
      println(i)
    }
    

    12. Fortran

    program count_to_ten
      implicit none
      integer :: i
    
      do i = 0, 10
        print *, i
      end do
    
    end program count_to_ten
    

    13. Haskell

    main :: IO ()
    main = mapM_ print [0..10]
    

    14. Julia

    for i in 0:10
        println(i)
    end
    
  • nargis@lemmy.dbzer0.com
    link
    fedilink
    English
    arrow-up
    0
    ·
    edit-2
    29 days ago

    Four. English, Hindi, Marathi (native) and Kannada. Sanskrit as well, but it’s a dead language, and I can’t speak Sanskrit because the grammar is extremely complicated. Had it in school for 3 years. So 5, if you’re counting Sanskrit.

    I generally count in English, unless I am using another language with my friends (excluding Sanskrit).

      • nargis@lemmy.dbzer0.com
        link
        fedilink
        English
        arrow-up
        1
        ·
        edit-2
        25 days ago

        Nice guess, but no.

        Edit: जर्मन आणि मराठी? मी कर्नाटका पासून आहे, त्यामुळे म्हाला मराठी (मातृभाषा) आणि कन्नडा येते. जर्मनी मध्ये फॅमिली आहे का? NRI?

        • TerranFenrir@lemmy.ca
          link
          fedilink
          English
          arrow-up
          1
          ·
          25 days ago

          जर्मनी मध्ये फॅमिली आहे का?

          नाही नाही. आम्हाला शाळेत ८-१०व्ही अर्ध हिंदी अर्ध जर्मन (१००च्या ऐवजी ५०-५० मार्कांसाठी) असल्यामुळे खूप थोडे जर्मन येते. तेव्हा बी २ पर्यंत यायचे. आता काही येत नाही lol.

          पण माझ्या एका मित्राला खूप फायदा झाला जर्मन मुले. आता मस्त जर्मनी मध्ये फुकटात बॅचलर्स करतोय (तिथे जर्मन मध्ये शिकलात तर शिक्षणाची फी जर्मन सरकार भरते).

          NRI?

          हो, कॅनडा मध्ये.

  • Tippon@lemmy.dbzer0.com
    link
    fedilink
    English
    arrow-up
    0
    ·
    edit-2
    29 days ago
    1. English (native), Welsh, French, Spanish, German, and binary if I use my fingers 🙌

    EDIT:Bugger, it’s 5. I can’t remember 6 and 10 in German 🙈

        • Actually, it’s the words that the the same as native words which are the hardest to remember, IME, because you’re always questioning it, or you go reaching for a “foreign” word, but if it’s also a native word…

          Funny little story. When I first came back from living in Germany, I’d occasionally forget the English word for things and could only remember the German ones. I don’t know if that happens to many people, but that last year, I don’t think I spoke English with anyone more than a couple of times.

  • TerranFenrir@lemmy.ca
    link
    fedilink
    English
    arrow-up
    0
    ·
    29 days ago

    English (school/friends): one, two, three, four, five, six, seven, eight, nine, ten

    German (school): eins, zwei, drei, vier, fünf, sechs (hehe sex), sieben, acht, neun, zehn

    Marathi (native): Ek, don, teen, char, pach, saha, saat, aath, naoo, daha

    Hindi (friends/school): Ek, do, teen, char, panch, cchah, saat, aath, naww, thus

      • TerranFenrir@lemmy.ca
        link
        fedilink
        English
        arrow-up
        0
        ·
        27 days ago

        you’re Indian?

        Yepp

        Hindi is the official national language

        Oh noooo nonono. This is a large misconception (kinda one that was spread intentionally).

        So here’s the deal. India is very similar to Europe, in that there are hundreds of little cultures that have had very different histories, very different cultures, very different religious practices, etc. At no point in history was India (the current borders) under one state, just like Europe wasn’t under one state.

        India has 22 official languages, out of which Hindi is the most spoken one (largely in northern India in the basin of the Ganga).

        Hindu nationalists have this idea that India needs to be a nation state to protect itself from foreign threats. “A very important step towards that is by having one language that is spoken by all. English can’t be that language cuz it belongs to the colonizers. Hindi however, is Indian. Hence, all Indians must speak it.”

        The problem however, is that those that don’t speak Hindi don’t want Hindi imposed on them. According to them, English is a perfectly fine bridge language. South Indians generally hold this position. Their languages are very very different from Hindi. Even their scripts are different (like how English and Japanese have different scripts).

        Lemme explain this by giving an example of Europe. Imagine Britain colonizes all of mainland Europe. Europe has never been united before. However, to defeat the British, Europe unites for the first time. They drive the British out, and establish their own state.

        Now, a group of Catholic Christian nationalists believe that Europe must become more united to fight against such threats. They want all Europeans to speak one language. This language turns out to be German. State institutions across Europe start making their employees only talk in German. Understandably, the French are pissed with this.

        That’s kinda what’s happening in India right now. Many (especially south Indians) are pretty mad about this and are resisting.

        I have not heard of Marathi

        It’s the language spoken in the state of Maharashtra (whose capital is Mumbai).

        83 million people speak it natively, while 16 million speak it as a second language. It shares the same script with Hindi. So if you know Marathi, it’s kinda easy to learn Hindi and vice versa. There are many common words and stuff. I think a huge majority of Marathi folk can speak an ok amount of Hindi today (largely because of internal immigration from North India to cities in Maharashtra and the aforementioned “Hindi imposition”).

        • Thanks for the detailed explanation! I’ve worked with a ton of Indians (software development, East coast US), and I picked that up from one of them. It hadn’t occurred to me to verify it, mainly because it wasn’t critical knowledge for me; just trivia.

          • TerranFenrir@lemmy.ca
            link
            fedilink
            English
            arrow-up
            2
            ·
            25 days ago

            Thanks for the detailed explanation!

            Aww no worries <3

            picked that up from one of them

            Ah. Nah, it’s a case of “repeat a lie again and again till it becomes the truth”. I vaguely remember us being taught about this national language thing in school too! Kinda like the Mandela effect (but very likely spread intentionally).