DEV Community

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

Collapse
 
saptakbhoumik profile image
SaptakBhoumik

Swallow and cython are diffrent with diffrent goals. Swallow will have many more features

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