AJAX Made Easy - Learn AJAX
AJAX Home Lisp

The Roots of Lisp

Author: Bonnie  Category: Lisp Add Comment

I wrote this article to help myself understand exactly what McCarthy discovered. You don't need to know this stuff to program in Lisp, but it should be helpful to anyone who wants to understand the essence of Lisp-- both in the sense of its origins and its semantic core. The fact that it has such a core is one of Lisp's distinguishing features, and the reason why, unlike other languages, Lisp has dialects.

Read Article
 

Sponsored Links

 


Related Articles

 AJAx with Lisp Frameworks CL-AJAX is Richard Newman's Common Lisp library to allow for remote invocation of functions through Javascript. CL-AJAX is designed for use with Araneida, providing a handler to vend exported functions over HTTP. It also generates the Javascript for you to call, returning the values to a callba ...

 Lisp Primer This text has been written to provide a quick introduction to the basic elements of Common Lisp for both experienced and novice programmers. It is not intended to be a comprehensive account of the language for, in our experience, it takes only a little introduction before most Lisp programmers are a ...

 An Introduction and Tutorial for Common Lisp This document provides a small set of resources and references on Common Lisp. It was originally prepared for students in the Part-Time MS Program in Computer Science at the Johns Hopkins Univers ...

 CL-Ajax directs Javascript calls directly into server-side Lisp functions CL-AJAX is designed for use with Araneida, providing a handler to vend exported functions over HTTP. It also generates the Javascript for you to call, returning the values to a callback of your choice, and includes some useful JS to do common callback handling (e.g. replacing an XHTML element by its ...



Next: Lisp Primer



Post Comment


You need to Login to post your comment...

Click here to login

Title:
 
Comment:



Daily Email Updates

AJAX Updates delivered directly to your Inbox...

Enter your email address:

Latest AJAXwith Updates

Popular AJAX Articles