Newsgroups: comp.lang.lisp
From: "K.S.Sreeram" <kssree...@gmail.com>
Date: 27 Sep 2006 18:04:22 -0700
Local: Wed, Sep 27 2006 9:04 pm
Subject: Re: Aha! moments
Zach Beane wrote: I guess "code is data" is the most basic lisp aha! But its implications > What are some of the things that triggered your own Aha! moments? What > sort of stuff delighted you when you discovered it? What advice would > you give people who want to have more Aha! moments? continue to be sources for many more such aha moments. For instance, in most other programming languages, new abstractions are Here's an example (in scheme): (define (square x) (* x x)) This is a simple function which raises x to the integer power n, with a (power 'x 3) -> (* x (* x x)) See the original article by Darius Bacon for the details: [sreeram;] You must Sign in before you can post messages.
To post a message you must first join this group.
Please update your nickname on the subscription settings page before posting.
You do not have the permission required to post.
| ||||||||||||||