Re: Some issues with guile

2024-04-27 Thread Nikolaos Chatzikonstantinou
On Sat, Apr 27, 2024 at 1:35 PM Linas Vepstas wrote: > On Sat, Apr 27, 2024 at 2:47 AM Nikolaos Chatzikonstantinou > wrote: >> >> On Fri, Apr 26, 2024 at 4:39 PM Tomas Volf <~@wolfsden.cz> wrote: >> > >> > What you want is: >> > >> > (set-object-property! foo 'documentation "Contains a

Re: Some issues with guile

2024-04-27 Thread Luis Felipe
El 27/04/24 a las 7:28, Nikolaos Chatzikonstantinou escribió: On Fri, Apr 26, 2024 at 11:21 AM Luis Felipe wrote: Hi Nikolaos, Hello Luis! El 26/04/24 a las 7:05, Nikolaos Chatzikonstantinou escribió: 2. Documentation extraction sucks. [...] - documentá in its page does not include

Re: Some issues with guile

2024-04-27 Thread Luis Felipe
Hi Linas, El 27/04/24 a las 17:35, Linas Vepstas escribió: On Sat, Apr 27, 2024 at 2:47 AM Nikolaos Chatzikonstantinou < nchatz...@gmail.com> wrote: On Fri, Apr 26, 2024 at 4:39 PM Tomas Volf <~@wolfsden.cz> wrote: What you want is: (set-object-property! foo 'documentation "Contains a

Re: Some issues with guile

2024-04-27 Thread Linas Vepstas
On Sat, Apr 27, 2024 at 2:47 AM Nikolaos Chatzikonstantinou < nchatz...@gmail.com> wrote: > On Fri, Apr 26, 2024 at 4:39 PM Tomas Volf <~@wolfsden.cz> wrote: > > > > What you want is: > > > > (set-object-property! foo 'documentation "Contains a @code{'bar}.") > > Okay, so this can document

Re: Some issues with guile

2024-04-27 Thread Dr. Arne Babenhauserheide
Nikolaos Chatzikonstantinou writes: > I don't mean to just complain. There needs to be some documentation > consistency and once established it needs to be championed, and that's > what I'm trying to accomplish... Would you like to start with sending some small and easy to review patches? As

Re: Some issues with guile

2024-04-27 Thread Dr. Arne Babenhauserheide
Nikolaos Chatzikonstantinou writes: > Of course there can be more features, such as unit tests in > documentation, but I don't consider them essential. I don't know what I was missing these badly when I started, so I wrote support for them myself: Usage:

Re: Some issues with guile

2024-04-27 Thread Nikolaos Chatzikonstantinou
On Fri, Apr 26, 2024 at 4:39 PM Tomas Volf <~@wolfsden.cz> wrote: > > On 2024-04-26 03:05:51 -0400, Nikolaos Chatzikonstantinou wrote: > > > > - `object-documentation` from `(ice-9 documentation)` only seems to > > work with docstrings of functions, although it claims to work with > >

Re: Some issues with guile

2024-04-27 Thread Nikolaos Chatzikonstantinou
On Fri, Apr 26, 2024 at 11:21 AM Luis Felipe wrote: > > Hi Nikolaos, Hello Luis! > El 26/04/24 a las 7:05, Nikolaos Chatzikonstantinou escribió: > > 2. Documentation extraction sucks. > [...] > >- documentá in its page does not include an example of how it works! > > Not a line of code

Re: Some issues with guile

2024-04-26 Thread Tomas Volf
On 2024-04-26 03:05:51 -0400, Nikolaos Chatzikonstantinou wrote: > Hello list, > > I want to talk about some issues I've encountered with Guile. I'll > quickly summarize the points and I'll expand below. > > 1. Can't connect geiser from emacs to a remote REPL server unless > versions match. > 2.

Re: Some issues with guile

2024-04-26 Thread Luis Felipe
Hi Nikolaos, El 26/04/24 a las 7:05, Nikolaos Chatzikonstantinou escribió: 2. Documentation extraction sucks. [...] - documentá in its page does not include an example of how it works! Not a line of code to explain to the user which documentation is extracted. I could not

Some issues with guile

2024-04-26 Thread Nikolaos Chatzikonstantinou
Hello list, I want to talk about some issues I've encountered with Guile. I'll quickly summarize the points and I'll expand below. 1. Can't connect geiser from emacs to a remote REPL server unless versions match. 2. Documentation extraction sucks. 3. Programs/libraries that use Guile as an