5 ms·
Nowadays a lot of people script in python
by rastignack 1y ago
Nowadays a lot of people script in python
- general1726 1y agoYeah sure after they are done fighting with venv or why this scripts written in a different version of Python behaves differently on this computer... During scripting they can be constantly annoyed by Python's indentation errors. Really awesome stuff when your syntax is whitespace dependent.
- sargstuff 1y ago> ... behaves differently on this computer... vs. in linux, running powershell scripts under a virtualized instance of windows to avoid linux OS / windows OS differences issues? ---- other extreme end of the 'whitespace' spectrum: APL : no white space / single character instead of multicharacter programming language tokens. Maximum expressiveness without any need for whitespace!