[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
Re: are dylan macros Turing-complete?
In article <sn5287jlrb.church.of.emacs@localhost.verbum.private>,
Colin Walters <walters@verbum.org> wrote:
> Anyways, in this paper I'm writing, I claim (without real proof) that
> Dylan macros are not Turing-complete. I'd just like to confirm that
> this is in fact the case.
It's pretty easy to translate Turing machine programs into Dylan using a
list of tokens as the tape and macros as the program.
Dylan macros are definitely Turing-complete...
-- Bruce