Comment Re: C--? (Score 1) 159
Who needs a language at all?
Cowboy Neal codes in machine instructions, AI should too.
Even C gets translated to assembly before the assembler makes the binary that gets modified by the linker.
Point is: all human-accessible programming languages are _at least_ two degrees of separation from machine language executed by the instruction decoder in the CPU. The only thing that matters is the final binary executable in RAM.