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

It appears that this post seems have been interpreted as questioning the design choice of infix vs prefix. I do think that infix is far easier to deal with, and that the array slicing syntax is a joy; what I meant was more about how picking a infix-y datastructure (like Julia) for storing expressions, would seem to limit one's ability to manipulate them ?

I thought the only reason lisp's macros were as powerful, was because one didn't spend all his time parsing stuff.




I'm not super familiar with Julia but it seems to use a pretty simple and easy to manipulate representation for metaprogramming purposes.

http://docs.julialang.org/en/latest/manual/metaprogramming/




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

Search: