Re: Python syntax in Lisp and Scheme
Andreas Rossberg wrote:[color=blue]
> Dirk Thierbach wrote:
>[color=green]
>>
>> you can use macros to
>> do everything one could use HOFs for (if you really want).[/color]
>
>
> Really? What about arbitrary recursion?[/color]
When you need arbitrary recursion you use HOF. When macro are more
appropriate you use them. If you don't have both you are out of luck.
Cheers
--
Marco
Andreas Rossberg wrote:[color=blue]
> Dirk Thierbach wrote:
>[color=green]
>>
>> you can use macros to
>> do everything one could use HOFs for (if you really want).[/color]
>
>
> Really? What about arbitrary recursion?[/color]
When you need arbitrary recursion you use HOF. When macro are more
appropriate you use them. If you don't have both you are out of luck.
Cheers
--
Marco
Comment