Re: Concatenative Programming was( help with naming convention)
[
Date Prev][
Date Next][
Thread Prev][
Thread Next]
[
Date Index]
[
Thread Index]
- Subject: Re: Concatenative Programming was( help with naming convention)
- From: David Hollander <dhllndr@...>
- Date: 2011年10月23日 18:30:05 -0500
> You had me confused until I realized that you meant "is_palindrome".
Yes, my apologies: http://docs.factorcode.org/content/article-first-program.html
On Sun, Oct 23, 2011 at 5:43 PM, Tim Mensch <tim-lua-l@bitgems.com> wrote:
> On 10/23/2011 7:18 AM, David Hollander wrote:
>> assert(is_polynomial 'hello' == false)
>> assert(is_polynomial 'race car' == true)
>> assert(is_polynomial 'A man, a plan, a canal: Panama.' == true)
> You had me confused until I realized that you meant "is_palindrome".
>
> Tim
>
>