Strictly typed php alternative

I have been programming in PHP for several years now, but I also have experience working in other languages ​​such as java, C ++, C #, etc. I think that PHP is a good language for web development, but I really miss some functions from other languages, basically that PHP is weakly typed, and real (operational) overloading is impossible. So now I'm looking for an alternative. I already tried asp.net (C # mvc) and I really liked this language, but it is only windows, and I need a language that can work on Linux based systems.

Do you have any suggestions? I want to:

  • strongly typed language
  • good mysql support
  • function overload (preferably even operator overload)
  • Oop
  • useful for web development
+3
source share
4

. Python, -, , , , . , Java # , , , , Linux.

Django Framework - - python, - Python, .

+6

, , # ASP.NET MVC, , Mono.

+3

HaXe. , , PHP, PHP.

+1

Well, if you like C ++ and you can write portable code (code that works between Linux and Windows), you can look at one of the many C ++ web frameworks .

Personally, I could not imagine such a large number of string manipulations in C ++: P

0
source

All Articles