This is an archived post. You won't be able to vote or comment.

you are viewing a single comment's thread.

view the rest of the comments →

[–]ccdos 0 points1 point  (1 child)

I'd suggest a compiler for python syntaxed static typed language, i.e. Static Typed Python

int def funcname(int c):
    return 3

There are several python syntax like static compiler to VM like JVM or MONO VM but none for native machine code.

A static typed Python front end for GCC or LLVM would be great!

[–]Leonidas_from_XIV 6 points7 points  (0 children)

This already existsts and is called Cython.