Remix.run Logo
socalgal2 2 days ago

lisp to me is (1) the language itself is a lists of lists (2) defmacro lets you manipulate those lists of list at compile time. JS doesn't this do either of these at all AFAICT and so is absolutely nothing like lisp.

Most lisp programs are about writing DSLs using defmacro.

What's the similarity to lisp except that both are programming languages?

actionfromafar 2 days ago | parent [-]

Let me ask you instead, do you consider there to exist any Lisp which has no compiler?