Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

What is lisp used for today and where do you think it's going? [closed]

Tags:

lisp

Never been a lisp user, so don't take me as too dense while reading this. However;

  • What is lisp used for today?

I know there are several variants of the language in existence, at least one which will keep it alive commercially for a while longer (AutoLisp, VisualLisp - pretty big support from Autodesk)... But I don't meet everyday people using it. So if you could shed some light on the matter:

  • What is its primary target market nowadays?

And what do you believe its future will be?.. Will it become just another support language in few apps, or is it going somewhere?

Also, apart from "an editor whose name shall not be spoken";

  • What other apps keep it as a support language ?
like image 510
Rook Avatar asked Apr 27 '09 17:04

Rook


People also ask

What is Lisp used for today?

LISP, an acronym for list processing, is a programming language that was designed for easy manipulation of data strings. Developed in 1959 by John McCarthy, it is a commonly used language for artificial intelligence (AI) programming. It is one of the oldest programming languages still in relatively wide use.

What is Lisp best used for?

Lisp empowers programmers to write faster programs faster. An empirical study shows that when programmers tackle the same problems in Lisp, C/C ++ and Java, that the Lisp programs are smaller (and therefore easier to maintain), take less time to develop and run faster.

Do people use Lisp anymore?

One of the old languages, LISP, has lost its fame and started its journey to death. The language is being rarely used by developers these days. LISP is a language of fully parenthesised prefix notation and is the second oldest high-level programming language, developed in 1960.

How is Lisp used in artificial intelligence?

Lisp is used for AI because it supports the implementation of software that computes with symbols very well. Symbols, symbolic expressions and computing with those is at the core of Lisp.


1 Answers

The Lisp dialect Clojure seems to be growing in popularity - you might ask out at http://clojure.org/ in one of the forums to see what real-world apps people are building with it.

like image 132
Don Branson Avatar answered Oct 22 '22 19:10

Don Branson