Content deleted Content added
m Dating comment by Scoder - "" |
m Maintain {{WPBS}} and vital articles: 1 WikiProject template. Create {{WPBS}}. Keep majority rating "C" in {{WPBS}}. Remove 1 same rating as {{WPBS}} in {{WikiProject Computing}}. Tag: |
||
(18 intermediate revisions by 9 users not shown) | |||
Line 1:
{{
{{WikiProject Computing |importance= |free-software=yes |free-software-importance=low |software=yes }}
}}
{{archivebox|[[/Archive 1|Cython:Talk 2011]]}}
==
I came to this page for useful information about how Cython works and what the benefits and tradeoffs are involved in using it. Instead I found an article that is overblown, biased, uses verbiage that is entirely inappropriate for an encyclopedia, and contains very little factual information about how Cython actually works. Biased, un-encyclopedic language includes phrases like: "The special advantage of this seamless Python/C intermix approach is that existing Python code can be tuned to almost the speed of C by just adding a few static type declarations".
[[User:Stefan.karpinski|Stefan Karpinski]] ([[User talk:Stefan.karpinski|talk]]) 07:02, 17 July 2012 (UTC)
:I've cleaned up some of the material and removed the sign. This article could still use some TLC but at least visitors will have a basic idea of the workflow. [[User:DavidBrooksPokorny|DavidBrooksPokorny]] ([[User talk:DavidBrooksPokorny|talk]]) 09:03, 12 November 2012 (UTC)
== External files ==
Hello world chart: http://www.lucidchart.com/invitations/accept/50a0bbdb-78a8-4950-b49e-248f0a7cd169 and http://www.lucidchart.com/invitations/accept/50a0bcf5-eb94-4a05-98d8-5b9b0a7c4e7c <small><span class="autosigned">— Preceding [[Wikipedia:Signatures|unsigned]] comment added by [[User:DavidBrooksPokorny|DavidBrooksPokorny]] ([[User talk:DavidBrooksPokorny|talk]] • [[Special:Contributions/DavidBrooksPokorny|contribs]]) 09:11, 12 November 2012 (UTC)</span></small><!-- Template:Unsigned --> <!--Autosigned by SineBot-->
== Not a Superset ==
I don't know when it diverged, but Cython is pretty far away from being a superset of python 3 at least since the introduction of type hints.
Valid type-hinted Python will often fail to compile, and some other changes in syntax have not been added yet.
In the docs, cython only says it "It aims to become a superset of the [Python] language".
The first sentence should be tempered somewhat at least. <!-- Template:Unsigned IP --><small class="autosigned">— Preceding [[Wikipedia:Signatures|unsigned]] comment added by [[Special:Contributions/148.88.152.95|148.88.152.95]] ([[User talk:148.88.152.95#top|talk]]) 17:47, 18 October 2018 (UTC)</small> <!--Autosigned by SineBot-->
:I've changed it to '''subset'''. [[User: Arjun G. Menon|'''<font color="#FF8C00">Arjun</font> G. <font color="#008000">Menon</font>''']] ([[User_talk: Arjun G. Menon|'''''<font color="#654321">talk</font>''''']] '''·''' [[Special:EmailUser/Arjun G. Menon|mail]]) 01:45, 7 October 2023 (UTC)
== It's not language ==
Cython isn't even a programming language. I think someone here should read a little more at cython.org. [[User:Mr.Fine24|Mr.Fine24]] ([[User talk:Mr.Fine24|talk]]) 16:15, 18 October 2023 (UTC)
|