Essays about: "development of programming languages"

Showing result 6 - 10 of 112 essays containing the words development of programming languages.

  1. 6. Problem Solving Using Automatically Generated Code

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

    Author : Emir Catir; Robin Claesson; [2023]
    Keywords : automatic code generation; code accuracy; natural language processing; GitHub Copilot; CodePal; problem-solving; automatisk kodgenerering; kods träffsäkerhet; språkvetenskap; GitHub Copilot; CodePal; problemlösning;

    Abstract : Usage of natural language processing tools to generate code is increasing together with the advances in artificial intelligence. These tools could improve the efficiency of software development, if the generated code can be shown to be trustworthy enough to solve a given problem. READ MORE

  2. 7. Units of measurement in ecosystems : Design science research on how to communicate and handle units

    University essay from Uppsala universitet/Informationssystem

    Author : Anna Roth; [2023]
    Keywords : Units of measurement; ecosystem; unit checking; annotation burden; design science research;

    Abstract : Units of measurement are needed in many of today’s software programs and datasets for describing physical concepts. Despite this, there are many issues regarding units of measurement in both code and data, such as inconsistent unit annotations, unit types being difficult to annotate and missing built-in unit support in tools and programming languages. READ MORE

  3. 8. Assessing the effectiveness of ChatGPT in generating Python code

    University essay from Högskolan i Skövde/Institutionen för informationsteknologi

    Author : Victor Adamson; Johan Bägerfeldt; [2023]
    Keywords : Artificial Intelligence; code generation; ChatGPT; Python;

    Abstract : This study investigated ChatGPT’s Python code generation capabilities with a quasi-experiment and a case study, incorporating quantitative and qualitative methods respectively. The quantitative analysis compared ChatGPT-generated code to human-written solutions in terms of accuracy, quality, and readability, while the qualitative study interviewed participants with varying levels of programming experience about the usability of ChatGPT for code generation. READ MORE

  4. 9. Cloud native authorization

    University essay from Uppsala universitet/Institutionen för informationsteknologi

    Author : Prashanna Rai; [2023]
    Keywords : ;

    Abstract : In the cloud native development approach, a single application can be developed with multiple self-contained services. Each service might be developed by different teams with different programming languages. Each service needs its authorization module. READ MORE

  5. 10. Throughput Analysis of Safepoint-attached Barriers in a Low-latency Garbage Collector : Analysis of a Compiler Optimization in the HotSpot JVM

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

    Author : Filip Wilén; [2023]
    Keywords : Garbage Collection; Compiler; Java; JVM; Concurrency; Benchmarking; Skräpsamlare; Kompilatorer; Java; JVM; Multitrådat; Benchmarking;

    Abstract : When using managed programming languages, there is an essential benefit in having a fast and efficient compiler and garbage collector; one garbage collector currently under development is the HotSpot low-latency concurrent Generational Z Garbage Collector. Concurrent memory management runs application threads and garbage collection threads simultaneously. READ MORE