Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

What varieties of LISP are there? [closed]

Tags:

lisp

What are the different varieties of LISP and what are the most significant differences between them?

like image 490
Joshua Aresty Avatar asked Mar 07 '11 21:03

Joshua Aresty


People also ask

Are there different types of lisp?

There are two other types of lisp: the lateral lisp, and the palatal lisp. In a lateral lisp the person produces the 's' and 'z' sounds with the air escaping over the sides of the tongue, while in a palatal lisp they attempt to make the sounds with the tongue in contact with the palate.

What is a Dentalized lisp?

Lisp Type #4: Dentalized Lisp If a person has a dentalized lisp, the person's tongue directs airflow forward by pushing against their front teeth. It may produce a “muffled” sound. A lisp may become visible when a child is around 2-years old.

What is the difference between a lateral lisp and an interdental lisp?

An interdental (frontal) lisp occurs when the tongue sticks out between the front teeth. This error makes /s/ and /z/ sound like “th” (e.g., yeth/yes). A lateral lisp occurs when air escapes over the sides of the tongue. A lateral lisp often sounds “wet” or “slushy” because you can hear the sounds of saliva.


1 Answers

The most popular dialects today are: Common Lisp, Scheme, and Clojure

The Clojure website has a page comparing and contrasting all three. Lisp diehards tend to prefer CL or Scheme. Clojure is the "hot new thing" and is a hybridization of Lisp and Java.

Common Lisp and Scheme both have a large number of implementations to pick from. Clojure has two: one for the JVM and one for the CLR.

  • Common Lisp Implementations
  • Scheme Implementation Choices
  • Scheme vs. Common Lisp
like image 131
dbyrne Avatar answered Oct 20 '22 00:10

dbyrne