Top 1K Features Creators Events Podcasts Books Extensions Interviews Blog Explorer CSV

Plasma

< >

Plasma is a programming language created in 2015 by Paul Bone.

#1680on PLDB 11Years Old
Download source code:
git clone https://github.com/PlasmaLang/plasma
HomepageSource CodeTwitterFAQDocs

Plasma, which aims to strike a balance between functional and imperative programming, include state-of-the-art concurrent programming features and feature automatic parallelisation. Boney previously worked on Mercury a logic language.


Example from the web:
func fib(n : Int) -> Int { if (n < 2) { return 1 } else { return fib(n-1) + fib(n-2) } }

- Build the next great programming language Add Add Prompt Issues About Search Keywords Livestreams Labs Resources Acknowledgements

Built with Scroll v178.2.3