New Column, New Interview
July 17th, 2010 | Published in General | 4 Comments | Bookmark on Pinboard.in
A couple newsworthy items:
-
The July/August 2010 issue (PDF) of The Functional Web column is available, this time with guest columnist Aaron Bedra writing about using Clojure and the Compojure web framework on the Google App Engine platform. Pretty interesting read, and plenty of code examples.
-
Sadek Drobi interviewed me about Erlang and REST at Erlang Factory back in March, and the interview is now up at InfoQ.
July 19th, 2010 at 6:24 pm (#)
Hi Steve,
Your interview at InfoQ is super! It clears a lot of things in REST and Erlang for me. It realy pushed me to start with Erlang.
Thanks again!
July 23rd, 2010 at 2:35 am (#)
Hi Steve: the interview in InfoQ was very good one, not only the contents, but also the clarity of English spoken by you; it’s recommended for (American) English learners among Erlang hackers. — Kenji
July 29th, 2010 at 8:03 am (#)
Hi,
I have been browsing through these functional web columns and I was thinking of writing a batch scheduler using erlang. Is there any combination of functional languages you would recommend for the UI and the scheduling engine ?
Thanks,
Mohan
July 30th, 2010 at 12:08 am (#)
@Mohan: perhaps the browser for the UI and Yaws/Erlang for the engine?