guile-user
[Top][All Lists]
Advanced

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

Re: using guile like a awk filter in a C program.


From: Zelphir Kaltstahl
Subject: Re: using guile like a awk filter in a C program.
Date: Tue, 28 May 2024 08:42:01 +0000

Hello Pierre,

To me it looks like the easiest way could be to think of a declarative description of your filters and put that into a JSON file and read that as input (or similar file format), rather than using a whole programming language.

Is there a specific requirement, that makes a JSON file infeasible and using a Scheme necessary?

Is it because you do not want to implement the logic for processing the description of the filter in your C program? (That could be a reasonable concern, depending on how complicated the filters become.)

Regards,
Zelphir

--
repositories: https://notabug.org/ZelphirKaltstahl




reply via email to

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