Y
Hacker News
new
|
ask
|
show
|
jobs
by
msla
1186 days ago
I wonder what experienced Common Lisp compiler devs could accomplish if they turned their attention to Python.
2 comments
Mikhail_K
1186 days ago
https://julialang.org/benchmarks/
link
fud101
1185 days ago
no thanks, julia is a nicer matlab. python is a proper general purpose language.
link
Mikhail_K
1185 days ago
Julia is not a proper general purpose programming language, because it has one-based array indexing?
link
LispSporks22
1186 days ago
There is an implementation of Python in Common Lisp
https://clpython.common-lisp.dev/
but I think you probably mean some more lower-level thing
link
msla
1186 days ago
I do: I mean some people with experience making Common Lisp implementations (SBCL, maybe) getting an idea and implementing Python with the same basic concepts they used to implement a Common Lisp compiler.
link