I thought this was going to be a tool where you paste in some code and it tells you which programming languages it could be written in. It would be interesting to see how much code you need to be able to accurately identify the language.
What's That Programming Language?
31–40 of 107 posts
Re: What's That Programming Language?
#32Languages never saw before :
seed7, whenever.
Happy to see my friend COBOL too.
Re: What's That Programming Language?
#33I felt terrible each time I didn't recognise a language I'd used. Makefiles, Delphi and Batch files, to name three.
Re: What's That Programming Language?
#34Re: What's That Programming Language?
#35Ah I hit a bug where the page didnt redraw, I thought they were making a joke saying all languages are the same u__u; Languages never saw before : seed7, whenever. Happy to see my friend COBOL too.
int main(){
for(int i = 99; i > 0; i--){
write(i + " bottles of beer on the wall, " + i + " bottles of beer.\n");
write("Take one down and pass it around, " + (i-1) + " bottles of beer on the wall.\n\n");
}
write("No more bottles of beer on the wall, no more bottles of beer.\n");
write("Go to the store and buy some more, 99 bottles of beer on the wall.\n");
}Re: What's That Programming Language?
#36I thought this was going to be a tool where you paste in some code and it tells you which programming languages it could be written in. It would be interesting to see how much code you need to be able to accurately identify the language.
Re: What's That Programming Language?
#37Re: What's That Programming Language?
#38I feel this could do with an Easy/Medium/Hard option. I've been programming for about 30 years and I can honestly say I've never heard of Falcon or Piet.
OT: Falcon is actually a pretty interesting little language.
Re: What's That Programming Language?
#39Re: What's That Programming Language?
#40I felt terrible each time I didn't recognise a language I'd used. Makefiles, Delphi and Batch files, to name three.
Heh. I've never used Delphi and I got that one. Thank goodness for learning Pascal in high school, I guess. (And reading somewhere that Delphi is related.) I missed Erlang, even though I have a copy of Programming Erlang somewhere. Guess it didn't take.
The other one where this happened was F#. I tried OCaml and Snandard ML and was thinking "this HAS to be OCaml..." and again, felt silly for not thinking of F#.