A programming language that promotes functional programming for everyone.
Explore the docs »
Report Bug
.
Request Feature
.
Join the community
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..
Plume has been built using Haskell and some specific libraries
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.
You need to install these dependencies in order to compile and run Plume.
>= 9.8.1
): https://www.haskell.org/get-started/>= 3.0
): https://www.haskell.org/cabal/You could alternatively have installed GHCup which is an universal dependency manager for Haskell based tools.
git clone https://github.com/plume-lang/plume.git
cabal update
cabal install # or cabal run in order just to run it
See the open issues for a list of proposed features (and known issues).
Contributions are what make open-source communities such an amazing place to learn, inspire, and create. Any contributions you make are greatly appreciated.
git checkout -b feature/AmazingFeature
)git commit -m 'Add some AmazingFeature'
)git push origin feature/AmazingFeature
)Distributed under the MIT License. See LICENSE for more information.