| 1. |
What Is The Best Language To Use With Play Framework: Scala Or Java? |
|
Answer» Play 2 is COMPLETELY written in Scala. If we use Java with Play framework, we need to face MANY issues because Java does not support full FP features. Scala is the best option to use with Play framework to develop Highly Scalable, BETTER Performance with Concurrency/Parallelism and Low latency applications, because:
Play 2 is completely written in Scala. If we use Java with Play framework, we need to face many issues because Java does not support full FP features. Scala is the best option to use with Play framework to develop Highly Scalable, Better Performance with Concurrency/Parallelism and Low latency applications, because: |
|