L4sBot@lemmy.worldMB to Technology@lemmy.worldEnglish · 11 months agoAn After-School Program Teaches Teens Java and Pythonspectrum.ieee.orgexternal-linkmessage-square54fedilinkarrow-up1215arrow-down16file-text
arrow-up1209arrow-down1external-linkAn After-School Program Teaches Teens Java and Pythonspectrum.ieee.orgL4sBot@lemmy.worldMB to Technology@lemmy.worldEnglish · 11 months agomessage-square54fedilinkfile-text
An After-School Program Teaches Teens Java and Python::The students also learn how to design board games and video games
minus-squarerealharo@lemm.eelinkfedilinkEnglisharrow-up3·edit-211 months agoThey should’ve just picked Kotlin. It also encourages good basic habits, such as not making a variable mutable unless you specifically need to (val is way more common than var, the IDE makes them very visually distinct).
They should’ve just picked Kotlin.
It also encourages good basic habits, such as not making a variable mutable unless you specifically need to (
val
is way more common thanvar
, the IDE makes them very visually distinct).