Skip to content

traefik/yaegi-talk

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

10 Commits
 
 
 
 
 
 
 
 
 
 

Repository files navigation

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.