I thought I'd share this project I came across, as it's exciting to me for
some of the same reasons I continue to be excited about Clojure.

> Radicle is a peer-to-peer stack for creating open source software
together.

Notes on the language aspect of the system (the language is for
expressively specifying replicated state machines over p2p networks), from
http://oscoin.io/radicle.html

   - High-level, LISP dialect in the flavor of Black.
   - Ability to redefine the eval function, changing the semantics of the
   language.
   - Lexically scoped with a hyperstatic global environment, i.e. free
   variable resolution takes place at definition-site rather than call-site.
   - First-class functions for side-effect free computation on chain.
   - Immutable by default.
   - Deterministic effects system for managing state.
   - *Syntax closely resembling Clojure.*

The Radical paper:
https://ipfs.io/ipfs/QmadmGA6mBWZ93Wv4XKuCu9wdPf7Da8pjH3Corzpe9VGZg

-- 
You received this message because you are subscribed to the Google
Groups "Clojure" group.
To post to this group, send email to clojure@googlegroups.com
Note that posts from new members are moderated - please be patient with your 
first post.
To unsubscribe from this group, send email to
clojure+unsubscr...@googlegroups.com
For more options, visit this group at
http://groups.google.com/group/clojure?hl=en
--- 
You received this message because you are subscribed to the Google Groups 
"Clojure" group.
To unsubscribe from this group and stop receiving emails from it, send an email 
to clojure+unsubscr...@googlegroups.com.
For more options, visit https://groups.google.com/d/optout.

Reply via email to