English 中文(简体)
如果我想用Lua来开发网络, 我该如何去做呢? 我应该用铁路来代替吗?
原标题:If I wanted to use Lua for Web Development, how would I go about do it, and should I just use Rails instead?

我想获得学习新语言的兴奋感。我想用Lua来开发一个网站。我的问题和关切:

  1. Should I do it, or should I stick with something like Rails.
  2. What do I use to render Lua into dynamic websites?
  3. What IDE would I use?
问题回答

旧的Lua网络框架是 kepler; 其 MVC 框架是 < a href=" http://keplerproject.github.com/ror/index.html" rel=“ no follow” > orbal

您也可以查看 < a href=> "http://tir. mongrel2.org/" rel=" nofollow" >Tir

您可以使用任何您想要的 IDE, 大多只是粘贴于他们最喜欢的文本编辑器( 程序员 s) 。 ( 如果有用, 我使用 sublime) 。

您可以使用 Lua 开发网络。 请尝试 Kepler (http://www.keplerproject. org/) 。 您可以使用 gVIM 。





相关问题
Natural language rendering

Do you know any frameworks that implement natural language rendering concept ? I ve found several NLP oriented frameworks like Anthelope or Open NLP but they have only parsers but not renderers or ...

PHP Framework: Ebay Like Site

I am going to be builiding a site like ebay - with all the features of ebay. Please note my payment method is limited to paypal. What would be the best PHP framework to use to build this quickly, ...

Why does stack get truncated in Exception.StackTrace?

Why does the high part of the stack (in Exception.StackTrace) gets truncated? Let s see a simple example: public void ExternalMethod() { InternalMethod(); } public void InternalMethod() { try ...

Finding the correct Python framework with cmake

I am using the macports version of python on a Snow Leopard computer, and using cmake to build a cross-platform extension to it. I search for the python interpreter and libraries on the system using ...

edit profile from frontend - symfony

I succeeded to create a register form, and now users can register my site. But I can t create a form where users can edit their profile. I have sf_guard_user and sf_guard_user_profile in my schema....

MVC evolution and improvements

I just found the MVC was initially proposed in 88 [here is the pdf file] but unfortunately ASP.NET just recently implement it. Do you know which is the most used MVC design pattern in the our days ...

热门标签