Erlang User Conference

Programming Talks tagged with: "Erlang User Conference"

Garrett Smith - Why The Cool Kids Don't Use Erlang

Garrett Smith - Why The Cool Kids Don't Use ErlangErlang is ideally suited building scalable, fault tolerant systems with minimal investment. It can be used for any conceivable application - not just telecom. It has a multi-decade track record of success. So why does it remain a niche technology? To answer this question, Garrett turned to science. He conducted a ...

Zachary Kessin - Using Logic Programming Tools to Drive Property-based Testing

Zachary Kessin - Using Logic Programming Tools to Drive Property-based TestingPBT with tools like QuickCheck and Proper are quite powerful, but building the models to test against is still probably the hardest part. I aim to use a Logic Programming tool (Kanrem or Prolog) to create the model and validate the results. Talk objectives: To show how to use the powerful tools ...