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

< >

膼 is a programming language created in 2019 by Compl Yue.

#1595on PLDB 5Years Old
Download source code:
git clone https://github.com/e-wrks/edh
HomepageSource Code

Edh is a dynamically & strongly typed, procedural (thus imperative), value-oriented (i.e. immutable first, yet with non-traditional Object constructs), interpreted programming language, that parasitic on GHC and heavily relying on the Haskell implementation of Software Transactional Memory for unified intuition of concurrency and data-consistency.


Example from the web:
method satExample() or ({generator _ () for x1 from [true, false] do for x2 from [true, false] do # ... for xN from [true, false] do yield formula ( x1, x2, # ..., xn ) })

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

Built with Scroll v144.0.0