nameless_centurian
Gawd
- Joined
- Apr 4, 2003
- Messages
- 836
i've been using this language a lot recently. i see it has many, many features that were once considered miraculous. i can see how it would have been a god-send in the late 1950's when programming machines was extremely difficult.
are there any practical reasons for using this language today (other than maintaining the code base from the 1960's - 1980's)? i know many AI fans love it, but i just don't see the advantage. even well-written LISP code is difficult to read. the lack of type declarations makes following someone else's code extremely difficult. additionally, i think the Language lacks the flexibility to control hardware without extensive modifications to the standard for running on specific hardware.
It seems to be neat language that is fun to tinker with when you want to remove the worries of low-level representation of data, which i believe ties it exclusively to data processing... and i think there are many better languages to do your data processing in.
are there any practical reasons for using this language today (other than maintaining the code base from the 1960's - 1980's)? i know many AI fans love it, but i just don't see the advantage. even well-written LISP code is difficult to read. the lack of type declarations makes following someone else's code extremely difficult. additionally, i think the Language lacks the flexibility to control hardware without extensive modifications to the standard for running on specific hardware.
It seems to be neat language that is fun to tinker with when you want to remove the worries of low-level representation of data, which i believe ties it exclusively to data processing... and i think there are many better languages to do your data processing in.