用于 Web 编程的强类型语言

发布于 2024-08-13 13:28:40 字数 149 浏览 6 评论 0原文

是否存在适用于 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 技术交流群。

扫码二维码加入Web技术交流群

发布评论

需要 登录 才能够评论, 你可以免费 注册 一个本站的账号。

评论(8

暮光沉寂 2024-08-20 13:28:40

您可以开发 Java Web 应用程序。请参阅 JSP。

You can develop Java web-applications. See JSPs.

梦幻的心爱 2024-08-20 13:28:40

爪哇? C++?任何语言都可以是网络语言...需要有关您的要求的更多详细信息才能提出具体建议。

Python 是一种强大且流行的动态强类型 Web 开发语言:

  • PyWeb
  • < a href="http://www.djangoproject.com/" rel="nofollow noreferrer">Django
  • 塔架

  • 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:

时光礼记 2024-08-20 13:28:40

Python 是强类型的,广泛用于 Web

Python is strongly-typed, and widely used for web.

合久必婚 2024-08-20 13:28:40

您可以使用 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

夜声 2024-08-20 13:28:40

有一个 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.

从﹋此江山别 2024-08-20 13:28:40

我刚刚遇到 Lift - 一个使用 Scala

I just came across Lift - a framework for web development using Scala.

短暂陪伴 2024-08-20 13:28:40

WtC++

Wt is a web development framework for C++.

寒江雪… 2024-08-20 13:28:40

Seaside 是 Smalltalk 的 Web 框架。

Seaside is a web-framework for Smalltalk.

~没有更多了~
我们使用 Cookies 和其他技术来定制您的体验包括您的登录状态等。通过阅读我们的 隐私政策 了解更多相关信息。 单击 接受 或继续使用网站,即表示您同意使用 Cookies 和您的相关数据。
原文