Conversation
Notices
-
spectrumgomas@functional.cafe's status on Wednesday, 29-Sep-2021 11:18:21 CEST spectrumgomas -
Abbie Normal (abbienormal@social.device5.co.uk)'s status on Wednesday, 29-Sep-2021 12:07:46 CEST Abbie Normal is matrix-B a set ? ๐
-
spectrumgomas@functional.cafe's status on Wednesday, 29-Sep-2021 12:07:46 CEST spectrumgomas @AbbieNormal It's a typed array of rank 2 of signed 32 bits.
-
Abbie Normal (abbienormal@social.device5.co.uk)'s status on Wednesday, 29-Sep-2021 13:10:26 CEST Abbie Normal ah yes it is
I'm seeing the print of array-A right now ๐
-
spectrumgomas@functional.cafe's status on Wednesday, 29-Sep-2021 13:10:26 CEST spectrumgomas @AbbieNormal Yes, if it's a conventional array it doesn't show anything. If it's a typed array it shows u8, s32...
-
Abbie Normal (abbienormal@social.device5.co.uk)'s status on Wednesday, 29-Sep-2021 13:10:27 CEST Abbie Normal so is #2s32 an ad hoc syntax ?
-
spectrumgomas@functional.cafe's status on Wednesday, 29-Sep-2021 13:18:10 CEST spectrumgomas @AbbieNormal they are the arguments of the function array-map. You apply the function + on the elements of matrix-A and matrix-B and the result is stored in matrix-C. Sorry, I don't know explain it better. ๐
-
Abbie Normal (abbienormal@social.device5.co.uk)'s status on Wednesday, 29-Sep-2021 13:18:11 CEST Abbie Normal and in the call to array-map! the "+" between the first and second argument
What is that ?
Is that using postfix syntax ? ๐
-
spectrumgomas@functional.cafe's status on Wednesday, 29-Sep-2021 13:26:28 CEST spectrumgomas @AbbieNormal The expert on arrays in Guile I think is Daniel Llorens. He's working on https://github.com/lloda/guile-newra , but the API will be more or less the same.
-
Abbie Normal (abbienormal@social.device5.co.uk)'s status on Wednesday, 29-Sep-2021 13:26:29 CEST Abbie Normal AAAhhhhh I see now
Thanks !
In conversation permalink spectrumgomas repeated this. -
spectrumgomas@functional.cafe's status on Wednesday, 29-Sep-2021 13:35:11 CEST spectrumgomas @AbbieNormal But, without a doubt, Daniel Llorens examples aren't for newbies ๐ : https://github.com/lloda/guile-newra/blob/master/examples/maxwell.scm
In conversation permalink Attachments
-