DEV Community

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

Collapse
 
otumianempire profile image
Michael Otu

can you also support x:int since you have int x though x can be inferred. That way all that I'd need to convert python to swallow is main method. 🙏

Collapse
 
saptakbhoumik profile image
SaptakBhoumik • Edited

Ok 👍👍

Collapse
 
toddrjen profile image
Todd

I came here to say this. With python already supporting a syntax for types there isn't much point rolling your own.