[CM] How to create directory via S7 Scheme?
Da Shen
da at liii.pro
Mon Aug 12 10:53:38 PDT 2024
Just joined the mail list, and I'm here to answer this question in my way:
```
(import (liii os))
(mkdir "/tmp/dir")
```
The above Scheme code snippet works fine in Goldfish Scheme. And Goldfish Scheme is created by me, it is based on S7 Scheme and tries to provide standard libraries like the Python language.
https://github.com/LiiiLabs/goldfish <https://github.com/LiiiLabs/goldfish >
BTW
We are using S7 Scheme (since 2022/01/30, the release of Mogan v1.0.0) in the Mogan STEM Suite: https://github.com/XmacsLabs/mogan <https://github.com/XmacsLabs/mogan >
I was thinking about writing another love letter S7 Scheme like: https://carloscarrasco.com/love-letter-to-s7-scheme/ <https://carloscarrasco.com/love-letter-to-s7-scheme/ >
And Goldfish Scheme is my love letter in code format on git.
Darcy Shen,
Best Regards
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <https://cm-mail.stanford.edu/pipermail/cmdist/attachments/20240813/1c47e365/attachment.html>
More information about the Cmdist
mailing list