Skip to content

Commit

Permalink
Add emel, gleam_synapses, and gleam_zlists
Browse files Browse the repository at this point in the history
  • Loading branch information
mrdimosthenis authored and lpil committed Sep 28, 2024
1 parent ae97ddb commit 1d4b443
Show file tree
Hide file tree
Showing 4 changed files with 6 additions and 3 deletions.
3 changes: 3 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -111,7 +111,10 @@ Looking for something to build? Check out [the suggestions list][suggestions].
- [act](https://github.com/MystPi/act) - [📚](https://hexdocs.pm/act/) - Compose stateful actions to simulate mutable state
- [argamak](https://github.com/tynanbe/argamak) - [📚](https://hexdocs.pm/argamak/) - A tensor library for the Gleam programming language
- [delay](https://github.com/bwireman/delay) - [📚](https://hexdocs.pm/delay/) - A dead simple data-structure for delaying side effects
- [emel](https://github.com/mrdimosthenis/emel) - [📚](https://hexdocs.pm/emel/) - Turn data into functions in the Erlang ecosystem
- [gleam_stdlib](https://github.com/gleam-lang/stdlib) - [📚](https://hexdocs.pm/gleam_stdlib/) - A standard library for the Gleam programming language
- [gleam_synapses](https://github.com/mrdimosthenis/gleam_synapses) - [📚](https://hexdocs.pm/gleam_synapses/) - A plug-and-play library for neural networks written in Gleam
- [gleam_zlists](https://github.com/mrdimosthenis/gleam_zlists) - [📚](https://hexdocs.pm/gleam_zlists/) - A library for working with lazy lists in Gleam
- [glearray](https://github.com/fschwalbe/glearray) - [📚](https://hexdocs.pm/glearray/) - Immutable arrays for Gleam
- [gleither](https://github.com/bwireman/gleither) - [📚](https://hexdocs.pm/gleither/) - A small data-structure for representing an Either Monad
- [non_empty_list](https://github.com/giacomocavalieri/non_empty_list) - [📚](https://hexdocs.pm/non_empty_list/) - Non-empty lists in Gleam
Expand Down
2 changes: 1 addition & 1 deletion packages/emel.toml
Original file line number Diff line number Diff line change
Expand Up @@ -2,4 +2,4 @@ name = "emel"
description = "Turn data into functions in the Erlang ecosystem"
docs_url = "https://hexdocs.pm/emel/"
repo_url = "https://github.com/mrdimosthenis/emel"
category = ""
category = "Data Structures"
2 changes: 1 addition & 1 deletion packages/gleam_synapses.toml
Original file line number Diff line number Diff line change
Expand Up @@ -2,4 +2,4 @@ name = "gleam_synapses"
description = "A plug-and-play library for neural networks written in Gleam"
docs_url = "https://hexdocs.pm/gleam_synapses/"
repo_url = "https://github.com/mrdimosthenis/gleam_synapses"
category = ""
category = "Data Structures"
2 changes: 1 addition & 1 deletion packages/gleam_zlists.toml
Original file line number Diff line number Diff line change
Expand Up @@ -2,4 +2,4 @@ name = "gleam_zlists"
description = "A library for working with lazy lists in Gleam"
docs_url = "https://hexdocs.pm/gleam_zlists/"
repo_url = "https://github.com/mrdimosthenis/gleam_zlists"
category = ""
category = "Data Structures"

0 comments on commit 1d4b443

Please sign in to comment.