6 ms·
Didn't know Slim was much faster than Haml, might worth it to switch, since the syntax is pretty similar anyway!
by allr 14y ago
Didn't know Slim was much faster than Haml, might worth it to switch, since the syntax is pretty similar anyway!
- lengarvey 14y agoOne of the biggest reasons to switch is that Slim supports streaming and Haml doesn't, or at least won't until the next major version. Sources: https://github.com/stonean/slim#slim https://github.com/stonean/slim#slim, https://github.com/haml/haml/issues/436 https://github.com/haml/haml/issues/436
- aoe 14y agoAre there any other pros/cons in switching to Slim? Other than the syntax of course.
- OffTheRails 14y agoI'd say speed and syntax are the main reasons. I've used both Haml and Slim over 5 or so projects and the jump doesn't feel all that significant. If you know Haml, you can pickup Slim within a couple of days at most.