From e261f5c1918313d852151184ec03887b41def174 Mon Sep 17 00:00:00 2001 From: Liam Swayne Date: Sun, 29 Oct 2023 13:03:01 -0400 Subject: [PATCH 1/2] add cython language --- collections/programming-languages/index.md | 1 + 1 file changed, 1 insertion(+) diff --git a/collections/programming-languages/index.md b/collections/programming-languages/index.md index 9d03917101d..cf774ea7386 100644 --- a/collections/programming-languages/index.md +++ b/collections/programming-languages/index.md @@ -6,6 +6,7 @@ items: - rust-lang/rust - JetBrains/kotlin - python/cpython +- cython/cython - php/php-src - JuliaLang/julia - ruby/ruby From 0b6ec3d6909b4e25690c7ee83f098c2789177de3 Mon Sep 17 00:00:00 2001 From: Liam Swayne Date: Mon, 6 Nov 2023 10:34:27 -0500 Subject: [PATCH 2/2] move cython --- collections/programming-languages/index.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/collections/programming-languages/index.md b/collections/programming-languages/index.md index cf774ea7386..725055baf8f 100644 --- a/collections/programming-languages/index.md +++ b/collections/programming-languages/index.md @@ -6,7 +6,6 @@ items: - rust-lang/rust - JetBrains/kotlin - python/cpython -- cython/cython - php/php-src - JuliaLang/julia - ruby/ruby @@ -67,6 +66,7 @@ items: - carbon-language/carbon-lang - imba/imba - Jackojc/cane +- cython/cython display_name: Programming languages created_by: leereilly ---