Hacker News new | ask | show | jobs
by Kodiologist 1508 days ago
In Hy, you can include Python with `py`, as in

    (py "(-b + sqrt(b*b - 4*a*c))/(2*a)")