You're looking at Less Wrong's discussion board. This includes all posts, including those that haven't been promoted to the front page yet. For more information, see About Less Wrong.

DanielLC comments on An attempt at a short no-prerequisite test for programming inclination - Less Wrong Discussion

4 Post author: ShardPhoenix 29 June 2013 11:36PM

You are viewing a comment permalink. View the original post to see all comments and the full post content.

Comments (68)

You are viewing a single comment's thread.

Comment author: DanielLC 30 June 2013 01:33:01AM 2 points [-]

I've read about some test someone developed that was supposed to work fairly well. You give a list of short psudocode problems and ask what values different variables have at the end. If they answer consistently, even if it's not what any actual programming language uses, they'll be able to program. If they answer inconsistently or refuse to answer (because x = x+1 is impossible), then they probably won't be a very good programmer.

Comment author: Suryc11 30 June 2013 02:13:33AM *  3 points [-]

I think you're referring to the test mentioned here.

Comment author: ShardPhoenix 30 June 2013 01:51:21AM *  3 points [-]

That is sort of what this is referring to - apparently that test didn't work very well when they tried it more widely, so this is approaching the same problem from a different angle.