EDN-infused plain html forms
Merry solstice. After about a year, I'm roughly 80% done with the Yakread rewrite. Now all that's left is the remaining 80%. My last post is still a good explanation of the new Biff things I've been hacking on as part of that. Over the past couple weeks I've also been thinking about how to do forms. So far Biff hasn't provided anything special for forms: if you need an email address, you do [:input {:name "email"} ...] , you get the value as a string from (-> request :params :email) , you parse it if needed
评论
?
参与讨论