nevalang / neva

🌊 Dataflow programming language with static types and implicit parallelism. Compiles to native code and Go
https://nevalang.org
MIT License
90 stars 7 forks source link

[STD]: `dotenv` package #585

Open emil14 opened 3 months ago

emil14 commented 3 months ago

NodeJS added this in latest LTS release so I though it would be funny to have this too right in the stdlib.

Could be separate package like os/dotenv or maybe just a component in os package

emil14 commented 3 months ago

Should maybe have some support for .env.local and stuff like that

Not for MVP tho