Re: [go-nuts] Repository of self-contained functions

2017-08-09 Thread Henrik Johansson
https://i.redd.it/tfugj4n3l6ez.png I am sorry, I couldn't help it! ons 9 aug. 2017 kl 08:40 skrev Jakob Borg : > On 7 Aug 2017, at 16:38, Lukas Senger wrote: > > > > Basically the idea is to > > encourage writing and sharing simple self-contained

Re: [go-nuts] Repository of self-contained functions

2017-08-07 Thread Michael Jones
i have the same. Like HAKMEM, just not as smart. On Mon, Aug 7, 2017 at 8:22 AM, Shawn Milochik wrote: > I like *idea* of that idea, but I suspect that the implementation > wouldn't work out. > > As the Go Proverb says: "A little copying is better than a little >

Re: [go-nuts] Repository of self-contained functions

2017-08-07 Thread Shawn Milochik
I like *idea* of that idea, but I suspect that the implementation wouldn't work out. As the Go Proverb says: "A little copying is better than a little dependency." I have a similar repo for my personal use, but I copy/paste from it rather than import it. It's a modern version of the folder we

[go-nuts] Repository of self-contained functions

2017-08-07 Thread Lukas Senger
Hi everybody, I've had this idea rolling around in my head for a while now and I'm not sure if it is worth diving into. What do you think of importing single functions from an online repository of functions that anybody can contribute to. Functions would be uniquely identified by their hash