sa mga software developers they consider C as mid-level...
search mo bro VHLL (very high level programming language)
A very high-level programming language (VHLL) is a programming language with a very high level of abstraction, used primarily as a professional programmer productivity tool.Very high-level programming languages are usually limited to a very specific application, purpose, or type of task. Due to this limitation in scope, they might use syntax that is never used in other programming languages, such as direct English syntax. For this reason, very high-level programming languages are often referred to as goal-oriented programming languages.Very high-level programming languages are usually proprietary software. Some high-level programming languages such as Python, Ruby, and Scheme are often considered to be VHLL
from wikipedia:never heard ko pa ang mga 'to ah.. baka di ko na abutin 'to sa sobrang HIGH nila..
yung Ruby, popoular yung Ruby on Rails...nasa top 50 most important persons of this time pa nga ata yung nagdevelop nun...
example ng VHLL...from Ruby...puts "Hello World!"equivalent sa Python...print "Hello World!"equivalent sa C...#include <stdio.h>int main (){ printf ("Hello World!"); return 0;}
labas "Hello World!"
sa aking future programming language:Code: [Select]labas "Hello World!"ahihi
eto yung mga developer na walang magawa kaya gumagawa ng trip na language...Brainfuck - Hello World program...++++++++++[>+++++++>++++++++++>+++>+<<<<-]>++.>+.+++++++..+++.>++.<<+++++++++++++++.>.+++.------.--------.>+.>.
eto din http://www.tiobe.com/index.php/content/paperinfo/tpci/index.html
ang dami na palang programming language.. 3 types lang kasi na-introduce nun college:machine language,assembly (mid-level) language, --> di ko makalimutan si Grace Hopper (sounds like ____ .. hehe )C (high-level) language.