wlambda 0.8.1

WLambda is an embeddable scripting language for Rust
Documentation
1
2
3
!@wlambda;
!expr = { _ + 30 };
!@export symbol expr;