-
what you are looking for neel Is FORTRAN it was developed in 1957, it is the first high level programming language used for AI.
one year later john mcarthy developed LISP in MIT, it became the dominant language used for artificial intelligence research.
-
Quote:
Originally posted here by lench
BINARY! lol
Binary wouldn't be any harder than assembler. Since each instuction in asm translates to one instruction in machine code, if you programmed code in asm and was given a reference lookup to each instruction in binary, you could do the work of the assembler and write out the object code in binary. It wouldn't be any harder, just extremely tedious.