bikini wrote:
In your view, can the nature of a low level be presented at a high level?
Hi.
Huh... tough question, because the definitions are rather fuzzy. But isn't it the high level's nature to abstract away what's in the low level?
1+1=2, but 2 is still low level. Now if I say 1+1 = Number, then most certainly I just abstracted away the nuance that the Specific number is 2. On the other hand, Number most definitely has certain qualities that 2 possesses, save the individual characteristics of the Specific 2.
Now, if the question is about programming languages and let's call ASM a low level and (
exempli gratia) C# a high-level, then the question is slightly different and less philosophical. C# most definitely consists of a bunch of ASM instructions, however you cannot specify (or would have a rather hard time) individual instructions - unless there is a way built in, but then it's not that high of a level.
About the reverse. Can the nature of high-level be presented at a low level? I presume it can, because in the end, the high level is just an abstraction of the lower levels. As the Numbers high level set contains many individual numbers that in sum add up to define the rules for the higher level. Like any matter would just be a number of atoms, then electrons and protons and neutrons, which are of quarks et cetera, and you can also say that's an apple (or Platonic style, the idea of an apple

).
Just the same, no matter how clever your C# program is, in the end, somebody with enough talent (and most importantly time) can write the same code in ASM.
So for the original question, I vote No, for the reversed question, I vote Yes. Please note 'vote'

It would take either a) many many more sleepless nights to get twisted up in the specifics of the question or b) a lot more alcohol in my veins.