igo

A simple interactive Go interpreter built on go-eval with some readline-like refinements

  • Owner: sbinet/igo
  • Platform:
  • License:: Other
  • Category::
  • Topic:
  • Like:
    0
      Compare:

Github stars Tracking Chart

igo

A simple interactive Go interpreter built on go-eval with some readline-like refinements

Example

$ igo
igo> func f() { println("hello world") }
igo> f()
hello world
igo> type Foo struct {
...   A int
...  }
...  
igo> foo := Foo{A:32}
igo> foo
{32}
igo> foo.A
32

Documentation

http://godoc.org/github.com/sbinet/igo

TODO

  • implement code completion

    • with gocode ?
  • code colorization ?

  • see TODOs of go-eval

Main metrics

Overview
Name With Ownersbinet/igo
Primary LanguageGo
Program languageGo (Language Count: 1)
Platform
License:Other
所有者活动
Created At2012-07-07 15:42:21
Pushed At2020-05-05 11:26:33
Last Commit At2014-09-26 12:06:42
Release Count2
Last Release Namego-weekly.2012-02-22 (Posted on )
First Release Namego.go1 (Posted on )
用户参与
Stargazers Count655
Watchers Count30
Fork Count73
Commits Count44
Has Issues Enabled
Issues Count6
Issue Open Count4
Pull Requests Count0
Pull Requests Open Count1
Pull Requests Close Count0
项目设置
Has Wiki Enabled
Is Archived
Is Fork
Is Locked
Is Mirror
Is Private