Ticket #111 (closed enhancement: fixed)

Opened 5 years ago

Last modified 5 years ago

Pure python mode

Reported by: robertwb Owned by: somebody
Priority: critical Milestone: 0.10
Component: Pure Python Mode Keywords:
Cc:

Description

Ideally one would like to be able to take advantage of all of Cython's speed gains due to static binding/typing, while still maintaining a pure Python codebase for use platforms where one only has access to an interpreter.

Change History

Changed 5 years ago by robertwb

Everything is now possible, but sometimes use of .pxd files are required. See #112 for followup.

Changed 5 years ago by robertwb

  • summary changed from Pure python mode to Functional Pure python mode

Changed 5 years ago by robertwb

  • component changed from Pure Python Mode to Parsing

Changed 5 years ago by robertwb

  • priority changed from critical to trivial
  • component changed from Parsing to Pure Python Mode

Changed 5 years ago by robertwb

  • priority changed from trivial to critical
  • summary changed from Functional Pure python mode to Pure python mode
Note: See TracTickets for help on using tickets.