Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Templaters comparison #364

Open
katel0k opened this issue Dec 4, 2024 · 1 comment
Open

Templaters comparison #364

katel0k opened this issue Dec 4, 2024 · 1 comment

Comments

@katel0k
Copy link

katel0k commented Dec 4, 2024

This issue aims to complete this templater comparison. Progress can be tracked in this repository. This issue will be updated accrodingly

For now, I have compared how those libraries can be covered using bisect_ppx. All libraries have successfully been covered, but with differing results.

eml mlx TyXML TyXML
let%html
dream-html
syntax preservation no, transforms into
internal representation
no, transforms into ocaml yes yes yes
readability no, internal representation
is compressed
yes. Resulting ocaml is readable yes yes yes
comments only ocaml parts
are covered
@aantron
Copy link
Owner

aantron commented Dec 5, 2024

Great, thank you! Could you add little representative screenshots of what the HTML coverage report looks like for each of the templaters?

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

No branches or pull requests

2 participants