I imagine the perfect programing language would have 3 levels.<p>1.LLM "code" , this should work for most basic use cases.
Should be so basic any random person can create a CRUD app.<p>2. Scripting, something like Python. This should handle 95% of use cases.<p>3. Systems programing. Zig, Rust, etc. For when you need extremely specific performance requirements to be met.<p>My dream language would integrate all three of these in the same stack, ideally the same project would be a mix of all three ( most of the time a mix of the first two).