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 that we 
have with python. 
Some next steps are to recreate the Heapify library 
https://docs.python.org/3/library/heapq.html , dictionary methods and 
support set operations (w3schools.com/python/python_sets.asp).
If anyone would be interested in joining with code or feedback, you all are 
more than welcome.
Link to repo is : https://github.com/abaron10/Gothon
Thanks!
-- 
*CONFIDENTIALITY NOTICE: *The contents of this email message and any 
attachments are intended solely for the addressee(s) and may contain 
confidential and/or privileged information and are legally protected from 
disclosure. If you are not the intended recipient of this message or their 
agent, or if this message has been addressed to you in error, please 
immediately alert the sender by replying to this email and then delete this 
message and any attachments. If you are not the intended recipient, you are 
hereby notified that any use, dissemination, copying, or storage of this 
message or its attachments without authorization is strictly prohibited.

-- 
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 golang-nuts+unsubscr...@googlegroups.com.
To view this discussion on the web visit 
https://groups.google.com/d/msgid/golang-nuts/3ca99584-05f9-4454-b3c0-28ada7b8ce27n%40googlegroups.com.

Reply via email to