logoalt Hacker News

packetlostlast Wednesday at 4:05 PM3 repliesview on HN

I unironically wish there was an enterprise version of Plan 9. I've been writing most of my scripts in `rc` (something my coworkers put up with because we use nix and I can pull it in automatically with dirnev) and it has been great.


Replies

yjftsjthsd-hlast Wednesday at 4:37 PM

I would worry less about other people being able to run rc scripts and more about them being able to read/edit them.

show 1 reply
kristianpyesterday at 1:40 AM

One benefit of rc is this[1]:

> The most important principle in rc’s design is that it’s not a macro processor. Input is never scanned more than once by the lexical and syntactic analysis code

I worked at a unix shop that deleted most of a working drive because a shell script was modified while it was running. Luckily they kept daily backups on tape. This was about 17 years ago.

[1] https://www.scs.stanford.edu/nyu/04fa/sched/readings/rc.pdf

show 1 reply
moody__last Wednesday at 5:34 PM

Could you expand more on what you would like out of an "enterprise Plan 9"?

show 2 replies