Answer the question: is Hy a lisp flavored python or vice versa? The latter!
This commit is contained in:
parent
d93f304220
commit
6bc1bee24a
@ -181,14 +181,14 @@ for python programmers... now you too can make use of macros'
|
|||||||
incredible power (just be careful to not aim them footward)!
|
incredible power (just be careful to not aim them footward)!
|
||||||
|
|
||||||
|
|
||||||
Hy is python flavored lisp (or vice versa?)
|
Hy is a Lisp flavored Python
|
||||||
===========================================
|
============================
|
||||||
|
|
||||||
Hy converts to python's own abstract syntax tree, so you'll soon start
|
Hy converts to Python's own abstract syntax tree, so you'll soon start
|
||||||
to find that all the familiar power of python is at your fingertips.
|
to find that all the familiar power of python is at your fingertips.
|
||||||
|
|
||||||
You have full access to python's data types and standard library in
|
You have full access to Python's data types and standard library in
|
||||||
hy. Let's experiment with this in the hy interpreter::
|
Hy. Let's experiment with this in the hy interpreter::
|
||||||
|
|
||||||
=> [1 2 3]
|
=> [1 2 3]
|
||||||
[1, 2, 3]
|
[1, 2, 3]
|
||||||
|
Loading…
x
Reference in New Issue
Block a user