[go-nuts] Gothon Library to simulate useful Python methods

2022-08-31 Thread Andres Fernando Baron
Hi ! A few days ago I wrote about a library that will use the power of generics in go ˆ1.18 to emulate the most common and practical Python methods, such as handling lists, dictionaries, heaps, etc. I put forward a bit of code for the slices and recreate in a generic way the handling of lists

[go-nuts] Python cool methods in Golang

2022-08-17 Thread Andres Fernando Baron
Hi ! Currently I am working on a new library to simulate some cool and useful Python methods like (Extends, pop, contains, sets, heapify , etc) with Go 1.18 , I wanna know if you might find it useful and if someone wants to add stuff or help are more than welcome. My personal email is