omz:forum

    • Register
    • Login
    • Search
    • Recent
    • Popular

    Welcome!

    This is the community forum for my apps Pythonista and Editorial.

    For individual support questions, you can also send an email. If you have a very short question or just want to say hello — I'm @olemoritz on Twitter.


    Hylang

    Pythonista
    2
    3
    3035
    Loading More Posts
    • Oldest to Newest
    • Newest to Oldest
    • Most Votes
    Reply
    • Reply as topic
    Log in to reply
    This topic has been deleted. Only users with topic management privileges can see it.
    • rcarmo
      rcarmo last edited by

      I've been tinkering with Hy and am curious as to how hard it would be to bundle with Pythonista (I haven't really tried running it there yet since I've had very little free time, but it seems feasible since it's pure Python as far as I can see) - and by that I mean adding corresponding syntax highlighting and support for running .hy files as well.

      It's really well integrated with the debugger, and I think this would be an interesting way to cater to the functional programming crowd (as far as I know, there are no modern LISPs running on iOS, at least nothing with this potential).

      1 Reply Last reply Reply Quote 0
      • rcarmo
        rcarmo last edited by

        A little follow-up on this: I can almost get it to run (like I did with clojure-py, I needed to provide my own copy of py_compile), but it crashes Pythonista at the REPL. I suppose there might be something else missing.

        To get it going, I synced the hy and rply folders to Pythonista and used this little script:

        from hy.cmdline import run_repl

        run_repl()

        ...after entering a single expression like (import json), Pythonista crashes.

        1 Reply Last reply Reply Quote 0
        • ccc
          ccc last edited by

          A cool recent webcast on the topic of hylang... http://podcastinit.com/hylang-developers.html

          1 Reply Last reply Reply Quote 0
          • First post
            Last post
          Powered by NodeBB Forums | Contributors