slim-template / slim

Slim is a template language whose goal is to reduce the syntax to the essential parts without becoming cryptic.
https://slim-template.github.io
MIT License
5.3k stars 501 forks source link

Is it possible to release a JavaScript version #914

Closed messizqin closed 1 year ago

messizqin commented 1 year ago

Many modern online coding platform implement slim by server backend compiling, is it possible to apply a converter to the gem, parsing a minimised javascript api for converting raw text into formatted html? (If there has been one pls tell me, after tons of research I failed to find one)

minad commented 1 year ago

No, this is out of scope. Slim is a Ruby project.