Live data from Hacker News

SPy: An interpreter and compiler for a fast statically typed variant of Python

antocuni.eu

1–10 of 133 posts

Re: SPy: An interpreter and compiler for a fast statically typed variant of Python

#7
Looks very interesting!

I remember chatting with one of the creators of PyPy (not the author of TFA) a number of years ago at HPI. He had just given a talk about how RPython was used in PyPy development, and I was fascinated.

To me, it seemed completely obvious that RPython itself seemed like a really interesting standalone language, but he would have none of it.

Whenever I suggested that RPython might have advantages over PyPy he insisted that PyPy was better and, more strangely, just as fast. Which was sort of puzzling, because the reason given for RPython was speed. When I then suggested that they could (after bootstrap) just use PyPy without the need for RPython, he insisted that PyPy was too slow for that to be feasible.

The fact that both of these statements could not really be true at the same time did not register.

Re: SPy: An interpreter and compiler for a fast statically typed variant of Python

#8

I like the idea of a compiled language that takes the look and ethos of Python (or at least the "looks like pseudocode, but runs"-ethos) I don't think the article gives much of an impression on how SPy is on that front.

You can have that today with Nim.

Re: SPy: An interpreter and compiler for a fast statically typed variant of Python

#10
post #2

I can't view the site on my mobile without accepting cookies.

Specifically Google Analytics cookies, but I found you can uncheck the box.

It's still pretty confusing: Uunchecking the box doesn't seem to do much (is it actually unchecked when you click it? There's still a checkmark); you still have to click Accept to see the text; what are you accepting?

In any case, pre-checked boxes are not valid consent under GDPR (“Planet49”).

Post reply on HN