Skip to content

Golang implementation of commonly used array/slices functions.

Notifications You must be signed in to change notification settings

marcopeocchi/fazzoletti

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

4 Commits
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Fazzoletti.go

A Go library for covering most commonly used javascript arrays functions in Golang. Also some simple reactive extensions.

For Go 1.18 and up.

Available functions (slices)

Go Javascrip equivalent
slices.Filter Array.prototype.filter
slices.Map Array.prototype.map
slices.Reduce Array.prototype.reduce
slices.Includes Array.prototype.includes
slices.Concat Array.prototype.concat
Go Guava
slices.Partition partition

Available functions (reactive)

Go Javascrip equivalent
rx.Debounce _.debouce / rxjs.debounce

Uhm, the name?

Literally the first thing on my desk that came in my sight

About

Golang implementation of commonly used array/slices functions.

Topics

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages