guile-devel
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

Re: unhandled constant?


From: Ricardo Wurmus
Subject: Re: unhandled constant?
Date: Fri, 31 Jan 2020 12:17:10 +0100
User-agent: mu4e 1.2.0; emacs 26.3

Han-Wen Nienhuys <address@hidden> writes:

> [guile1.8]$ grep -ir define-syntax-rule .
>
> (empty)
>
> I  need something that works in GUILE 1.8 too.

I suppose you could use (cond-expand (guile-2.2 …) …) to only use this
with Guile 2 and fall back to the current code with Guile 1.8.

> Would there be a way that we can use our source code unchanged with GUILE 2.2?
>
> Can you explain why I get this error message?

I don’t know the answer.

-- 
Ricardo



reply via email to

[Prev in Thread] Current Thread [Next in Thread]