Golang News http://golangnews.com Jobs, Code, Videos and News for Go hackers - everything about the go programming language Fri, 16 Mar 2018 20:54:00 +0000 Neugram - a scripting language integrated with Go #cli #scripting #neugram <p>I started working on Neugram because as I spent more time programming in Go I found myself writing a larger fraction of the scripts better suited to Python or Perl in Go. My daily programming came to be dominated by bash and Go.</p> <p>The problem is, bash is an awkward language for a ~100 line program, and sometimes so is Go. While it is thoroughly enjoyable to use the same standard library in scripts as in big complex projects, Go is slower to work in than Python and Perl for a few reasons:</p> 9 points posted by kenny https://neugram.io/blog/neugram-briefly 2864 Sun, 29 Oct 2017 18:19:00 +0000 Neugram Design principles #neugram <p>Neugram (<a href="https://neugram.io/">Go scripting</a>) is a new project with a long way to go. To help stay focused over a long project and to make it accessible to potential new contributors, this post documents some design principles for Neugram.</p> 7 points posted by kenny https://neugram.io/blog/design-principles 2888 Fri, 03 Nov 2017 20:34:00 +0000