Ask HN: What's the best Lisp for a Python hobbyist looking to learn?

This page summarizes the projects mentioned and recommended in the original post on news.ycombinator.com

InfluxDB - Power Real-Time Data Analytics at Scale
Get real-time insights from all types of time series data with InfluxDB. Ingest, query, and analyze billions of data points in real-time with unbounded cardinality.
www.influxdata.com
featured
SaaSHub - Software Alternatives and Reviews
SaaSHub helps you find the best software and product alternatives
www.saashub.com
featured
  • hy

    A dialect of Lisp that's embedded in Python

  • A good starting point might be Hy [0]. Its claim to fame is being a LISP embedded in Python.

    [0]: https://github.com/hylang/hy

  • calysto_scheme

    A Scheme kernel for Jupyter that can use Python libraries

  • Oh God, Newlisp. Don't worry about that. Start with Common Lisp. It's probably the most Pythonic in that it's built for building real applications in. SBCL is the open source implementation everyone seems to favor.

    Runners up are Racket and Guile.

    The "Lisps in Python" (like Hy and Hissp) are nice, but they're not very Lispy. More like Python with sexpr syntax. I recommend Calysto Scheme for messing around: https://github.com/Calysto/calysto_scheme

    It's slow, but it's full Scheme.

  • InfluxDB

    Power Real-Time Data Analytics at Scale. Get real-time insights from all types of time series data with InfluxDB. Ingest, query, and analyze billions of data points in real-time with unbounded cardinality.

    InfluxDB logo
NOTE: The number of mentions on this list indicates mentions on common posts plus user suggested alternatives. Hence, a higher number means a more popular project.

Suggest a related project

Related posts