[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: Sun, 23 Oct 2011 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
>
>