London Scala Users Group
The London Scala User Group was founded in 2010 and has been organising monthly meetups at Skills Matter since.
Come along to some of the meetups to get to know other software developers interested in the Scala programming language, reactive programming and the Typesafe platform. Learn and share skills with the creators of emerging frameworks, tools and libraries like Akka, Spray, Play, Lift, discover how other companies are using Scala or have introduced Scala skills in their engineering teams. Discuss common challenges, adopt skills in coding sessions or simply enjoy conversations with likeminded folks at the post meetup drinks at the Slaughtered Lamb.
You can find and join all our meetups by the London Scala Users' Group (LSUG) community on these pages here.
You can also find recordings (we call them SkillsCasts as they captured film, code and slides) and pictures of past talks & events on these pages.
We hope to see you soon!
LSUG on Meetup and Twitter
For information on meetups or to stay tuned with discussions, you can also join the London Scala Users' Group on meetup.com. or follow @londonscala on twitter
For more info. on Scala see: www.scala-lang.org
Note that the Scala logo is a trademark of EPFL
-
To the Pub
If you're dead on your feet and want to skip straight to the pub, from 6PM we'll be opening up the bar (see programme for location details).
-
An invitation to functional programming
Featuring Rúnar Bjarnason
Scala is not a purely functional programming language. But we can restrict ourselves to a purely functional subset of Scala. The question is: should we? This talk will make the case that the answer is unequivocally "yes". We can treat Scala as a purely functional language. But more than...
scalax scala functional-programming -
Declarative protocol messages in Scala for testing distributed systems
Featuring Patrick Tschorn
When testing distributed systems, protocol messages have to be parsed, instantiated and modified, which leads to incidental code that obscures the test narrative.
scala distributed testing -
Type-Level Computations in Scala
Featuring Stefan Zeiger
Scala has a powerful type system that allows many properties of a program to be verified at compile-time. Do you still think of types as Int, String and Object? Types like ""Fold[Nat, ({ type L[X <: HList, Z <: Nat] = Succ[Z] })#L, Nat._0]"" are only a small step away....
scala types -
A Field Guide to DSL Design
Featuring Tomer Gabel
Scala combines a powerful type system with a lean but flexible syntax. This combination enables incredible flexibility in library design, most particularly in designing internal DSLs for many common scenarios: specification definition and matching in Specs² and ScalaTest, request routing in Spray...
scala dsl -
State of the Typelevel
Featuring Lars Hupel
The typelevel project is nearing its second anniversary -- a great time to look at what it is actually about. Starting out as a community of Scala projects aiming for principled library design, we have been continuously growing by adding more projects and most recently, forking the Scala compiler...
scala functional-programming types -
Using Docker, Scala and Akka for integration tests
Featuring Andreas Gies
Developing a distributed application presents many challenges and one of the biggest is integration testing. While we have many tools at our fingertips for tackling unit tests integration tests are run manually within many projects. Most of the time this is because an integration test requires a...
scala akka docker integration-testing -
Live coding Scala.js reloaded
Featuring Sébastien Doeraene
Have you been missing all the goodness happening this year in Scala.js, the Scala to JavaScript compiler? Here's your chance to catch up.
scala functional-programming javascript scala.js -
Building a Secure Distributed Social Web using Scala & Scala-JS
Featuring Henry Story
We will show how to build a full Scala client and server application by illustrating it with a use case pushing the limits of what can be done: a distributed secure Social Web server.
scala scalajs distributed -
42: Rise of the dependent types
Featuring George Leontiev
Scala is a language with a very sophisticated type system. It is even said to be the "poor-man's prolog". As part of his hacker-time (20% time program) at SoundCloud, George collaborated with Eugene Burmako to explore the possibility of adding an accessible way to use literal-based...
scala types