Why Sponsor Oils? | blog | oilshell.org
I went to the Recurse Center so I could talk to people about computers in person, rather than on the Internet. That's why I haven't written here lately.
But I've gotten several ideas for blog posts this summer, which I sketch here. Let me know which ones sound interesting.
Last December, I started series on #lexing. Before leaving for RC, I wrote a long draft of everything I wanted to say, but didn't publish it.
I got good feedback on this draft from RC alumnus Jacquin, so I'm motivated to polish and publish it.
Not everyone understood the project, but certain phrases seemed to resonate.
More than one person at RC Center was relieved / amused by this observation.
I'm fascinated by the evolution and adoption of software, and this pithy phrase explains a lot. Examples:
I've long thought of shell, PHP, and R as crappy languages that get a lot of work done. I've just added Excel to that mental box :-)
On the other hand, Python is a good language which gets a lot of work done! That's why Oil is written in Python.
Every Thursday, there are 5-minute talks at Recurse Center. I'd like to turn the talks I gave into blog posts, but they were very demo-based, which doesn't easily translate into prose. However, feel free to ask me for details in the comments.
xargs -P
and when is it useful?grep -E
, sed --regexp-extended
, awk
without flags.re.VERBOSE
in Python and write comments.I prepared material on this longer talk, but haven't given it yet. It's partly a distillation of Russ Cox's articles, which I think need "Cliff Notes", but I have additional material on re2c, which I use in Oil.
(Confusingly, re2 and re2c are entirely separate projects. The former is an regex interpreter and the latter is a regex compiler.)
See the README in my javascript-vs-c repo.
Thinking in Systems vs The Systems Bible. This came out of a good conversation with Venkatesh. These books are roughly about the same subject, but one has a positive viewpoint and one has a negative viewpoint:
The Recurse Center has a small but surprisingly good library. I'm familiar with four out of eight compiler/language books, and I may be able to orient programmers who are starting to learn about this topic.
The The Dream Machine: J.C.R. Licklider and the Revolution That Made Computing Personal is also in the RC library.
I read it earlier this year, and it was one of the best computer history books I've read. (However, it's too detailed to be a good intro; it's more for people who have already read some computer history.)
I should publish this mini-review I posted on lobste.rs, and perhaps elaborate on it.
Let me know which blog topics sound interesting. I plan to write the posts on lexing and at least one book review, but I'm not sure about the others. This post may have been enough.
The next post will announce OSH 0.5, a release with many new contributors!