GitHub Trends
10.1K subscribers
15.3K links
See what the GitHub community is most excited about today.

A bot automatically fetches new repositories from https://github.com/trending and sends them to the channel.

Author and maintainer: https://github.com/katursis
Download Telegram
#rust #functional_language #functional_programming #hacktoberfest #language #roc_lang

Roc is a new programming language that is still in development. Even though it's not fully ready, you can already find helpful resources like an installation guide, a tutorial, documentation for the standard library, examples, and a FAQ section. There's also a group chat where you can ask questions and get help. If you want to contribute or sponsor Roc, there are several ways to do so, including through donations or corporate sponsorship. This helps the language improve and become more useful for users.

https://github.com/roc-lang/roc
#go #constraints #contract #filterable #foldable #functional #generics #go #golang #lodash #programming #typesafe

The `samber/lo` library is a Lodash-style package for Go, designed to simplify common operations like iterating over slices and maps. It offers many helpers that make coding easier by providing functions similar to those in JavaScript's Lodash library but with the safety of Go's generics. This library helps developers write cleaner code and reduces the need for manual loops or complex logic for tasks like filtering, mapping, and grouping data. It also supports parallel processing, which can improve performance in certain scenarios.

https://github.com/samber/lo