Essays about: "Scala"

Showing result 16 - 20 of 32 essays containing the word Scala.

  1. 16. Dynamic Configuration of a Relocatable Driver and Code Generator for Continuous Deep Analytics

    University essay from KTH/Skolan för elektroteknik och datavetenskap (EECS)

    Author : Oscar Bjuhr; [2018]
    Keywords : Stream Processing; Heterogeneous Cluster; Big Data; Rust; Cargo; Docker; Ström Processor; Heterogent Kluster; Big Data; Rust; Cargo; Docker;

    Abstract : Modern stream processing engines usually use the Java virtual machine (JVM) as execution platform. The JVM increases portability and safety of applications at the cost of not fully utilising the performance of the physical machines. READ MORE

  2. 17. Lightweight Software Isolation via Flow-Sensitive Capabilities in Scala

    University essay from KTH/Skolan för datavetenskap och kommunikation (CSC)

    Author : Erik Reimers; [2017]
    Keywords : Scala; LaCasa; flow-sensitive; aliasing;

    Abstract : Aliasing is a potential source of problems in software development and can, for example,lead to data races in concurrent programs. More recent programming languages includealiasing control in order to catch more errors at compile time. However, this does notexist for most widely-used languages.LaCasa introduces aliasing control to Scala. READ MORE

  3. 18. A comparison of functional and object-orientedprogramming paradigms in JavaScript

    University essay from Blekinge Tekniska Högskola/Institutionen för programvaruteknik

    Author : Kim Svensson Sand; Tord Eliasson; [2017]
    Keywords : Functional programming; Object-oriented programming; Comparison; Programming paradigms; JavaScript;

    Abstract : There are multiple programming paradigms that have their own set rules forhow code should be written. Programming languages utilize one or multiple ofthese paradigms. In this thesis, we will compare object-oriented programming,that is the most used today with languages such as C++ and Java, and functionalprogramming. READ MORE

  4. 19. Record Types in Scala: Design and Evaluation

    University essay from KTH/Skolan för datavetenskap och kommunikation (CSC)

    Author : Olof Karlsson; [2017]
    Keywords : Records; Types; Scala; Programming Languages;

    Abstract : A record type is a data type consisting of a collection of named fields that combines the flexibility of associative arrays in some dynamically typed languages with the safety guarantees and possible runtime performance of static typing. The structural typing of records is especially suitable for handling semi-structured data such as JSON and XML making efficient records an attractive choice for high-performance computing and large- scale data analytics. READ MORE

  5. 20. Immutability: An Empirical Study in Scala

    University essay from KTH/Skolan för datavetenskap och kommunikation (CSC)

    Author : Ludvig Axelsson; [2017]
    Keywords : immutability; empirical study; static analysis;

    Abstract : Utilizing immutability is considered to have many desired benefits when it comes to software development and reasoning about programs. It is also one of the core principles of functional programming, and many programming languages have support for specifying immutability. READ MORE