Hacker News
new
|
past
|
comments
|
ask
|
show
|
jobs
|
submit
login
pjmlp
on Sept 25, 2014
|
parent
|
context
|
favorite
| on:
Clasp – A Common Lisp with LLVM back end and inter...
Any weekend compiler project can be faster than CPython.
Igglyboo
on Sept 25, 2014
|
next
[–]
Well CPython is an interpreter not a compiler so that's not really hard to do.
_19qg
on Sept 25, 2014
|
parent
|
next
[–]
Not exactly. CPython combines a compiler and a bytecode interpreter. It compiles to bytecode, which is then run by the bytecode interpreter.
scardine
on Sept 25, 2014
|
prev
[–]
> Any weekend compiler project can be faster than CPython.
Not true and not even funny.
1ris
on Sept 25, 2014
|
parent
|
next
[–]
To write a compiler (and not a interpreter) it's indeed almost impossible to reach the slowness of CPython. Especially because it's hard to create a complex language in just a weekend.
andrewchambers
on Sept 26, 2014
|
parent
|
prev
[–]
using llvm as the backend not hard to make a toy language which runs insanely fast with only integer operations.
tempodox
on Sept 26, 2014
|
root
|
parent
[–]
Exactly.
Guidelines
|
FAQ
|
Lists
|
API
|
Security
|
Legal
|
Apply to YC
|
Contact
Search: