Hacker Newsnew | past | comments | ask | show | jobs | submitlogin

Can someone explain how this is not Lisp with a different syntax? Or Forth?

I don’t mean that as a criticism or midwit dismissal. Just want to understand.



Lisp is based on lambda calculus which has no tools to modify programs written in itself, this is apparently a useful feature, so there are many lisp-like languages with added macros as such there are many different implementations of these features. Even something as prevalent in lisp-likes as eval isn't part of lambda calculus, which only has abstraction application and variables (no env). If the notion of reflection is well defined and if tree calculus is reflective then it's definitely not just lisp (certainly not forth) with a different syntax

I'm no expert so take this post with a mountain of salt. Without confusing the issue: In practice it's just a slow lisp, in theory it's different from lambda calculus and can be used to implement that slow lisp-like in a simpler way.


> Lisp is based on lambda calculus which has no tools to modify programs written in itself

Lisp is not based on lambda calculus and lisp can certainly modify programs written in itself

https://www.reddit.com/r/lisp/comments/e467tk/is_it_more_cor...


Lambda abstraction (which is used by this “tree calculus”) is a form of quotation.

Nit picky point: quote/eval is an integral part of Lisp, not a later addon.


If it doesn't have mandatory parentheses around and indentation sensitivity, that's already a huge plus for people with my taste.

It's fine other people have different tastes really. I'm just sad that homoiconicity is mostly trapped within lisp dialects.




Guidelines | FAQ | Lists | API | Security | Legal | Apply to YC | Contact

Search: