TE
TechEcho
Home24h TopNewestBestAskShowJobs
GitHubTwitter
Home

TechEcho

A tech news platform built with Next.js, providing global tech news and discussions.

GitHubTwitter

Home

HomeNewestBestAskShowJobs

Resources

HackerNews APIOriginal HackerNewsNext.js

© 2025 TechEcho. All rights reserved.

Ask HN: Best language to learn for a Harvard MBA to prototype his own sites?

8 pointsby yogi123about 11 years ago
Yeah I know I'm an mba - go ahead and flame me guys. I don't see a lot of love for my type on here :(. I'm a serial entrepreneur. I've raised lots of venture capital. I'd love to actually build some of my own prototypes instead of hiring a developer, for a change. I haven't programmed in 25 years. I was pretty good at Pascal, back in the day :). Recommendations? I'm looking to build a working site. No mobile app to start. Just a good ol' fashioned website with simple functionality to test some ideas. I'd love to learn a language where I can become productive quickly, but which is still powerful for building a real site. Also something in a mainstream language in case I hand it off to a professional developer, at some point. Thanks, you hackers you. I love you guys, even though I'm not sure you love me back.

8 comments

krappabout 11 years ago
If you want a quick deployment without much hassle, I don&#x27;t think you can get much easier than PHP with a framework.<p>Laravel (<a href="http://laravel.com/" rel="nofollow">http:&#x2F;&#x2F;laravel.com&#x2F;</a>) if you want to pick up best practices (yes, there are best practices in PHP) and mess around with MVC and such, or Slim Framework (<a href="http://www.slimframework.com/" rel="nofollow">http:&#x2F;&#x2F;www.slimframework.com&#x2F;</a>) if you want little more than the bare essentials. In both cases, I would recommend using Twig for templates. None of this is particularly controversial, though, but in my opinion the only faster way to get a site up is wordpress, but on the programming side, that&#x27;s a lot messier to work with.<p>Of course, the people who will recommend Ruby and Python and whatnot are right too - you can get a reasonable set of frameworks and deployment strategies in various languages. But the case for PHP is, essentially, lack of overhead and low cost deployment. If you can stand an ugly looking weakly typed ad-hoc language, that is.
评论 #7665975 未加载
评论 #7664943 未加载
avmichabout 11 years ago
Would you like to try JavaScript? It can be used both on the client - where it&#x27;s the king since the Web was born - and on the server side, using technologies like Node.js<p>You&#x27;d get to learn just one language this way. Besides, JavaScript has a relatively easy learning curve.
评论 #7664087 未加载
评论 #7664950 未加载
cliffwardenabout 11 years ago
Balsamiq for the actual prototyping - <a href="http://balsamiq.com/" rel="nofollow">http:&#x2F;&#x2F;balsamiq.com&#x2F;</a><p>You can export from Balsamiq to HTML. See &quot;Exporting your Mockups to Code&quot; - <a href="http://support.balsamiq.com/customer/portal/articles/135659-extensions" rel="nofollow">http:&#x2F;&#x2F;support.balsamiq.com&#x2F;customer&#x2F;portal&#x2F;articles&#x2F;135659-...</a>
评论 #7664955 未加载
djb_hackernewsabout 11 years ago
2 suggestions:<p>1) rails + Heroku. Rails for the community and plethora of pre-built wheels, and Heroku for the absolute brain dead deployment of your creations. (you&#x27;ll need to learn like 4 git commands)<p>2) I&#x27;ll prototype your ideas in any language you want if you give me access to your network. Deal?
评论 #7664935 未加载
dasmithiiabout 11 years ago
For productivity, ease of use, and general sanity, I&#x27;d recommend Meteor. It has an incredible amount of in-the-box functionality, which is perfect for prototypes as you say.<p><a href="https://www.meteor.com/" rel="nofollow">https:&#x2F;&#x2F;www.meteor.com&#x2F;</a>
评论 #7663637 未加载
yunyengabout 11 years ago
If you are thinking long term development, I would suggest modern Javascript Technologies like NodeJS + AngularJS&#x2F;BackboneJS but if this is few projects things, then go with PHP, you will do everything with PHP+HTML ! Sky is your limit.
评论 #7668967 未加载
adam419about 11 years ago
Ruby + Sinatra. This doesn&#x27;t prevent you from having to create the html and css for the webpages themselves, but sinatra is a dead simple server framework for serving up webpages.
评论 #7664956 未加载
hershelabout 11 years ago
There was some book about building sites&#x2F;businesses without coding. There&#x27;s also drupal which can do quite a lot without coding.
评论 #7663639 未加载