Oil is a promising attempt to make a backwards-compatible but progressively better and more sane unix shell. I look forward to trying it out!
What's Happened Since February?
11–20 of 22 posts
Re: What's Happened Since February?
#12Why is that website so narrow? It only takes up about 20% of the width of my monitor
Re: What's Happened Since February?
#13Why is that website so narrow? It only takes up about 20% of the width of my monitor
Also: why in the nine hells are you critiquing the design of the site instead of talking about the content of the article?
Re: What's Happened Since February?
#14There are interesting posts about the ADSL, as well as about implementing interpreters in that blog. Definitely piqued my interest as someone passionate about language design.
Re: What's Happened Since February?
#15Oil is a promising attempt to make a backwards-compatible but progressively better and more sane unix shell. I look forward to trying it out!
I use unix (linux) every day, what does Oil fix that is wrong with bash/shell? (I am not a power user per se, so genuinely curious what I am missing out on)
Re: What's Happened Since February?
#16Oil is a promising attempt to make a backwards-compatible but progressively better and more sane unix shell. I look forward to trying it out!
I use unix (linux) every day, what does Oil fix that is wrong with bash/shell? (I am not a power user per se, so genuinely curious what I am missing out on)
If you want just one example, automatic completion in bash uses a bash parser written in bash, incompatible with the bash interpreter's own parser. OSH uses the same parser for both the interpreter and the completion engine. https://github.com/oilshell/oil/issues/208#issuecomment-4496...
Re: What's Happened Since February?
#17Seems like a very confusing name for a shell, seeing this without knowing the context I saw 'Oil', 'Shell' and assumed that it was about some oil spill or event with Shell Oil that happened in February I was unaware of. Looks like an interesting project regardless.
Re: What's Happened Since February?
#18Why is that website so narrow? It only takes up about 20% of the width of my monitor
Re: What's Happened Since February?
#19Seems like a very confusing name for a shell, seeing this without knowing the context I saw 'Oil', 'Shell' and assumed that it was about some oil spill or event with Shell Oil that happened in February I was unaware of. Looks like an interesting project regardless.
Re: What's Happened Since February?
#20I have a small hope that it will eventually go off C++, because it may be impossible to change mind of significant part of Unix community. But it's all good, because work involved is outstanding already.