A Bourne-style shell built from scratch in 35 minutes [video]
21–30 of 71 posts
Re: A Bourne-style shell built from scratch in 35 minutes [video]
#22By the way, IMHO much of the ugliness of shells comes from the requirement that simple filenames are to be used without additional escape characters. I think we should ditch that requirement.
Re: A Bourne-style shell built from scratch in 35 minutes [video]
#23Re: A Bourne-style shell built from scratch in 35 minutes [video]
#24By the way, IMHO much of the ugliness of shells comes from the requirement that simple filenames are to be used without additional escape characters. I think we should ditch that requirement.
Re: A Bourne-style shell built from scratch in 35 minutes [video]
#25Such negative Nellies. This is why I don't publish anymore. You try to teach people something fun, and show people you can do quite a lot with very little. But it's nothing but criticism, and none of it constructive.
Re: A Bourne-style shell built from scratch in 35 minutes [video]
#26Was expecting more guns, car chases, exotic city backgrounds, and slightly-above-average women from the new Bourne shell. Turns out it's just a command line interpreter. Two stars.
Funny, but the shell's namesake is pretty badass himself https://en.wikipedia.org/wiki/Stephen_R._Bourne
I also just learned Bash was developed by Brian Fox after Stallman became dissatisfied with progress on it in 1988 as a free software replacement for the Bourne shell.
We don't celebrate these guys enough, I wish there was more recognition, more of a public face and profile for all these pioneers.
Re: A Bourne-style shell built from scratch in 35 minutes [video]
#27Re: A Bourne-style shell built from scratch in 35 minutes [video]
#28Such negative Nellies. This is why I don't publish anymore. You try to teach people something fun, and show people you can do quite a lot with very little. But it's nothing but criticism, and none of it constructive.
Re: A Bourne-style shell built from scratch in 35 minutes [video]
#29On this note, I need to build my own Terminal multiplexer - does anyone have a favorite primer of theirs for all the escape codes? Not only do I need to use them myself, but I need to handle them of child processes to restrict term sizes etc. I can Google like ya'll - I'm just asking if there are any favorite resources :) Thanks
i'm not trying to say it's not worth building your own, i'm just curious.
Re: A Bourne-style shell built from scratch in 35 minutes [video]
#30I was so disappointed that they chose Ruby. I would have been impressed if they had chosen bare C and still manage to build it under 35 minutes.