Essays about: "dotty"

Found 3 essays containing the word dotty.

  1. 1. Language and gender in animated cartoons : A comparison of linguistic features in the Winx Club and LEGO Ninjago series

    University essay from Karlstads universitet/Fakulteten för humaniora och samhällsvetenskap (from 2013)

    Author : Dotty Karlsson; [2018]
    Keywords : language; gender; talkativeness; questions; interruptions; språk; genus; pratsamhet; frågor; avbrytningar;

    Abstract : Even though numerous studies on language and gender have been carried out, the number of studiesconducted in researching language and gender in cartoons is limited. The present study analyzestalkativeness and the use of questions and interruptions in two popular cartoons, the Winx Club andthe LEGO Ninjago: Master of spinjitzu in order to investigate possible differences in language usebetween female and male characters. READ MORE

  2. 2. Constraining future extensions of immutable classes

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

    Author : Mikael Blomstrand; [2018]
    Keywords : scala; dotty; compiler; jvm; mållgan; final; immutable;

    Abstract : Immutable data and persistent data structures are seeing more and more use. Many common programming errors can be solved by simply using immutable data, and in concurrent and parallel programming, they remove the need for data synchronization. READ MORE

  3. 3. 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