Skip to content

Latest commit

 

History

History
29 lines (21 loc) · 778 Bytes

README.md

File metadata and controls

29 lines (21 loc) · 778 Bytes

🎈psl

A Modern Programming Language Empowering Algorithmic Thinking

Warning

We're currently in an early alpha stage, the product may be very incomplete and unstable.

psl is a programming language specifically made for intuitive algorithm code writing.

Installation

From the release

Not available now, sorry!

From Git with Cargo

cargo install \
    --git https://github.com/psl-lang/psl \
    --tag v0.1.3

Note

The psl executable may collide with libpsl (which curl depends on) executable. See psl(1) for more explanation. We may rename the package not to collide with that, the potent alternative is pslc.`