Y
Hacker News
new
|
ask
|
show
|
jobs
by
kreetx
811 days ago
Much of JavaScript's underlying machinery is also written in C++, how do you feel about that?
1 comments
orbital-decay
811 days ago
I usually don't need to write C++ when writing in JavaScript, though. Writing derivations in Nix in real world implies using the standard library and writing shell scripts for mkDerivation & co. ("domain specific" shell scripts that use stdenv)
link
kreetx
810 days ago
Hmm, I write nix too, but never write shell within nix. Do you use it for custom builders?
How is using (nix?) standard library something that you
don't want
?
link