검색결과 리스트
글
[소공] 실습 3주차
학교/컴퓨터프로그래밍
2014. 3. 20. 16:47
http://nnoco.tistory.com/35
They say :
assembly language is low-level java, C# are high-level.
But they do not talk about highest-level languages
The answer is yes.
What is the highest-level languages?
case1. view a computer as a 4-year old baby
case 2. view a computer as a 10-year old boy
case 2. view a computer as a college student
example of Prolog
obj : fact(0, 1)
fact(x+1, xy + y) :- fact(x,y)
main:
fact (5,x)
So there is a final goal
난 소공을 배우고 싶다.