No FORTH, APL, Clojure or Rust? My HN bingo card is empty...
26 Programming Languages in 25 Days
11–20 of 82 posts
Re: 26 Programming Languages in 25 Days
#12No FORTH, APL, Clojure or Rust? My HN bingo card is empty...
Re: 26 Programming Languages in 25 Days
#13Re: 26 Programming Languages in 25 Days
#14For context, Matt Might is formerly a professor whose research was in programming languages/program analysis. Professors like to code too!
I’ve really missed his blog. I read his posts over and over during grad school. His story of pivoting from PL research to medical research (and being a star in the field) is quite motivating.
[1] https://www.facebook.com/freethinksuperhuman/videos/15306506...
Re: 26 Programming Languages in 25 Days
#15We did a similar assignment at University many years ago. I think it was the same assignment, one per day for two weeks. Each time in a different language. The goal was to see how similar code is, and how little it matters which language you pick. Obviously it's a constrained problem set (we didn't have to learn all the ins and outs of each language) but it really opened our eyes to the "commonness" of programming, a…
But if those languages are C, APL, Erlang, ML and Lisp then I would expect the lesson would be the design space of languages is much larger than the popular imperative languages would have you believe.
Re: 26 Programming Languages in 25 Days
#16We did a similar assignment at University many years ago. I think it was the same assignment, one per day for two weeks. Each time in a different language. The goal was to see how similar code is, and how little it matters which language you pick. Obviously it's a constrained problem set (we didn't have to learn all the ins and outs of each language) but it really opened our eyes to the "commonness" of programming, a…
Re: 26 Programming Languages in 25 Days
#17We did a similar assignment at University many years ago. I think it was the same assignment, one per day for two weeks. Each time in a different language. The goal was to see how similar code is, and how little it matters which language you pick. Obviously it's a constrained problem set (we didn't have to learn all the ins and outs of each language) but it really opened our eyes to the "commonness" of programming, a…
Curious which languages you used. If they were C, C++, Java, and Python then I could see how they could blur together if you squint. Different syntax, similar semantics. But if those languages are C, APL, Erlang, ML and Lisp then I would expect the lesson would be the design space of languages is much larger than the popular imperative languages would have you believe.
Re: 26 Programming Languages in 25 Days
#18For context, Matt Might is formerly a professor whose research was in programming languages/program analysis. Professors like to code too!
I’ve really missed his blog. I read his posts over and over during grad school. His story of pivoting from PL research to medical research (and being a star in the field) is quite motivating.
I missed blogging too, so I set a New Year’s resolution in January to write at least two blog posts this year. It had been over seven years since my last!
I still hadn’t written one by November, but now I’ve got three for the year.
I’m optimistic I can keep it up now.
Re: 26 Programming Languages in 25 Days
#19Curious about this line if op is here.
Re: 26 Programming Languages in 25 Days
#20We did a similar assignment at University many years ago. I think it was the same assignment, one per day for two weeks. Each time in a different language. The goal was to see how similar code is, and how little it matters which language you pick. Obviously it's a constrained problem set (we didn't have to learn all the ins and outs of each language) but it really opened our eyes to the "commonness" of programming, a…