What is LISP good for?
I'm taking a course in my university, where they teach Scheme, which is a dialect of LISP.
And that language annoys the hell out of me.
I'm used to Java, where anybody can understand what your code does, and then you move to list, where a simple function that computes Fibonacci numbers is so complex nobody will understand what it does.
And my question is, is LISP actually used anywhere, and why won't a normal language do?
|