Reunion DEV@LAL 6
mercredi 18 décembre 2013 -
10:30
lundi 16 décembre 2013
mardi 17 décembre 2013
mercredi 18 décembre 2013
10:30
Intro
-
Antoine Pérus
(
Cnrs/In2p3/Lal
)
Intro
Antoine Pérus
(
Cnrs/In2p3/Lal
)
10:30 - 10:40
Room: Salle bleue
10:40
GO
-
Sebastien Binet
(
LAL
)
GO
Sebastien Binet
(
LAL
)
10:40 - 10:50
Room: Salle bleue
Go is an open source programming language that makes it easy to build simple, reliable, and efficient software.
10:50
Clojure
-
Charles Loomis
(
LAL-Orsay
)
Clojure
Charles Loomis
(
LAL-Orsay
)
10:50 - 11:00
Room: Salle bleue
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.
11:00
Kivy
-
Antoine Pérus
(
Cnrs/In2p3/Lal
)
Kivy
Antoine Pérus
(
Cnrs/In2p3/Lal
)
11:00 - 11:10
Room: Salle bleue
Open source Python library for rapid development of applications that make use of innovative user interfaces, such as multi-touch apps.
11:10
Docker
-
Sebastien Binet
(
LAL
)
Docker
Sebastien Binet
(
LAL
)
11:10 - 11:30
Room: Salle bleue
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.