Strongly-typed languages for web programming

前端 未结 8 1746
孤城傲影
孤城傲影 2021-02-20 16:47

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

8条回答
  •  遥遥无期
    2021-02-20 17:52

    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:

    • PyWeb
    • Django
    • Pylons

    • Wt is a good C++ web framework

提交回复
热议问题