8000 GitHub - alexfarhill/igo: A simple interactive Go interpreter built on exp/eval with some readline-like refinements
[go: up one dir, main page]
More Web Proxy on the site http://driver.im/
Skip to content
forked from sbinet/igo

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

License

Notifications You must be signed in to change notification settings

alexfarhill/igo

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

32 Commits
 
 
 
 
 
 
 
 
 
 

Repository files navigation

igo

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

Example

$ igo
igo> func f() { println("hello world") }
igo> f()
hello world

TODO

  • implement code completion
    • with gocode ?
  • code colorization ?

About

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

Resources

License

Stars

Watchers

Forks

Packages

No packages published
0