Giter Site home page Giter Site logo

fpss-2012's Introduction

fpss-2012

Presentations - Functional Programming Summer School Politehnica University of Bucharest - 2012

http://theoretical.cs.pub.ro/fpss12/

  1. Functional Programming in the Real World

Functional Programming was never in the commercial products development “prime time”. It was considered many times more as an academic approach of the software development. Still there were companies that understood the real potential that functional programming has and have built successful products and businesses based on these concepts. Even if it has more than fifty years it was and it feels even today ahead of its time.

This presentation will cover the most important products that were implemented in a functional programming language and used in the real world. I will also present the competitive advantage that helped these products to be successful. It will cover products developed in languages like lisp – common lisp, scheme, clojure, haskell, erlang, scala and others.

  1. Erlang – Concurrent Programming Language and Runtime System

What if I need to build a product that needs to follow these characteristics:

  • highly concurrent an distributed systems
  • thousands of simultaneous transactions
  • support cluster architectures and changes in the cluster topology at runtime
  • support may OS’s – Solaris, VxWorks, Windows, Linux, Mac OS X - 32bit, 64bit with SMP support
  • no down time ( actually uptime of 99.999% which means maximum downtime of 5 minutes / year)
  • highly “expressive” programming language
  • recovery from software errors
  • recovery from hardware errors
  • trace & debug code at runtime
  • update code at runtime

Do I have many choices? No, we have only one – which is Erlang. In this presentation I will cover the concepts behind the Erlang programming language and its runtime system that allows an application to have all these key characteristics described before.

fpss-2012's People

Stargazers

 avatar  avatar

Watchers

 avatar  avatar

Forkers

chinnurtb

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    🖖 Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. 📊📈🎉

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google ❤️ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.