InfoQ Homepage Presentations Web Apps in Clojure and ClojureScript with Pedestal
Web Apps in Clojure and ClojureScript with Pedestal
Summary
Brenton Ashworth introduces the Pedestal application library as a way to build rich collaborative applications in Clojure and ClojureScript. Pedestal applies many of the best ideas from Clojure to client application development, allowing developers to create complex applications without having to write complex code.
Bio
Brenton Ashworth is a developer at Relevance, Inc. He was involved in the development of ClojureScript, building some of its first tools, as well as working on the first ClojureScript application, TwitterBuzz. Since then, he has worked on ClojureScript One, Pedestal and many other applications which leverage Clojure from the database to the UI.
About the conference
Strange Loop is a multi-disciplinary conference that aims to bring together the developers and thinkers building tomorrow's technology in fields such as emerging languages, alternative databases, concurrency, distributed systems, mobile development, and the web.
Community comments
How will core.async affect the programming experience, using pedestal?
by Arturo Hernandez /
How will core.async affect the programming experience, using pedestal?
by Arturo Hernandez /
Your message is awaiting moderation. Thank you for participating in the discussion.
Brenton did mention that pedestal was made while core.async was being worked on and that that his team is going to incorporate the library into pedestal. Although there was some explanation of how will the changes affect a pedestal system and it's overall architecture. There was no clarification as to how will an application using pedestal would be affected.