logoalt Hacker News

Jtsummersyesterday at 5:43 PM1 replyview on HN

> the first time a Lisp dialect has reached into native world since Clasp.

What's that supposed to mean? Many (probably most if we only consider the non-toy ones) lisp implementations are "native" (compiling to native machine code, not interpreted).


Replies

erichoceanyesterday at 9:16 PM

You can directly call C++ as C++, not via a C ABI.

show 1 reply