Skip to content

Overview

In this section, I'll give a pair of LisPy code and corresponding Python code for each AST node. Checkout the Python AST documentation for more information about each node.

Corresponding python code is generated by l2py command in usage section.

example

LisPy Version

(print "Hello, World!")
Python version
print("Hello, World!")