Y
HN Search
Hacker News Search
new
|
comments
|
top
|
jobs
pjenvey
searching Neon…
1.
▲
2.
▲
3.
▲
4.
▲
5.
▲
6.
▲
6 ms
·
1.
▲
by
pjenvey
9y ago
3.6's order-preserving dict was first implemented by PyPy (so it's already had it for years, even in pypy2) and f-strings were back ported to pypy3 too.
2.
▲
PyPy3.3 v5.2 alpha 1 released
(morepypy.blogspot.com)
19 points
by
pjenvey
10y ago
|
2 comments
3.
▲
by
pjenvey
11y ago
Come by the PyPy IRC channel and ask
4.
▲
by
pjenvey
11y ago
pypy3 has always supported the u'' prefix despite it otherwise being limited to 3.2 support.
5.
▲
How to argue for Python’s use
(nothingbutsnark.svbtle.com)
6 points
by
pjenvey
12y ago
|
0 comments
6.
▲
The first stable release of PyPy3
(morepypy.blogspot.com)
299 points
by
pjenvey
12y ago
|
84 comments
7.
▲
Obama Should Fire His FCC Chairman
(politico.com)
17 points
by
pjenvey
12y ago
|
0 comments
8.
▲
by
pjenvey
13y ago
Since this is pure Python performance you might want to give the different algorithms a try on PyPy
9.
▲
by
pjenvey
13y ago
What's new: https://wiki.freebsd.org/WhatsNew/FreeBSD10
10.
▲
by
pjenvey
13y ago
All of the stackless/continuation related features included in Python 2 pypy should be supported on PyPy3 or it's a bug. Implementing Python 3.3's yield from in RPython should actually be fairly easy. One of the PyPy GSoC stu
11.
▲
PyPy3 (Python 3 support) 2.1 beta 1 released
(morepypy.blogspot.com)
123 points
by
pjenvey
13y ago
|
15 comments
12.
▲
by
pjenvey
14y ago
Use SQLAlchemy.
13.
▲
by
pjenvey
14y ago
Source Maps will solve the line number mismatch problem: http://www.html5rocks.com/en/tutorials/developertools/source...
14.
▲
by
pjenvey
15y ago
Not via ctypes, via CPyExt, a layer emulating the CPython C extension API (it actually implements a reference counting GC and everything)