Binary would be an obvious answer.
PC's read simple 0's and 1's, and Apple computer are PCs, so I don't see why they wouldn't fall into this category.
Chat with our AI personalities
There are two programming languages which use a C switch statement. The two languages are C and C++, hence the name C switch statement. There may be more, but those are the most obvious ones
penischaffed
LISP programming refers to creating applications using LISP languages - a family of old high level programming languages that used Polish notation. LISP languages are the second oldest HLLs after FORTRAN.
High level languages Mid Level Languages Low level languages High level languages: cobol, fortran etc Mid level languages: C, C++ Low level languages: assembly language
Languages like C, Pascal, Basic do not use classes, polymorphism, etc, they promote functional style of programming. Languages like PHP, Perl, Python, Ruby provide you with the opportunity to choose whether you like to program using classes, in other words in the object-oriented way, or adhere to functional programming - depending on what is optimal for the project you are working on.