Re: [go-nuts] [ANN] Koazee a library inspired by functional programming and lazy evaluation that takes the hassle out of working with arrays

2018-11-11 Thread Marko Ristin-Kaufmann
Hi Ivan, Any performance comparisons with other approaches would be greatly appreciated and I assume they would also help the adoption a lot. Cheers Marko Le lun. 12 nov. 2018 à 08:20, Iván Corrales Solera < ivan.corrales.sol...@gmail.com> a écrit : > Hey Marko, > > Thanks you so much for your r

Re: [go-nuts] [ANN] Koazee a library inspired by functional programming and lazy evaluation that takes the hassle out of working with arrays

2018-11-11 Thread Iván Corrales Solera
Hey Marko, Thanks you so much for your reply!, To be honest I didn't know about this libraries, but after having a quick look at them I see that The set of provided operations in https://github.com/clementauger/st

Re: [go-nuts] [ANN] Koazee a library inspired by functional programming and lazy evaluation that takes the hassle out of working with arrays

2018-11-11 Thread Tamás Gulácsi
As far as I understand, this works only with slices, and first it copies them. So neither lazy nor versatile. -- You received this message because you are subscribed to the Google Groups "golang-nuts" group. To unsubscribe from this group and stop receiving emails from it, send an email to gola

Re: [go-nuts] [ANN] Koazee a library inspired by functional programming and lazy evaluation that takes the hassle out of working with arrays

2018-11-11 Thread Marko Ristin-Kaufmann
Hi! Could you give a comparison to other similar libraries such as https://github.com/clementauger/st https://github.com/ahmetb/go-linq ? Cheers Marko -- You received this message because you are subscribed to the Google Groups "golang-nuts" group. To unsubscribe from this group and stop receiv

Re: [go-nuts] [ANN] Koazee a library inspired by functional programming and lazy evaluation that takes the hassle out of working with arrays

2018-11-11 Thread Iván Corrales Solera
Thank you so much Mark! It's so great hear that! On Monday, November 12, 2018 at 12:37:22 AM UTC+1, Mark Volkmann wrote: > > Wow, this is a wonderful library! Thanks so much for creating this! > > --- > R. Mark Volkmann > Object Computing, Inc. > > On Nov 11, 2018, at 1:27 PM, Iván Corrales Sol

[go-nuts] Need Help: Cross Compiling Go + Qt to Windows 64-bit Static

2018-11-11 Thread m . radhi . f
Hi guys, I've created an app using Go + Qt (repository in here ). The app itself is simple. It's just a QuickView that rendering a qml file, and I've succesfully build and run it on Linux. Since it works fine in Linux, I've decided to cross com

Re: [go-nuts] [ANN] Koazee a library inspired by functional programming and lazy evaluation that takes the hassle out of working with arrays

2018-11-11 Thread Mark Volkmann
Wow, this is a wonderful library! Thanks so much for creating this! --- R. Mark Volkmann Object Computing, Inc. > On Nov 11, 2018, at 1:27 PM, Iván Corrales Solera > wrote: > > Hey guys, last weeks I've been working on Koazee and I just released a very > first version Titi, v0.0.1 . > > Koa

[go-nuts] 【go-nuts] liteide x35.2 released, bug fixed.

2018-11-11 Thread visualfc
Hi, all. LiteIDE X35.2 released! This version fixed jump source bug. Optimization editor/bookmark/golangdoc plugins. * LiteIDE Home         * LiteIDE Source code         * Release downloads        

[go-nuts] [ANN] Koazee a library inspired by functional programming and lazy evaluation that takes the hassle out of working with arrays

2018-11-11 Thread Iván Corrales Solera
Hey guys, last weeks I've been working on Koazee and I just released a very first version Titi, v0.0.1 . Koazee is a golang library inspired in Lazy evaluation and functional programming that provides us a rich set of operations that can be done over arrays. If you like the clean code and the f

[go-nuts] gomobile: what's the right way to make widgets?

2018-11-11 Thread Beoran
A small gui library is not that much work. Here is my work in progress: https://gitlab.com/beoran/ebsgo/tree/master/zori It's sleepycat licensed, and uses Allegro as a backend, but it could be made multi backend as well. I am willing to make it MIT if anyone else would like to join. Or just use

Re: [go-nuts] go modules and gocode

2018-11-11 Thread Paul Jolly
FWIW, the latest release of vim-go is working with modules for me (it's not complete support but completion and go-to-def are working): https://github.com/fatih/vim-go/blob/master/CHANGELOG.md#119---november-4-2018 Can I suggest we move this discussion to the vim-go issue tracker? https://github

[go-nuts] bulding pipelines in golang

2018-11-11 Thread clementauger888
Hi, I recently confronted the problem of building data stream pipeline in golang to build some etl programs. I found it was not so simple to use the golang idioms. Using them i noticed i needed deep care and understanding to produce correct code. I also felt they was uselessly verbose and repet

Re: [go-nuts] go modules and gocode

2018-11-11 Thread Keith Brown
got it working. take a look at this https://github.com/keith6014/go/wiki/vim-go-setup On Friday, November 9, 2018 at 4:54:04 PM UTC-5, Tyler Compton wrote: > > My understanding is the mdempsky branch is not expected to work with Go > modules. This fork apparently will: https://github.com/stamb

Re: [go-nuts] Re: gomobile: what's the right way to make widgets?

2018-11-11 Thread Elias Naur
søn. 11. nov. 2018 14.48 skrev komuW : > Do you plan on making that UI library public(open source or not) at some > point? > Yes. As soon as I'm happy with the API I'll release it under a very liberal licence, perhaps even unlicenced. > On Monday, 29 October 2018 16:51:02 UTC+3, Elias Naur wrot

[go-nuts] Re: gomobile: what's the right way to make widgets?

2018-11-11 Thread komuW
Do you plan on making that UI library public(open source or not) at some point? On Monday, 29 October 2018 16:51:02 UTC+3, Elias Naur wrote: > > > > On Monday, October 29, 2018 at 11:48:06 AM UTC+1, Laurent Moussault wrote: >> >> >> IMHO there is vacuum right-now, an opportunity for a native fram

Re: [go-nuts] Re: gomobile: what's the right way to make widgets?

2018-11-11 Thread Scott Cotton
On Saturday, 10 November 2018 16:49:40 UTC+1, Fino wrote: > > Flutter comes out, and using Dart... > Flutter looks nice > > Gophers should all working hard, to make Go occupy more domain area, > besides docker, k8s and blockchain. > 100% agreed. > > I think GUI/Game Engine and BigDat