Essays about: "Clojure"

Showing result 1 - 5 of 8 essays containing the word Clojure.

  1. 1. Reliable Web Applications Through Contracts and Generative Testing

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

    Author : Fredrik Hallsmar; [2022]
    Keywords : Web applications; Design by contract; Generative testing; Reliability; Clojure; Webbapplikationer; Kontrakt; Automatisk testning; Pålitlighet; Clojure;

    Abstract : Client-side web applications have recently gone from progressive enhancements to powering large scale Single-page Applications (SPAs). Testing such applications is a tedious effort, often requiring manually constructing tests and emulating the browser, which leads to high programming effort and low performance. READ MORE

  2. 2. Cactus - The Cal Actor Clojure Language

    University essay from Lunds universitet/Institutionen för datavetenskap

    Author : Marcus Begic; Gabriel Borglund; [2021]
    Keywords : Technology and Engineering;

    Abstract : .... READ MORE

  3. 3. A performance comparison of Clojure and Java

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

    Author : Gustav Krantz; [2020]
    Keywords : ;

    Abstract : Clojure is a relatively new functional programming language that can compile to both Java bytecode and JavaScript (ClojureScript), with features like persistent data structures and a high level of abstraction. With new languages it is important to not only look at their features, but also evaluate how well they perform in practice. READ MORE

  4. 4. The Usefulness of Programming Languages Beyond Java

    University essay from Linköpings universitet/Programvara och system

    Author : Alexander Jonsson; [2019]
    Keywords : Java virtual machine; JVM; Scala; Jython; Kotlin; project; IntelliJ Idea; Gradle; Paradigm; nullable; typing;

    Abstract : Beyond Java, new programming languages running on the Java virtual machine (JVM) have been developed, such as Kotlin, Scala, JRuby and Clojure amongst others. Since all those languages compile to Java bytecode, they should theoretically be able to be used together in a project. READ MORE

  5. 5. Evaluating Clojure Spec

    University essay from Linköpings universitet/Programvara och system

    Author : Christian Luckey; [2017]
    Keywords : ;

    Abstract : The objective of this thesis is to evaluate whether or not Clojure Spec meets the goals it sets out to meet with regards to easy data validation, performance and automatically generated tests in comparison to existing specification systems in the Clojure ecosystem. A specification for a real-world data format was implemented in the three currently popular specification systems used in Clojure. READ MORE