Ask HN: If you could only code with one language which would it be?
31–40 of 53 posts
Re: Ask HN: If you could only code with one language which would it be?
#32My reasoning is that this is one language that you can use to write apps for MacOS and iOS possibly sharing some codebase. It doesn't run on VM, so should be faster. Swift Playgrounds got me interested in this especially the fact that it seems to work with a lot of toys like Mindstorms. It might even evolve to support server side dev. So I see it as decent investment.
Also people in Apple's ecosystem seems to spend more money on apps even with smaller market share of Apple. And really want to write apps that do something interesting as I am really bored with another CRUD webapp with pretty UI.
Re: Ask HN: If you could only code with one language which would it be?
#33What does this question even mean? Give me one language and I'll implement others as needed. Where do you draw the line between data format, template system, and "language"?
Re: Ask HN: If you could only code with one language which would it be?
#34Re: Ask HN: If you could only code with one language which would it be?
#35Re: Ask HN: If you could only code with one language which would it be?
#36Re: Ask HN: If you could only code with one language which would it be?
#37Re: Ask HN: If you could only code with one language which would it be?
#38What does this question even mean? Give me one language and I'll implement others as needed. Where do you draw the line between data format, template system, and "language"?
From this perspective, the correct answer is "assembler". Everything else is just fancy tools to generate that, right?
Re: Ask HN: If you could only code with one language which would it be?
#39Common Lisp. Why? [0] [0]: http://p-cos.blogspot.in/2014/09/why-i-like-common-lisp.html Common Lisp / Scheme are great to learn about programming languages themselves. think learning about closures in CL vs in ObjC and you will realize how simple concepts become awkward and secondarily builds your taste so you know engineer who prides in knowing C++ complexity is a fucking idiot. Personally, CL has helped me quickly…
I'm curious what kinds of projects would cause you to reach for common lisp over scheme and vice versa. Also would be interested in any other thoughts comparing the two.