extract documentation from (define ...

2019-09-01 Thread Jesse Gibbons
I am trying to generate documentation for a project written in guile. I tried "guild doc-snarf" [0] but apparently it only recognizes documentation in double-semicolon comments. A lot of the project is documented in a string like one would document an emacs-lisp function. Is there a program to extr

Curious if anyone has tried scripting BPF with Guile yet

2019-09-01 Thread Daniel Tornabene
Did a couple of light searches, haven't found anything yet. Does anyone know if this is a silly question? As in, there's something that would prohibit a straight forward set of bindings via C to BPF, allowing one to write monitoring or introspection tools via Guile?

Re: extract documentation from (define ...

2019-09-01 Thread sirgazil via General Guile related discussions
On Sun, 01 Sep 2019 16:45:23 -0500 Jesse Gibbons wrote I am trying to generate documentation for a project written in guile. I tried "guild doc-snarf" [0] but apparently it only recognizes documentation in double-semicolon comments. A lot of the project is documented in a string lik

Re: extract documentation from (define ...

2019-09-01 Thread Jan Nieuwenhuizen
Jesse Gibbons writes: > I am trying to generate documentation for a project written in guile. I > tried "guild doc-snarf" [0] but apparently it only recognizes > documentation in double-semicolon comments. A lot of the project is > documented in a string like one would document an emacs-lisp funct