Moto
[ | Report broken link ]Description: Moto is a server-side programming language much like PHP or JSP. The primary difference between Moto and server-side scripting languages is that Moto pages can run interpreted (like PHP) or be natively compiled into dynamically loadable Apache modules (an entire Web site could be compiled into one .so file). Moto has a type checking phase so programmers see more errors up front. Programmers can define classes and functions in moto and make use of powerful exception handling. Moto comes with a full suite of objects and functions for state and session management, MySQL and PostgreSQL database connectivity, and a slew of utility classes. There is also an included interface definition language for exposing C functions to Moto. All object allocation occurs in a shared memory segment, so maintaining objects in memory between page views is a snap. Author: David Hakim Homepage: http://www.projectmoto.org
App rating details: Total votes: 12 Overall rating: 9.10
[ Download Moto now! | Get Support for Moto at LinuxQuestions.org ]
|