An After-School Program Teaches Teens Java and Python::The students also learn how to design board games and video games

  • @bionicjoey
    link
    English
    26 months ago

    It feels like some arcane spell when you first learn it, but once you are familiar with Java, each token in that declaration feels totally justified. Like yeah, the args are an array of strings. Yeah, the main function needs to be static and public. Yeah, it doesn’t return anything inside the JVM, so it’s void.

      • @bionicjoey
        link
        English
        16 months ago

        Yeah my brain still thinks about Java in Java 8 because that was primarily what I worked on when I was a dev.