Hacker News new | past | comments | ask | show | jobs | submit login

I would think it is easier to develop a Lisp-like language in C, because Lisp usually is executed by means of an interpretter, due to the dynamic behavior of Lisp where you can redefine functions on the fly. See https://github.com/rui314/minilisp as an example of many available implementations.

Because Lisp is primarily a functional language, it would be kind of hard to emulate C-like behavior.




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

Search: