A REPL makes learning tangible:
- try expressions
- inspect values
- iterate on examples
Typical session (placeholder)
> open "demo.dbf64"
> count()
> select where AGE > 30
Interactive workflow for learning and rapid exploration.
A REPL makes learning tangible:
> open "demo.dbf64"
> count()
> select where AGE > 30