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

Rholang

< >

Rholang is an open source contract language created in 2016.

#409on PLDB 8Years Old
Download source code:
git clone https://github.com/rchain/rchain
Homepage · Source Code · Subreddit · Twitter · Docs

Rholang is an open and scalable blockchain language designed for speed, reliability and formal process orchestration build on latest research in the reflective high order process calculus.


Example from the web:
new helloworld, stdout(`rho:io:stdout`) in { contract helloworld( world ) = { for( @msg <- world ) { stdout!(msg) } } | new world, world2 in { helloworld!(*world) | world!("Hello World") | helloworld!(*world2) | world2!("Hello World again") } }

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

Built with Scroll v164.7.0