Jump to content

LISP is a very old programming language (1958), and isn't particularly useful these days unless you want to write scripts for the emacs editor. In LISP, pretty much everything is represented by a list, including the program itself, which means you end up with lots of parenthesis to keep track of to delimit the nested lists.

If you're looking for a completely different language to learn to give a slightly different perspective on things, there's no reason why not, but if you want to learn it as a useful language, or as one of your first few languages, I would suggest that you go for something more widely used, which will help you get the hang of the modern concepts, such as Java, C++, javascript, python, etc.

HTTP/2 203

Link to comment
https://linustechtips.com/topic/936876-what-is-lisp/#findComment-11435652
Share on other sites

Link to post
Share on other sites

Create an account or sign in to comment

You need to be a member in order to leave a comment

Create an account

Sign up for a new account in our community. It's easy!

Register a new account

Sign in

Already have an account? Sign in here.

Sign In Now

×