Pour vous authentifier, privilégiez eduGAIN / To authenticate, prefer eduGAINeu

Reunion DEV@LAL 6

Europe/Paris
Salle bleue (Bât 200)

Salle bleue

Bât 200

    • 10:30 10:40
      Intro 10m
      Orateur: M. Antoine Pérus (Cnrs/In2p3/Lal)
    • 10:40 10:50
      GO 10m
      Go is an open source programming language that makes it easy to build simple, reliable, and efficient software.
      Orateur: Dr Sebastien Binet (LAL)
      Transparents
    • 10:50 11:00
      Clojure 10m
      Clojure is a dynamic programming language that targets the Java Virtual Machine (and the CLR, and JavaScript). It is designed to be a general-purpose language, combining the approachability and interactive development of a scripting language with an efficient and robust infrastructure for multithreaded programming. Clojure is a compiled language - it compiles directly to JVM bytecode, yet remains completely dynamic. Every feature supported by Clojure is supported at runtime. Clojure provides easy access to the Java frameworks, with optional type hints and type inference, to ensure that calls to Java can avoid reflection. Clojure is a dialect of Lisp, and shares with Lisp the code-as-data philosophy and a powerful macro system. Clojure is predominantly a functional programming language, and features a rich set of immutable, persistent data structures. When mutable state is needed, Clojure offers a software transactional memory system and reactive Agent system that ensure clean, correct, multithreaded designs.
      Orateur: Dr Charles Loomis (LAL-Orsay)
      Slides
    • 11:00 11:10
      Kivy 10m
      Open source Python library for rapid development of applications that make use of innovative user interfaces, such as multi-touch apps.
      Orateur: M. Antoine Pérus (Cnrs/In2p3/Lal)
    • 11:10 11:30
      Docker 20m
      Docker is an open-source project to easily create lightweight, portable, self-sufficient containers from any application. The same container that a developer builds and tests on a laptop can run at scale, in production, on VMs, bare metal, OpenStack clusters, public clouds and more.
      Orateur: Dr Sebastien Binet (LAL)
      Transparents