Re: Difficulty integrating with Swift/Objective-C

2021-09-06 Thread Chris Vine
On Mon, 06 Sep 2021 20:26:53 +1000 paul wrote: > Hey Chris, > > On 2021-09-05 at 20:56 AEST, quoth Chris Vine > : > > You appear to want to run scheme code as an extension language, > > via the > > guile VM, in a program written for MacOS in the Swift language. > > This is exactly right. > >

Re: Difficulty integrating with Swift/Objective-C

2021-09-06 Thread Taylan Kammer
On 06.09.2021 12:21, paul wrote: > Hello again list, Taylan, > > On 2021-09-05 at 18:26 AEST, quoth Taylan Kammer : >> To narrow down the issue, I'd attempt a few things, in order: >> >> 1. Compile only the C code, adding a main() function, just to make sure the >> OS >>    and the chosen Guile v

Re: Difficulty integrating with Swift/Objective-C

2021-09-06 Thread paul
Hey Chris, On 2021-09-05 at 20:56 AEST, quoth Chris Vine : You appear to want to run scheme code as an extension language, via the guile VM, in a program written for MacOS in the Swift language. This is exactly right. I know nothing about the Swift language and whether it has a sufficient

Re: Difficulty integrating with Swift/Objective-C

2021-09-06 Thread paul
Hello again list, Taylan, On 2021-09-05 at 18:26 AEST, quoth Taylan Kammer : To narrow down the issue, I'd attempt a few things, in order: 1. Compile only the C code, adding a main() function, just to make sure the OS and the chosen Guile version and such are working fine with each oth