Jump to content

Talk:Cython

Page contents not supported in other languages.
From Wikipedia, the free encyclopedia
This is an old revision of this page, as edited by AnomieBOT (talk | contribs) at 00:38, 29 July 2019 (Substing templates: {{WikiProject Free and open-source software}}. See User:AnomieBOT/docs/TemplateSubster for info.). The present address (URL) is a permanent link to this revision, which may differ significantly from the current revision.
WikiProject iconComputing: Software / Free and open-source software C‑class
WikiProject iconThis article is within the scope of WikiProject Computing, a collaborative effort to improve the coverage of computers, computing, and information technology on Wikipedia. If you would like to participate, please visit the project page, where you can join the discussion and see a list of open tasks.
CThis article has been rated as C-class on Wikipedia's content assessment scale.
???This article has not yet received a rating on the project's importance scale.
Taskforce icon
This article is supported by WikiProject Software.
Taskforce icon
This article is supported by Free and open-source software (assessed as Low-importance).

Point of View

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".

Stefan Karpinski (talk) 07:02, 17 July 2012 (UTC)[reply]

I should add that Cython is *clearly* notable. Stefan Karpinski (talk) —Preceding undated comment added 07:03, 17 July 2012 (UTC)[reply]

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. DavidBrooksPokorny (talk) 09:03, 12 November 2012 (UTC)[reply]

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 — Preceding unsigned comment added by DavidBrooksPokorny (talkcontribs) 09:11, 12 November 2012 (UTC)[reply]

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. — Preceding unsigned comment added by 148.88.152.95 (talk) 17:47, 18 October 2018 (UTC)[reply]