• Kipper

    v0.12.1
  • Downloads

  • Docs

  • Playground

  • Changelog

  • Kipper

    v0.12.1
    • Downloads

    • Docs

    • Playground

    • Changelog

      • next /
      • Concepts /
      • Overview
    Kipper Docs
    • next
    • latest
    • 0.11.0
    • 0.10.4
    • 0.9.2
    • Overview

    • Quickstart

    • Goals for Kipper

    • Supported platforms

    • Usage Examples

      • Overview

    • Variables

      • Overview

      • String Type

      • Number Type

      • Boolean Type

      • Void Type

      • Null Type

      • Undefined Type

      • Array Type

      • Overview

      • Tangled Expression

      • Arithmetic Expression

      • Assignment Expression

      • Conditional Expressions

      • Logical Expressions

      • Bitwise Expression

      • Relational Expressions

      • Convert Or Cast Expression

      • F-String Expression

      • Member Access Expression

      • Function Call Expression

      • Lambda Expression

      • Matches Expression

      • Overview

      • Expression Statement

      • If Statement

      • While Loop

      • Do-While Loop

      • For Loop

      • Compound Statement

      • Jump Statement

    • Functions

    • Interfaces

    • Classes

    • Comments

    • Built-in Functions

      • Overview

      • Compiler Setup

        • Overview

          • index

          • compiler

          • errors

          • logger

          • utils

          • config

          • index

          • index

        • Overview

        • new

        • run

        • compile

        • help

        • version

      • next /
      • Concepts /
      • Overview
    • next /
    • Concepts /
    • Overview

    Edit page

    This section of the Kipper documentation talks about its core concepts, which are the building blocks of the Kipper programming language. It is not vital to understand these concepts or know what the compiler is doing behind the scenes, but it can help you to understand how Kipper works and how to use it more effectively, as well as justify the design decisions made in the language as well as its existing features.

    Note that this section is still under development, and some concepts may not be fully implemented yet or be subject to change in the future.

    What Kipper tries to achieve

    As mentioned in Goals for Kipper, Kipper is a programming language that aims to improve the modern web development experience by providing safer and more efficient tools for developers, while also being easy to learn and use. It does not try to be too different from the established designs in JavaScript and TypeScript, but still removes certain pitfalls and issues that are common in these languages, such as the lack of type safety. It is as such a fairly opinionated language and may enforce certain design decisions that may not be to everyone's liking, but it is still a language designed to be flexible and adaptable to different use cases.

    Core Concepts

    • Type Consistency
    • Runtime Type Casting
    • Strict Compiler Inspection
    • Integrated Runtime Library
  • Developed at:

    • Releases
    • GitHub
    • Security
    • Issue Tracker
    • License
  • Copyright © 2021-2025 Luna Klatzer, 2024-2025 Lorenz Holzbauer & Fabian Baitura.
    Kipper is licensed under the GPL-3.0-or-later license.