talks and docs about yaegi
- GopherCon-2019 (lightning talk)
- GoLab-2019 (30 min. talk)
- Toulouse Software Crafters Meetup, 19-nov-2019 (20 min, same as GoLab)
See the slides and play the examples on your machine (not tested on Windows)
Prerequisite: Go is installed, default GOPATH in ~/go
Make sure that present tool is installed:
$ go get -u golang.org/x/tools/cmd/present
Clone yaegi and yaegi-talk at the proper place:
$ mkdir -p ~/go/src/github.com/containous
$ cd ~/go/src/github.com/containous
$ git clone containous/yaegi
$ git clone containous/yaegi-talk
See talks with runnable/editable yaegi examples:
$ cd ~/go/src/github.com/containous/yaegi-talk
$ ~/go/bin/present
Then open a web browser and open the link displayed, normally http://127.0.0.1:3999/.
Runnable examples have a small run
button
at the bottom right of code text area. Code text areas should be
editable from the browser.