Y
Hacker News
new
|
ask
|
show
|
jobs
by
oblio
2115 days ago
Chicken Scheme compiles ahead of time, doesn't it?
2 comments
jashmatthews
2115 days ago
Yeah but it's not an important distinction.
link
oblio
2115 days ago
Isn't it? Compiling C takes time, with Ruby you would be doing it for each execution. Is there some catching involved?
link
jashmatthews
2115 days ago
Almost everything is in a pre-compiled header. Its actually similar overhead to an LLVM based JIT.
You wouldn’t want to do it for a browser JIT but for a server side app it’s OK.
link
oblio
2115 days ago
Does Ruby ship with a compiler? How will this work on Windows?
link
pansa2
2115 days ago
Nim does too.
link