Show HN: 15-question language identification quiz
21–30 of 92 posts
Re: Show HN: 15-question language identification quiz
#22Happened to get all of them, but it was getting harder at the end! Was C, C++, Java, Python or included because the quiz would have been too easy?
I thought the end was easier than the middle -- the languages there were older and more obscure to a 2017 audience, but that also generally made them much more distinctive.
Re: Show HN: 15-question language identification quiz
#23Re: Show HN: 15-question language identification quiz
#24Got 14/15 but I have a feeling it was only because I made the assumption I would not see the same language twice. Without that assumption a few were toss ups for me. Of all the languages on there the only one in that set I had never used / seen at all is Kotin and that's the one I got wrong. Several of them were mandatory for me to learn in college but I haven't seen since. (looking at you, Prolog and Verilog... Veri…
I also missed Kotlin. A lot of them could be inferred from what the code is doing. For example, PHP and Perl are sometimes really hard to distinguish, but I was able to get PHP right by deciding that "this ain't what a Perl hacker would write". Same with Ada v. VHDL.
I feel like this quiz was much more about how much you've dabbled at surface level in various languages, enough or not enough to remember specific details to aid in process of elimination. For example, I knew what GLSL stood for, so the picture was most definitely not GLSL. And I had at one point written Scheme and looked into Lisp enough to guess that it was Clojure and not Lisp. And I remembered vaguely enough that Objective-C still uses C-like pointer notation, for example. And I remembered enough of computer engineering class to immediately identify that the VHDL question's code fit the use case despite not having written a line of VHDL (or Verilog) ever.
Re: Show HN: 15-question language identification quiz
#25Re: Show HN: 15-question language identification quiz
#2614/15. I guessed wrong between Piet and GLSL which I never heard about. How many possible questions are there?
Re: Show HN: 15-question language identification quiz
#27Re: Show HN: 15-question language identification quiz
#28Got 14/15 but I have a feeling it was only because I made the assumption I would not see the same language twice. Without that assumption a few were toss ups for me. Of all the languages on there the only one in that set I had never used / seen at all is Kotin and that's the one I got wrong. Several of them were mandatory for me to learn in college but I haven't seen since. (looking at you, Prolog and Verilog... Veri…
Re: Show HN: 15-question language identification quiz
#29Got 14/15 but I have a feeling it was only because I made the assumption I would not see the same language twice. Without that assumption a few were toss ups for me. Of all the languages on there the only one in that set I had never used / seen at all is Kotin and that's the one I got wrong. Several of them were mandatory for me to learn in college but I haven't seen since. (looking at you, Prolog and Verilog... Veri…
I also scored 14/15 - got PHP wrong I thought it was Perl which is slightly embarrassing as I've never used PHP but I have used Perl.
As an ex-perl dev, (looks at self) shrugs in disbelief!
Re: Show HN: 15-question language identification quiz
#3013/15 One was because I got two LISPs mixed up with each other, the other because it was in a language I didn't recognize (Piet) and there were two languages I didn't know anything about as options (GLSL was the other).