Introduction

Be Introduced to Cylvre here

Hi! Welcome to the official docs for Cylvre! In this documentation, you will learn everything there is to learn about Cylvre.

Have a suggestion? Leave it in this issue and help us improve. All suggestions are valuable.

Cylvre is currently pre-alpha and the docs will only document the current working features of Cylvre.

Cylvre is a strongly typed, programming language with type inference for the JVM.

All Cylvre files are saved with the extension .cyl

All examples in this guide are written in Cylvre, including explanations of different features with reference to other languages.

Prerequisites

  • Gradle 6.7

  • JDK 8 or above

Gradle installation >>> https://gradle.org/install/

JDK installation >>> https://openjdk.java.net/install/

Table of Contents

  • Installation

  • Basics

  • Variables

  • Loops

  • Conditionals

Last updated