Re: #:printer filed in language specification.

2021-09-20 Thread Zelphir Kaltstahl
Hi Maxim! Thank you for your reply! I do not know how to create such a vtable, what it means to have a vtalbe which is `` or how to set it for a struct, but I should have a look at the manual and see, what comes up when searching for vtable. Regards, Zelphir On 9/19/21 2:24 PM, Maxime Devos wro

Re: macro syntax-error works in prefix but not curly-infix

2021-09-20 Thread Damien Mattei
hello Zelphir, i understood my error, all was ok is just that it convert this way: '{x <+ 2 3} ($nfx$ x <+ 2 3) in general the prefix notation of {1 <+ 2 3 4 ...} is not (<+ 1 2 3 4 ...) because (<+ 1 2 3 4 ...) in infix is {1 <+ 2 <+ 3 <+ 4 <+ ...} it a stupid error of mine i will drop the e

Re: [Utkarsh Singh] Undefined simultaneous definitions

2021-09-20 Thread Utkarsh Singh
On 2021-09-20, 14:07 +0200, Stefan Israelsson Tampe wrote: Note: Now I am using Guile straight out of main branch. > I tested your code on my machine, it works! What version of guile are you > using? Again I think there is a confusion. The program I have written compiles correctly BUT the out