Cylvre Docs
  • Introduction
  • Installation
  • Getting Cylvre up and Running
  • Compile and Run Cylvre Programs
  • Basics
    • Basic Program (Hello World) in Cylvre
    • Print Statements
  • Variables
    • Variables Basics
  • Loops
    • Ranged For loop
  • Conditionals
    • If Statement
Powered by GitBook
On this page
  • Prerequisites
  • Table of Contents

Was this helpful?

Introduction

Be Introduced to Cylvre here

NextGetting Cylvre up and Running

Last updated 4 years ago

Was this helpful?

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

JDK installation >>>

Table of Contents

  • Installation

  • Basics

  • Variables

  • Loops

  • Conditionals

this issue
https://gradle.org/install/
https://openjdk.java.net/install/