Trendora

Lisp

Assess

Languages & Frameworks

A family of programmable, expression-oriented programming languages centered on symbolic code and macros.

Why it's here

Placed in Assess: 4 article(s) of evidence from 1 source(s), led by open-source activity, with 2 in the last 30 days. Confidence 38%.

Evidence (4)

  • 2Hacker News·7/23/2026open_source
    Emacs as a Lisp-powered work environment

    The article argues that Emacs should be understood less as a text editor and more as a Lisp-based runtime for building a unified working environment. It compares Emacs’ extensibility and integration model with the browser, terminal, and other tools, framing it as a customizable platform where multiple workflows can live together.

  • 4Hacker News·7/17/2026open_source
    Choosing a Lisp Dialect for Beginners

    This article explains that Lisp is a family of languages rather than a single language, and compares major active dialects to help beginners choose where to start. It highlights Common Lisp as the most mature and feature-rich option, with strong standards support, multiple implementations, and powerful REPL-driven debugging and introspection.

  • 3Hacker News·7/9/2026research
    Why Lisp Matters

    This article argues that Lisp is worth learning because it changes how programmers think and lets them extend the language itself. It highlights Lisp's macro system, REPL-driven workflow, and the idea of shaping the language around the problem being solved.

  • 4Hacker News·7/7/2026open_source
    SICP Video Lectures from 1986

    A complete set of 20 video lectures by Hal Abelson and Gerald Jay Sussman on Structure and Interpretation of Computer Programs has been made available. The lectures follow the first edition of the book and are offered under a Creative Commons license compatible with commercial use. They remain relevant for students because the course structure and core themes are largely unchanged in later editions.