lisp-rails-view is a templating engine for HTML.
Install SBCL:
sudo apt-get install sbcl
Add this line to your application's Gemfile:
gem 'lisp-rails-view'
And then execute:
$ bundle
index.html.lisp
(:div#main
(:h3.title "title")
(:p#foo.bar "Hello"))
see https://github.com/quek/lisp-rails-view/tree/master/examples
- Fork it
- Create your feature branch (
git checkout -b my-new-feature
) - Commit your changes (
git commit -am 'Added some feature'
) - Push to the branch (
git push origin my-new-feature
) - Create new Pull Request