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
Blaine's law: Eventually every language gets a Pervasives 🤣
I think they're useful 🤷. Something being a builtin keyword or being imported automatically is more of an implementation detail than anything.
I would like to experiment with a completely different import system rather than the one most languages use in which developers just pray for tools to automate it for them. Although that is a different topic and likely not for Noir with it's strong Rust influence.
Problem
Features like
dep::std::println
and the upcomingassert_eq
are commonly used, core features and can be annoying to have to import into most files.Happy Case
These symbols are automatically imported into each file, along with any other symbols in a new
prelude.nr
file in the stdlib.Alternatives Considered
No response
Additional Context
No response
Would you like to submit a PR for this Issue?
No
Support Needs
No response
The text was updated successfully, but these errors were encountered: