5 comments

[ 3.7 ms ] story [ 21.9 ms ] thread
Although mostly used in the browser, at https://code.pyret.org/, Pyret (the language used in the book) can run locally on Node.js like this:

    npm install -g pyret-npm
    pyret --help
Assume you have a file named ahoy.arr on your machine:

    check:
        print("Ahoy from Pyret\n")
        "Ahoy " + "World!" is "Ahoy World!"
    end
Compile and run with:

    pyret ahoy.arr
Run the compiled program:

    node ahoy.jarr
(comment deleted)
Any way to download it as a PDF/epub? Something that isn't tiny text in a browser window. :)