Back

Explore Courses Blog Tutorials Interview Questions
0 votes
2 views
in AI and Deep Learning by (50.2k points)

I wish to learn Lisp as I am going towards Artificial Intelligence (AI). Can somebody share some good book names of tutorials that covers a good amount of Lisp details?

Just google it, but didn't find anything good which covers the language in detail.

Also, which software is required for programming (like for .NET languages we usually use Visual Studio to do programming)?

Thanks in advance.

1 Answer

0 votes
by (108k points)

LISP is mainly suitable for Artificial Intelligence programs, as it processes symbolic information effectively.

It serves as a common language, which can be easily extended for the specific implementation.

Programs that are written in Common LISP do not depend on machine-specific characteristics, such as word length, etc.

For knowing the tools for implementing the LISP programming, refer the following link:

https://www.tutorialspoint.com/lisp/lisp_quick_guide.htm

Browse Categories

...