DEV Community

Discussion on: The Peregrine programming language - A Python-like language that's as fast as C.

Collapse
 
pjotterplotter profile image
pjotterplotter

How does Cython transpilation to c differ from Peregrinne?

Thread Thread
 
saptakbhoumik profile image
SaptakBhoumik

Pointers, constant etc etc. Also we are not making yet another python to c converted

Thread Thread
 
pjotterplotter profile image
pjotterplotter

Cool, and let's say I'd want to use it for developing games, can I "link"/integrate a c lib like glfw and compile to webassembly?

Thread Thread
 
saptakbhoumik profile image
SaptakBhoumik

Yes you can