Skip to content

[Question]: Is the family supposed to say unix? #170

Answered by Meziu
lexi-the-cute asked this question in Q&A
Discussion options

You must be logged in to vote

It is intentional. Even though the 3DS’ OS doesn’t fit into any public standard (let alone the unix family of operating systems) the many homebrew libraries built for it are made to emulate the general Unix-like ecosystem (first and foremost by using a subset of newlib).

This is what enables us to use most of the standard library’s common implementations without manual intervention and also why many smaller or feature specific crates (like getrandom) can expect a more-or-less standard behaviour by the platform.

Again, having a “unix-like” software ecosystem and being a common desktop OS are two completely different things. One can never expect common functionality from such a specific pie…

Replies: 0 comments 3 replies

Comment options

You must be logged in to vote
0 replies
Answer selected by Meziu
Comment options

You must be logged in to vote
0 replies
Comment options

You must be logged in to vote
0 replies
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Category
Q&A
Labels
None yet
3 participants