devilish666@lemmy.world to Programmer Humor@programming.dev · 1 year agoIt's always semicolon, God damnit.......lemmy.worldimagemessage-square16fedilinkarrow-up1264arrow-down119
arrow-up1245arrow-down1imageIt's always semicolon, God damnit.......lemmy.worlddevilish666@lemmy.world to Programmer Humor@programming.dev · 1 year agomessage-square16fedilink
minus-squaremariusafa@lemmy.sdf.orglinkfedilinkarrow-up7·1 year agoHow? For real I hate python not having ; and { and depending on tabs and spaces (PAIN)
minus-squaredustyData@lemmy.worldlinkfedilinkarrow-up10·1 year agoPython supports both, it’s just not pythonic. It’s not the way it’s meant to be written but you can write them if you want/are a masochist, because of the syntax’s flexibility.
minus-squaremaynarkh@feddit.nllinkfedilinkarrow-up7·1 year agoYou can end any statement in Python with a semicolon, you can also put multiple statements on the same line, putting a semicolon between them.
minus-squarefl42v@lemmy.mllinkfedilinkarrow-up2·1 year agoMay I interest you in https://tushar.lol/post/cursed-for/
minus-squaremariusafa@lemmy.sdf.orglinkfedilinkarrow-up2·1 year agoNice, my lovely C syntax. Thank you!
How? For real I hate python not having ; and { and depending on tabs and spaces (PAIN)
Python supports both, it’s just not pythonic. It’s not the way it’s meant to be written but you can write them if you want/are a masochist, because of the syntax’s flexibility.
You can end any statement in Python with a semicolon, you can also put multiple statements on the same line, putting a semicolon between them.
You should try ruby.
May I interest you in https://tushar.lol/post/cursed-for/
Nice, my lovely C syntax. Thank you!