Hacker News new | ask | show | jobs
by geezerjay 3354 days ago
> That's like saying "Why not just use lisp?" to a python programmer.

Only if a python programmer was resorting to contrived macros to shoehorn some of Lisp's features onto python.

If a python programmer wants to write lisp in python, why not simply use lisp?

1 comments

Why do you think that's not already happening? Have a look at Django ORM.

https://github.com/django/django/blob/master/django/db/model...