Discussions related to system and C std library used in the Val library #727
C-BJ
started this conversation in
Language design
Replies: 0 comments
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
The discussion continues from here: #521
Description of the issue under discussion: In the short term, the Val library needs to use the C std library and other System libraries as interfaces. Windows and MacOS/Linux are a bit different in this respect, which means that we need to do some abstraction of our own, or use a library that is absolutely cross-platform
Although this is now just a matter of a few functions that can be easily solved, @kyouko-taiga suggests that we must first plan the relevant design
My research is limited and my qualifications are limited, so I'm likely missing some of the right solutions, so please feel free to offer your thoughts
These are several options:
Library/Val/LibC.val
) (I prefer to use this method and I have created the prototype in my PR)Beta Was this translation helpful? Give feedback.
All reactions