用于 Web 编程的强类型语言
是否存在适用于 Web 的强类型编程语言?我现在用 PHP 编程,但当我尝试将数字与字符串进行比较时,我经常希望它对我大喊大叫。标准库中可以返回布尔值或整数的函数也没有让任何事情变得更容易。
我知道有 .NET,但它是我唯一的选择吗?
Are there any strongly-typed programming languages for the Web? I program in PHP now, but often I wish it yelled at me when I tried to compare a number to a string. Functions in the standard library that can return either a bool or an integer don't make anything easier either.
I know there's .NET, but is it my only choice?
如果你对这篇内容有疑问,欢迎到本站社区发帖提问 参与讨论,获取更多帮助,或者扫码二维码加入 Web 技术交流群。
绑定邮箱获取回复消息
由于您还没有绑定你的真实邮箱,如果其他用户或者作者回复了您的评论,将不能在第一时间通知您!
发布评论
评论(8)
您可以开发 Java Web 应用程序。请参阅 JSP。
You can develop Java web-applications. See JSPs.
爪哇? C++?任何语言都可以是网络语言...需要有关您的要求的更多详细信息才能提出具体建议。
Python 是一种强大且流行的动态强类型 Web 开发语言:
塔架
Wt 是一个很好的 C++ Web 框架
Java? C++? Any language can be a web language... More details on your requirements would be needed to make a specific recommendation.
Python is a powerful, and popular dynamic strong typed language for web development:
Pylons
Wt is a good C++ web framework
Python 是强类型的,广泛用于 Web。
Python is strongly-typed, and widely used for web.
您可以使用 Java 进行 Web 开发。然后,您需要 Tomcat 或其他支持 Java Servlet 和 JSP 部署的 Servlet 容器。
最美好的祝愿,
法比安
You can use Java for web development. You would then need Tomcat or another Servlet Container that supports the deployment of Java Servlets and JSPs.
Best wishes,
Fabian
有一个 OCaml Web 编程框架,并且 OCaml 是如果您正在寻找强类型和静态类型。
There is an OCaml web programming framework, and OCaml is strongly and statically typed if that's what you are looking for.
我刚刚遇到 Lift - 一个使用 Scala。
I just came across Lift - a framework for web development using Scala.
Wt 是 C++。
Wt is a web development framework for C++.
Seaside 是 Smalltalk 的 Web 框架。
Seaside is a web-framework for Smalltalk.