Software Alternatives, Accelerators & Startups

HNPWA VS Common Lisp

Compare HNPWA VS Common Lisp and see what are their differences

The page you are looking for does not exist

HNPWA logo HNPWA

Hacker News readers as Progressive Web Apps

Common Lisp logo Common Lisp

The modern, multi-paradigm, high-performance, compiled, ANSI-standardized descendant of the long-running family of Lisp programming languages
  • HNPWA Landing page
    Landing page //
    2019-07-22
  • Common Lisp Landing page
    Landing page //
    2023-09-18

We recommend LibHunt Common Lisp for discovery and comparisons of trending Common Lisp projects.

HNPWA features and specs

No features have been listed yet.

Common Lisp features and specs

  • Powerful Macro System
    Common Lisp offers a robust macro system that allows for metaprogramming, letting developers easily extend the language and create domain-specific languages.
  • Dynamic Typing
    Common Lisp supports dynamic typing, which allows for more flexibility in coding and prototyping, reducing the amount of boilerplate code needed.
  • Interactive Development Environment
    It provides a powerful REPL (Read-Eval-Print Loop) that aids in interactive and iterative software development, enabling quick testing and debugging.
  • Portability
    Code written in Common Lisp can be run on different platforms without modification, thanks to its standardized specification and portability across implementations.
  • Rich Standard Library
    Common Lisp comes with a comprehensive standard library that includes a wide range of utilities for data manipulation, I/O operations, and more.

Possible disadvantages of Common Lisp

  • Steep Learning Curve
    The language has an extensive set of features and a unique syntax, which can be difficult for beginners to learn and master.
  • Limited Ecosystem
    Compared to more modern languages, Common Lisp has a smaller ecosystem of libraries and community support, which can hinder development speed and resources.
  • Performance Variability
    Performance can vary significantly between different implementations of Common Lisp due to variations in optimizing compilers and runtime environments.
  • Obscure Syntax
    The syntax can be difficult to read and understand, especially for those coming from more conventional languages like Python or JavaScript.
  • Commercial Use Challenges
    Common Lisp's licensing and support can be less favorable for commercial use compared to other mainstream programming languages.

HNPWA videos

HNPWA 앱개발 Next.js 로 시작하기 (Getting Into HNPWA with Next.js)

Common Lisp videos

Common Lisp Study Group - A In-depth Look into CLOS (part 1)

More videos:

  • Review - Common Lisp Study Group - Closures and Macro Basics

Category Popularity

0-100% (relative to HNPWA and Common Lisp)
Hacker News UI
100 100%
0% 0
Programming Language
0 0%
100% 100
Hacker News
100 100%
0% 0
OOP
0 0%
100% 100

User comments

Share your experience with using HNPWA and Common Lisp. For example, how are they different and which one is better?
Log in or Post with

Social recommendations and mentions

Based on our record, Common Lisp should be more popular than HNPWA. It has been mentiond 11 times since March 2021. We are tracking product recommendations and mentions on various public social media platforms and blogs. They can help you identify which product is more popular and what people think of it.

HNPWA mentions (5)

  • Show HN: Hacker News client with bookmarks stored in Notion
    Hackernews has been my main information source for a long time. I used to explore with web clients from https://hnpwa.com/ for modern reading experiences. Cross-device bookmark is always a missing feature for those front end apps. So I decide to make it my own also as my personal project, which is a good chance for me to know about every aspects of launching an app, including UI design, test-driven development,... - Source: Hacker News / about 1 year ago
  • I'm aware of TodoMVC, kind of THE benchmark to be able to see how different frameworks solve the same problem and what that code would look like. I wonder, is there another similar project, but slightly more complex? Including authentication at the very least?
    This might be a bit controversial but mostly authentication is framework agnostic. Usually the part you care about is access rights which is usually handled by your routing library. But I get what you're referring to. Hacker news and medium are weirdly the alternatives you might be looking for. You can checkout realworld and hnpwa to see examples for those in different frameworks. Source: over 2 years ago
  • Where should I start ?
    A really simple project I just finished is building a PWA client for hacker news. I personally used React with Tailwind for mine, but there's a GitHub repo here (sadly archived now) that fully outlines a spec to go off, as well as providing you with an API to fetch the stories from. As you can see from the HNPWA site people have implemented it in many different frameworks, and all have their source code linked on... Source: about 3 years ago
  • Application deployment, web app and mobile apps
    Https://hnpwa.com (hackernews PWA) is a cool reference to see how a variety of different frameworks/libraries can be used. Source: almost 4 years ago
  • Back to Basics: Building a HackerNews Clone with Marko
    I wanted to do a demo that was a bit more substantial than a TodoMVC. Something that had routing and API requests. But not something that was going to be too involved like Realworld Demo. So Hackernews (https://hnpwa.com/) seemed like the perfect fit. - Source: dev.to / about 4 years ago

Common Lisp mentions (11)

  • Origins of the Lisp logo
    The yin-yang logo with lambdas was designed by Guy Steele, and he has granted permission for its use to Common Lisp Foundation (the entity which runs common-lisp.net website and the gitlab.common-lisp.net repo). Source: about 2 years ago
  • New open source Common Lisp 3D graphics project -- call for participation
    A wiki and pm tool I personally like a lot, simple, lightweight, is trac but there is no free hosting available — but I could work on hosting on AWS for instance. MoinMoin is also a good and simple wiki. You are using Medium a lot, which could also be a sensible option but it is more a publishing platform than a collaborative platform. Gitlab is also a popular choice I believe and we could use the instance on... Source: almost 3 years ago
  • common-lisp.net down
    Does anybody have information how the content on common-lisp.net is handled? Source: about 3 years ago
  • common-lisp.net down
    Any insight into the current down-time for common-lisp.net? Source: about 3 years ago
  • What should be my next programming language?
    Python seems like a popular option these days and it is different enough from C++ in that it may teach you to think about programming in a different way. You could also try a functional language such as Lisp, Scheme) or Haskell -- they too will make you think differently about programming. Source: about 3 years ago
View more

What are some alternatives?

When comparing HNPWA and Common Lisp, you can also consider the following products

hn.premii.com - Read Hacker News articles and comments with this clean, simple, modern looking and fast performing universal app.

C++ - Has imperative, object-oriented and generic programming features, while also providing the facilities for low level memory manipulation

Read.HN - Read Hacker News with Instapaper

D (Programming Language) - D is a language with C-like syntax and static typing.

hckr news - An unofficial, alternative interface to Hacker News

Go Programming Language - Go, also called golang, is a programming language initially developed at Google in 2007 by Robert...