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

I really found this project neat. Core dev on Hy and i was wondering how well hy works when importing it into mochi. Guess what? It just works!

    >>> import hy
    None
    >>> from foobar import test ;; Hy module
    None
    >>> test()
    Test
    None
    >>>
EDIT: From looking at the source, it look's like Mochi is actually a lisp, without the parens. Really neat.



you could say that python is actually a lisp, except it exchanged lists for dicts.


You "could" say many different things, but that won't make them true.





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

Search: