Software Alternatives & Reviews

Common Lisp VS ES6

Compare Common Lisp VS ES6 and see what are their differences

Common Lisp logo Common Lisp

The modern, multi-paradigm, high-performance, compiled, ANSI-standardized descendant of the long-running family of Lisp programming languages

ES6 logo ES6

The next version of JavaScript
  • Common Lisp Landing page
    Landing page //
    2023-09-18

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

  • ES6 Landing page
    Landing page //
    2019-08-09

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

ES6 videos

2020 NIO ES6 Review and Test Drive in Xi'an Shaanxi China

More videos:

  • Review - Nio ES6 impressions / review after driving +1000 kilometres
  • Review - CHINA EV DRIVER - Why I bought TESLA Model 3 Killer - China's NIO ES6 (Time Stamps in Description)

Category Popularity

0-100% (relative to Common Lisp and ES6)
Programming Language
74 74%
26% 26
OOP
72 72%
28% 28
Development
100 100%
0% 0
Generic Programming Language

User comments

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

Social recommendations and mentions

ES6 might be a bit more popular than Common Lisp. We know about 14 links to it since March 2021 and only 11 links to Common Lisp. 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.

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 1 year 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: over 1 year ago
  • common-lisp.net down
    Does anybody have information how the content on common-lisp.net is handled? Source: about 2 years ago
  • common-lisp.net down
    Any insight into the current down-time for common-lisp.net? Source: about 2 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 2 years ago
View more

ES6 mentions (14)

  • Time, Space and Complexity
    The ECMAScript 2015 (ES6) standard introduced the concept of "proper tail calls" (PTC), which mandates that compliant JavaScript engines must implement TCO for tail calls. PTC ensures that a function call in tail position does not increase the call stack size, thus allowing for potentially infinite recursive calls in constant stack space. - Source: dev.to / 4 months ago
  • Var, Let , Const - Javascript basics
    Let was introduced in ES6ECMAScript2015. It is Block Scoped, any code written within {} is said to be in a Block. So, that's the restriction that ECMA wanted to implement with let, making variables inaccessible outside the block. - Source: dev.to / 29 days ago
  • let j = "JavaScript"(A newbie's guide on Declaring Variables in JavaScript)
    Both Symbol and BigInt were the latest data type introductions to ES6. - Source: dev.to / 7 months ago
  • 5 Things You Might Not Know About JavaScript
    Symbol: Introduced in ECMAScript 2015, Symbol is a primitive type that represents a unique identifier. Symbols are often used as keys in objects to avoid name collisions. - Source: dev.to / 11 months ago
  • Here's a few examples of features from ECMAScript 2021(ES11):
    These are additional features that ECMAScript 2021 introduces, it's important to note that some of them may not be supported on all JavaScript engines yet. Follow official documents for more features ECMAScript. - Source: dev.to / over 1 year ago
View more

What are some alternatives?

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

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

Python - Python is a clear and powerful object-oriented programming language, comparable to Perl, Ruby, Scheme, or Java.

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

JavaScript - Lightweight, interpreted, object-oriented language with first-class functions

F# - F# is a mature, open source, cross-platform, functional-first programming language.

PHP - A popular general-purpose scripting language that is especially suited to web development