lua-users home
lua-l archive

[Date Prev][Date Next][Thread Prev][Thread Next] [Date Index] [Thread Index]


23.06.2019, 01:39, "Dibyendu Majumdar" <mobile@majumdar.org.uk>:
> But what surprised me is a tool called Cython.
>
> It accepts an extended Python syntax, where you can statically declare
> C and C++ types, and then use them in the Python code. Then you run
> the Cython compiler and it generates C or C++ code and that's it.
> Basically you write Python like high level language most of the time,
> and everything else is taken care of. Ref counting, type checking, all
> taken care of.

Akin to Tcl's Critcl ?
https://wiki.tcl-lang.org/page/Critcl
https://github.com/andreas-kupries/critcl