Skip to content

Commit

Permalink
Update Readme.md
Browse files Browse the repository at this point in the history
  • Loading branch information
dustingetz authored Jul 30, 2024
1 parent a40ee67 commit 0126209
Showing 1 changed file with 12 additions and 1 deletion.
13 changes: 12 additions & 1 deletion Readme.md
Original file line number Diff line number Diff line change
Expand Up @@ -20,7 +20,18 @@ Electric is a **reactive and network-aware Clojure/Script DSL** that fully abstr

- **Strong composition:** Network-transparent Electric functions are true functions. You have lambda, recursion, HOFs, closures, dynamic scope, macros, etc: the full undamaged composition power of Lisp. Goodbye "functional core imperative shell"; with Electric the *entire system is a function*.

Our mission is to raise the abstraction ceiling in web development in the same way that garbage collection did for functional programming, paving the way for something new.
Our mission is to raise the abstraction ceiling in web development in the same way that managed memory did in the 90s, paving the way for something new.

# Hype quotes

- "The amount of code I don't need to write is staggering"
- "This is a paradigm shift similar to garbage collection"
- "Actually insane, manually shuttling data between client/server is going to look antiquated real soon"
- "Electric is the most innovative thing to happen in web development in 15 years"
- "Electric is extraordinary... an entire class of problems have just GONE AWAY with Electric"
- "The approach is a breath of fresh air in what appears like a stagnating swamp"
- "I think you're the first to really break through the cruft and propose a real solution to millions of hours of wasted JavaScript programming"
- "I can't imagine building this UI without electric, it would have been so messy"

# Tutorial and live examples

Expand Down

0 comments on commit 0126209

Please sign in to comment.