Skip to content

Latest commit

 

History

History
48 lines (35 loc) · 1.46 KB

README.md

File metadata and controls

48 lines (35 loc) · 1.46 KB

yaegi-talk

talks and docs about yaegi

Install

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.