Top Banner
Hiccup
13

Lt hiccup

Jan 27, 2015

Download

Technology

lightning talk about hiccup that i presented in a clojure group
Welcome message from author
This document is posted to help you gain knowledge. Please leave a comment to let me know what you think about it! Share it to your friends and learn new things together.
Transcript
Page 1: Lt hiccup

Hiccup

Page 2: Lt hiccup
Page 4: Lt hiccup

Modulos

• hiccup.core• hiccup.form-helpers• hiccup.page-helpers

Page 6: Lt hiccup

HTML

Page 7: Lt hiccup

• (html [:a {:href "http://github.com"} "GitHub"])

• <a href="http://github.com">GitHub</a>

Page 8: Lt hiccup

Escape-html

Page 10: Lt hiccup

Text-Field

Page 12: Lt hiccup

URL

(url "/group/" 4 "/products" {:page 9}) => "/group/4/products?page=9"

Page 13: Lt hiccup

Duvidas?