Skip to content

polaris1119/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