fly-lang / fly

The Fly programming language

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Build Status GitHub issues GitHub closed issues

Logo

Fly Programming Language

Simple - Fast - Powerfull

View Website · Report Bug / Request Feature · Open a Discussion

About the Project

Fly Project want to build a new programming language: compiled, high-level, general purpose, with particular attention to simplicity, readability, multi-paradigms with optional Garbage Collector.

Build with

This project is a fork of Clang so it is based on LLVM:

Getting Started

Fly is written in C++ and it is a fork of Clang.

Prerequisites

In order to build this project you need:

Usage

This is an example of how to configure and build the Fly source.

  1. Checkout Fly:

    • git clone https://github.com/fly-lang/fly.git

    • Or, on windows, git clone --config core.autocrlf=false

  2. Configure and build:

    • cd fly

    • mkdir build

    • cd build

    • cmake ..

    • cmake --build .

  3. Launch Fly tests:

    • ctest

You can build Fly with your installed LLVM 11 (fastest method) or automatically compiled from source.

For more information see CMake

Additional Info

  • For how to contribute see CONTRIBUTING.md
  • For know Authors see AUTHORS.md
  • See LICENSE

Contact

Twitter: @fly_lang

Email: dev@flylang.org

Website: flylang.org

About

The Fly programming language

License:Apache License 2.0


Languages

Language:C++ 98.9%Language:C 0.6%Language:CMake 0.5%Language:Dockerfile 0.0%Language:Shell 0.0%