From: Will
Subject: data structure to represent lambda terms
Date: 
Message-ID: <d5a02c32.0112140322.7fd97a1c@posting.google.com>
how can I implement a data structure to represent lambda terms in lisp or scheme
From: glauber
Subject: Re: data structure to represent lambda terms
Date: 
Message-ID: <892f97d1.0112140705.73360e6d@posting.google.com>
······@hotmail.com (Will) wrote in message news:<····························@posting.google.com>...
> how can I implement a data structure to represent lambda terms in lisp or scheme

May i recommend the "list" data structure?