The crime isnโt the articleโs contents but rather the headline
It talks mainly about corp bureaucracy slowing necessary tooling upgrades and leans anti-planned obsolescence and pro-right-to-repair
Agree with qtโdtโs general sentiment tho
No CNBC, itโs not device hoarding itโs โMY PHONE STILL WORKS FINE AND IโM NOT GOING TO SPEND $1500 FOR A SLIGHTLY BETTER CAMERA AND AN AI FEATURE THAT IโLL EVENTUALLY DISABLE
@oxcrowx Makes sense, I prioritized math operations bc it resolved my immediate needs; next steps for me would def be to implement more sophisticated parsing and support for function definitions, files, etc.
Finally have an interpreter working which means I can execute my programming language (glorified calculator) in my state-of-the-art runtime environment (windows powershell).
How do I plan to handle comparisons? Glad you asked - super super carefully
@oxcrowx Woah this is cool! Are you handling the lexed tokens -> AST conversion stage in a single pass or do you have some intermediate format (e.g., RPN)