Programming Languages

Your weight: normal

all topics
  1. 0.
    0 points 1 sources 1 minutes ago cluster

    The author, a long-time Common Lisp user, found Clojure's syntax to be ergonomic and powerful after using it for a month. They appreciate Clojure's cohesion as a language, which they attribute to its younger age and single creator.

  2. 0.
    0 points 1 sources 1 minutes ago cluster

    Blorp is a new programming language designed for high-performance and low-friction development, with features such as pure functions, explicit effects, and structured concurrency.

  3. 0.
    0 points 1 sources 1 minutes ago cluster

    SQL is the only programming language that can be learned once and used for 30 years without rewriting the mental model, due to its foundation in relational algebra, which remains unchanged.

  4. 0.
    BQN: What Is a Primitive? (mlochbaum.github.io)
    0 points 1 sources 1 minutes ago cluster

    BQN creator explains the reasoning behind choosing a set of primitives in the language, arguing that symbols are more precise and flexible than words.

  5. 0.
    0 points 1 sources 1 minutes ago cluster

    The Go team has proposed adding support for generic methods, allowing for more flexible and reusable code. This change is part of the Go 1.27 release.

  6. 0.
    0 points 1 sources 1 minutes ago cluster

    Rust developers are switching to Ruby due to its ease of use and large community, citing its terseness and strong support.

  7. 0.
    0 points 1 sources 1 minutes ago cluster

    Coalton is a statically typed functional programming language that combines ideas from Haskell, Scheme, and OCaml to improve Common Lisp. It has released a new language manual and was featured in a talk at ELS 2025.

  8. 0.
    0 points 1 sources 1 minutes ago cluster

    A research paper on Hacker News compares Rust's performance to C and C++.

  9. 0.
    0 points 1 sources 14 hours ago cluster

    Rapira is a programming language interpreter developed in the Soviet Union, with a GitHub repository containing its source code and documentation.