Live data from Hacker News

Show HN: 15-question language identification quiz

quiz.triplebyte.com

21–30 of 92 posts

Re: Show HN: 15-question language identification quiz

#22
post #6

Happened 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.

The questions are selected in a random order from a larger set, so nobody likely saw the same questions or order as you.

Re: Show HN: 15-question language identification quiz

#24

Got 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.

Missed Kotlin here too. I also missed one where I guessed Haskell when it was actually Prolog.

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

#28

Got 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.

Re: Show HN: 15-question language identification quiz

#29

Got 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.

Can concur. I managed to get all correct, but that one question that almost tripped me was the PHP question.

As an ex-perl dev, (looks at self) shrugs in disbelief!

Re: Show HN: 15-question language identification quiz

#30
post #19

13/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).

same score, same reasons :)
Post reply on HN