Videos tagged with Scala
Summary David Pollak makes an introduction to Scala showing how basic language constructs like boxing, generics, structural types, tail calls, and others, are used and how they are translated into byte code. Bio David Pollak wrote the first real-time spreadsheet and the worlds highest performance spreadsheet engine. As CTO of CMP Media, David oversaw the first large-scale deployment of WebLogic...
What’s Next for jclouds?
Summary Adrian Cole discusses his jclouds project, which is an open source library that helps Java developers get started in the cloud and reuse their Java development skills. Cole also talks about some of the challenges of creating a cloud agnostic library, such as the use of different hypervisors and that various cloud implementations are written in different languages, such as VB, Python, Ru...
Kresten Krab Thorup Discusses Programming Languages, Concurrency and Integration
Summary Kresten answers questions about current programming languages and problems they solve. He also tries to look at what is missing for addressing issues we face today such as concurrency. He discusses its importance and tries to portray the language that would take us to the next level helping to tackle these issues easily. Bio Kresten Krab Thorup is CTO of Trifork, where he's responsible ...
Buy a Feature: An Adventure in Immutability and Actor
Summary This presentation discusses the functional programing paradigms used to build Buy a Feature , (a multi-user, web-based, real-time, serious game) including Actors, event streams,and immutable data structures. Both Scala and the lift web framework are briefly covered. Also covered: application defects, adding new features, and using functional paradigms for a real-world web application. B...
Lift Web Framework
Summary This presentation discusses Scala (a hybrid Object Oriented and Functional language) and Lift (a Scala-based web framework with features based on Scala pattern matching and functional composition). Lift's O-R mapper supports type-safe query building via Scala's type system. Lift abstracts away the HTTP request/response cycle by associating functions with HTML page elements. Bio David Po...
Pragmatic Real-World Scala
Summary Jonas Bonér talks about Scala: using OO and the type system to create reusable components, using closures, high-order functions, immutability to create coherent and deterministic code, using Actors to create concurrent and event-driven systems, and using ORM, AOP, DI and Testing with Scala. Bio Jonas Bonér is a programmer, mentor, speaker and author. He has worked at Terra...
Improving Running Components at Twitter
Summary In this talk from QCon London 2009 Evan Weaver shows how Twitter keeps up with growth, by focusing on three performance milestones: caching strategy, the message queue and the cache client. Bio Evan Weaver is the services team lead at Twitter, and a well-known specialist in Ruby on Rails performance. Formerly he worked at CNET Networks and SAP AG. His blog is at http://blog.evanweaver.c...
David Pollak On Lift Framework and Scala
Summary David Pollak talks about using Scala to write the Lift web development framework and his desire to write a productive framework that allows the developer to write concise code on top of a very strongly typed language. Bio David Pollak has been writing commercial software since 1977. He wrote the first real-time spreadsheet and the world's highest performance spreadsheet engine. Since 19...
Don Syme Answering Questions on F#, C#, Haskell and Scala
Summary In this interview made by InfoQ’s Sadek Drobi, Don Syme, a Senior Researcher at Microsoft Research, answers questions mostly on F#, but also on functional programming, C# generics, type classes in Haskell, similarities between F# and Scala. Bio Don Syme has had a major contribution to the design of F#. He has also participated in the design of C# generics and .NET CLR. He joined M...
Lennart Augustsson on DSLs Written in Haskell
Summary In this interview filmed at QCon SF 2008, Lennart Augustsson talks about writing DSLs in Haskell, presenting the advantages offered by the language. In that context, he talks about embedded DSLs, static and dynamic languages, syntax and semantics, monads and many other related topics. Bio Lennart Augustsson was previously a lecturer at the CS Department at Chalmers University of Technol...