Re: [go-nuts] Re: [ANN] GoKi Trees and GoGi GUI

2018-05-05 Thread matthewjuran
In a generic container I would expect to see items typed as interface{} and the behavior defined on a slice of interface{} or struct with private slice of interface{} field. >From the godoc it looks like type Node implements type Ki, and there’s no other type that implements Ki. I don’t underst

Re: [go-nuts] Re: [ANN] GoKi Trees and GoGi GUI

2018-05-04 Thread Randall O'Reilly
Here’s a few responses to some of the overall “Smell” issues, and per Wojciech’s comments I don’t really do blogging but here are just a few of the “lessons learned / issues confronted” in this effort. Overall the ONLY thing I would change about Go based on my experience so far is some of the m

Re: [go-nuts] Re: [ANN] GoKi Trees and GoGi GUI

2018-05-04 Thread Randall O'Reilly
Matt — thanks a ton for all the detailed comments! Just quickly I figured out the git/hub steps to split out the top-level repositories into separate “ki” and “gi” repos, so the link and package paths are now: https://github.com/goki/gi and ki and hopefully this now works for the demo — just w