You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
I have read the roadmap and priorities and I believe this request falls within the priorities.
What is your request?
An option in the compiler that prohibits the use of the standard library (---no-standard-library, or another name). The standard library makes calls to the operating system and that doesn't make sense when there isn't an operating system yet. Because this, for example, functions like print need to be written from scratch.
What is your motivation for this change?
Create a tiny operating system in Mojo as described here.
Any other details?
No response
The text was updated successfully, but these errors were encountered:
Review Mojo's priorities
What is your request?
An option in the compiler that prohibits the use of the standard library (---no-standard-library, or another name). The standard library makes calls to the operating system and that doesn't make sense when there isn't an operating system yet. Because this, for example, functions like print need to be written from scratch.
What is your motivation for this change?
Create a tiny operating system in Mojo as described here.
Any other details?
No response
The text was updated successfully, but these errors were encountered: