开发者

Best web-programming language for math-problems generator

Firstly I am new in web programming but have knowledge in Java,C++, and HTML I have a project for my college, in which I'll be making some sort of math-problems generator using web-programming language. It is something like www.wamap.org or basically it generates math problems based on the data stored in the database, generates the solutions, and compare them with students' solution. What would be the best language to use? I mean the one that is more convenient if I have experience in desk开发者_高级运维top programming. I am thinking of PHP right now, but a friend said Ruby on Rails would also make a great choice. I read a little bit about rails and I think it is more suitable for view-oriented web application which in this case is not my project. Any suggestions are really appreciated.

Regards,

Denny Harijanto


Ruby is a powerful language and could certainly be used to solve your problem. While I'm a fan of it that doesn't necessarily make it a great fit

The Rails framework is an excellent guide to writing well structured web apps based around a REST model, typically backed by some form of SQL database. To my uninformed understanding of your problem this sounds like a good match for what you want to do. There's nothing I consider particularly "view oriented" about a Rails app compared to any other web application. For example I would still suggest Rails for a project which only intends to expose a RESTfull API and does not serve any html pages.


If you know java you can use Java servlets. It's very easy to implement (well, it's java).

0

上一篇:

下一篇:

精彩评论

暂无评论...
验证码 换一张
取 消

最新问答

问答排行榜