Skip to content

Instantly share code, notes, and snippets.

View tgrospic's full-sized avatar

Tomislav Grospić tgrospic

View GitHub Profile
@tgrospic
tgrospic / SimpleRholangWithContinuations.scala
Last active December 29, 2020 20:25
Simple Rholang with higher-order channels and continuations
// Recordings: https://www.youtube.com/watch?v=syXuWv1PZRg&list=PLniEJXpXl6-qSgCMKT2ocQIYt_BQZe04u&index=12
object rholang {
/**
* This interface represents terms in our Simple Rholang language.
* Everything is a process.
*/
trait Process