23 Jul 00:03
[lispfaq commit] r22 - trunk
Author: peter.seibel Date: Tue Jul 22 15:03:11 2008 New Revision: 22 Modified: trunk/faq.txt trunk/lispfaq.txt trunk/staging-faq.txt Log: Another typo and some old unchecked in changes. Modified: trunk/faq.txt ============================================================================== --- trunk/faq.txt (original) +++ trunk/faq.txt Tue Jul 22 15:03:11 2008 @@ -545,12 +545,77 @@ *** Where is my compiler? My debugger? Where is my program running? -Lisp works quite differently than most languages that you may be -familiar with, for example C has a very distinct cycle. In the C -style, you edit some code, compile it with a separate compiler and -produce an executable. You can then run that executable, perhaps with -a debugger attached to it. Modern IDEs smooth the distinctions between -these steps, but under the hood they are still there. +When it comes to how you develop and run your software Lisp works +differently than most other languages that you may be familiar with. +(Unless you happen to be familiar with Smalltalk, which inherited many +of its ideas from Lisp.) If you are used to "compiled" languages, for(Continue reading)
RSS Feed