gmuhammad
gmuhammad

Reputation: 1438

Japid or Scala which one is better?

Japid is a fast template engine (probably 2x to 20x faster) supported by play framework, But is it better enough or stable enough to be used in production environment ? And if japid is better than why play shipped examples projects in scala?

Upvotes: -5

Views: 382

Answers (1)

Rex Kerr
Rex Kerr

Reputation: 167901

Japid is not faster because it is written in Java. It's faster because the people who wrote it decided to spend the effort to make it faster. Scala can be just as fast.

It's also newer, and a plugin, which explains why it isn't used for the core examples for Play.

Upvotes: 2

Related Questions