cosmos72 / gomacro

Interactive Go interpreter and debugger with REPL, Eval, generics and Lisp-like macros

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Any low-hanging fruit for contribution?

budden opened this issue · comments

Looking to improve my resume with the contribution to golang open-source projects. I'm an experienced lisper, so the idea of this thing is clear and attractive. Made two contributions to gitql recently. Also I have my own slime-based IDE for CL, written in tcl/tk.

Thanks for the offer!

There are a few things that could be useful and should be feasible as first contribution...

  1. more exhaustive tests of quoting and quasiquoting - ensuring they behave as their CL equivalents also in complex cases. I mention this because you said you're an experienced lisper
  2. shell commands, see #31
  3. better tab autocompletion, see #30
  4. auto-imports, see #22

Please feel free to contribute on any area you want, not just the ideas I listed above :)