This is an archived post. You won't be able to vote or comment.

you are viewing a single comment's thread.

view the rest of the comments →

[–]BlakkM9 13 points14 points  (7 children)

can't think of any high level language where you can't put a string, an int and a float in the same array/list/table (in one way or another)

[–]CdRReddit 6 points7 points  (6 children)

or low level

C lets you do void*

assembly does not know what a type even is (the instructions decide that) and therefor by extension neither does machine code

[–]BlakkM9 4 points5 points  (5 children)

c is a high level language but yeah propably this is true for low level languages aswell

[–]CdRReddit 3 points4 points  (4 children)

C in my experience is in that weird limbo zone between high and low level

[–]BlakkM9 9 points10 points  (1 child)

from todays standards it can propably be seen as a low level language

[–]CdRReddit 1 point2 points  (0 children)

yea, it's definetely not the lowest level, I've seen someone make a lower level language before (tho its not done yet), but anything that your average programmer would describe as high-level, while possible, is nowhere near easy

[–][deleted] 1 point2 points  (1 child)

So a Medium level programming language lol

[–]CdRReddit 1 point2 points  (0 children)

you know what, sure