Jump to content

Talk:Lisp Programming/Overview

Page contents not supported in other languages.
Add topic
From Wikibooks, open books for an open world
Latest comment: 15 years ago by 207.34.115.78

there wasn't anything here... it isn't pretty, but I guess it kind of works... -jakv

Huh?

This overview would only be understandable to someone already familiar with LISP. It isn't a very good overview either. Lisp is a functional language. The first code example defines a function for the factorial symbol '!' (as in 5! = 5*4*3*2*1 = 120) which takes a variable 'x' as an argument.207.34.115.78 (talk) 15:45, 21 October 2010 (UTC)Reply