+ 3
Have you heard about language LISP ?
I have studied in a book that LISP is a high level programming language that is used for Artificial intelligence. Can anyone explain me about it more briefly.
7 Answers
+ 7
((((y((e((s))))))))
+ 4
Google it! It is an old programming language, made in 1958, it is older than me.
+ 4
modern Lisp is Prolog,
It is a very different way of programming because it is not imperative but descriptive
It was the lAnguage for AI but finally this approach failed more or less.
try it... it is funny.
+ 3
example
facts
father(kirk ,michael) "kirk is father michael
father(ben,kirk) " ben is father of kirk
relation definition two ways to be grandpa
grandpa(x,y):
father(x,z),
father(z,y)
grandpa(x,y):
father(x,z).
mother(z,y)
query
grandpa(ben,michael)?
--> yes
+ 1
I have heard that Lisp is a language of God.
0
its a 5th gen language or something like this.
0
(LOOP '(LISP_IS_THE_BEST))