Y
Hacker News
new
|
ask
|
show
|
jobs
by
saagarjha
2558 days ago
Of course, almost every high-level language that compiles to native code ends up doing something that looks like sugared C for many of their features.
1 comments
kazinator
2558 days ago
That first class functions are passed by reference can be verified at the high level; e.g. with the
eq
function in Common Lisp.
link