This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
` | |
(pretty-print (syntax->datum (expand '($nfx$ | |
data-xml | |
<- | |
(for/list | |
((one-data-row data-interpol) (one-trajectory-row data-trajectory)) | |
($nfx$ | |
(index X_MSO Y_MSO Z_MSO VALx VALy VALz) | |
<- | |
(apply values (string-split one-data-row))) |