Re: using guile like a awk filter in a C program.
Zelphir Kaltstahl <[email protected]>
| Newsgroups | gmane.lisp.guile.user |
|---|---|
| Message-ID | <[email protected]> |
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