plume-lang / plume

Plume is a lightweight programming language that aims to be portable, powerful and easy to learn.
MIT License
13 stars 2 forks source link
algebraic-data-types compiler functional-programming haskell imperative-programming lightweight programming-language traits


The Plume Programming Language

A programming language that promotes functional programming for everyone.

Explore the docs »

Report Bug . Request Feature . Join the community

![Downloads](https://img.shields.io/github/downloads/plume-lang/plume/total) ![Contributors](https://img.shields.io/github/contributors/plume-lang/plume?color=dark-green) ![Issues](https://img.shields.io/github/issues/plume-lang/plume) ![License](https://img.shields.io/github/license/plume-lang/plume)

Table Of Contents

About The Project

Plume is a programming language that aims to be as simple as existing languages like Python. It has a great learning curve, permitting users either to perform simple tasks or to accomplish large projects.

Its syntax has been designed to be non-aggressive and free, resulting in a pleasant-to-use and very extensible language. Plume supports some very cool features such as:

These are some of the language features available with Plume. But it still has other interesting properties to offer to you like platform-independent code or binary (because it either runs on a virtual machine or compiles down to WASM), great runtime performances, and so on..

Built With

Plume has been built using Haskell and some specific libraries

Getting Started

This is an example of how you may give instructions on setting up your project locally. To get a local copy up and running follow these simple example steps.

Prerequisites

You need to install these dependencies in order to compile and run Plume.

You could alternatively have installed GHCup which is an universal dependency manager for Haskell based tools.

Installation

  1. Clone the repo
git clone https://github.com/plume-lang/plume.git
  1. Update fetched Cabal packages
cabal update
  1. Install or run Plume
cabal install # or cabal run in order just to run it

Roadmap

See the open issues for a list of proposed features (and known issues).

Contributing

Contributions are what make open-source communities such an amazing place to learn, inspire, and create. Any contributions you make are greatly appreciated.

Creating A Pull Request

  1. Fork the Project
  2. Create your Feature Branch (git checkout -b feature/AmazingFeature)
  3. Commit your Changes (git commit -m 'Add some AmazingFeature')
  4. Push to the Branch (git push origin feature/AmazingFeature)
  5. Open a Pull Request

License

Distributed under the MIT License. See LICENSE for more information.

Authors