Didn't see APL - did they include it? Maybe it was just so short I missed it.
What's That Programming Language?
91–100 of 107 posts
Re: What's That Programming Language?
#92Re: What's That Programming Language?
#93I 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.
I used Falcon for a very short time about a year and a half ago yet I got it wrong... OT: Falcon is actually a pretty interesting little language.
Re: What's That Programming Language?
#94Re: What's That Programming Language?
#95It's not funny that languages such as Joy, AppleScript and Hypercard don't even autocomplete but haXe and xpath do. I was going to suggest putting in all names from " http://hopl.murdoch.edu.au/ - "An interactive roster of programming languages" which used to list over 5000 iirc, but that site is now down! :(
Re: What's That Programming Language?
#96I 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.
Besides certain languages with special keywords, the easiest way would be to send it through syntax checkers iteratively. You could probably have generic "C-style" and "common lisp style" types of checks, then you would have to actually look at api commands. The latter method would be rather problematic.
Re: What's That Programming Language?
#97I 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?
#98'Batch file' should accept 'batch,' imo
Re: What's That Programming Language?
#99I 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.
I second that. I'd also love to see a tool which would allow you to provide a binary and tell you what built it.
[1] http://mark0.net/soft-trid-e.html [2] http://www.peid.info/
Re: What's That Programming Language?
#100That was surprising: http://en.wikipedia.org/wiki/Chef_(programming_language)