diff --git a/tqdm-ports.md b/tqdm-ports.md index 5e9e8b6..748d208 100644 --- a/tqdm-ports.md +++ b/tqdm-ports.md @@ -1,8 +1,18 @@ Here is a non-exhaustive list of `tqdm` ports in various languages, with a partial mention if official and/or in development stage: - - Python - [`tqdm/tqdm`](https://github.com/tqdm/tqdm)`>` `Official` - - C++ - [`tqdm/tqdm.cpp`](https://github.com/tqdm/tqdm.cpp)`>` `Official` `Pre-Alpha` - - Ruby - [`powerpak/tqdm-ruby`](https://github.com/powerpak/tqdm-ruby) - - Elixir - [`antipax/tqdm_elixir`](https://github.com/antipax/tqdm_elixir) - - Go* - [`sbwhitepack/tqdm`](https://github.com/sbwhitecap/tqdm) - - Node* - [`jhedin/ntqdm`](https://github.com/jhedin/ntqdm) +Language | Source +--- |:--- +Python | [`tqdm/tqdm`](https://github.com/tqdm/tqdm) `Official` +C++ | [`tqdm/tqdm.cpp`](https://github.com/tqdm/tqdm.cpp) `Official` `Pre-Alpha` +.NET | [`damageboy/yaap`](https://github.com/damageboy/yaap) +C++ | [`aminnj/cpptqdm`](https://github.com/aminnj/cpptqdm) +C++ | [`sizmailov/tqdm-cxx`](https://github.com/sizmailov/tqdm-cxx) +D | [`ShigekiKarita/snck`](https://github.com/ShigekiKarita/snck) +Elixir | [`antipax/tqdm_elixir`](https://github.com/antipax/tqdm_elixir) +Go | [`kinsey40/tqdm`](https://github.com/kinsey40/tqdm) +Go | [`sbwhitepack/tqdm`](https://github.com/sbwhitecap/tqdm) +Julia | [`cloud-oak/Tqdm.jl`](https://github.com/cloud-oak/Tqdm.jl) +Node.js | [`jhedin/ntqdm`](https://github.com/jhedin/ntqdm) +Perl | [`perlancar/perl-tqdm`](https://github.com/perlancar/perl-tqdm) +Ruby | [`powerpak/tqdm-ruby`](https://github.com/powerpak/tqdm-ruby) +Ruby | [`rscarvalho/tqdm-ruby`](https://github.com/rscarvalho/tqdm-ruby)