Software Alternatives & Reviews

Project Euler VS Practical Common Lisp

Compare Project Euler VS Practical Common Lisp and see what are their differences

Project Euler logo Project Euler

Project Euler is a series of challenging mathematical/computer programming problems that will...

Practical Common Lisp logo Practical Common Lisp

Learning Resources
  • Project Euler Landing page
    Landing page //
    2022-10-02
  • Practical Common Lisp Landing page
    Landing page //
    2019-12-25

Project Euler videos

Project Euler Challenges 1–4 - Coding Challenges with Florin

More videos:

  • Review - Project Euler Challenges 5–12 - Coding Challenges with Florin

Practical Common Lisp videos

Practical Common Lisp

More videos:

  • Review - Practical Common Lisp

Category Popularity

0-100% (relative to Project Euler and Practical Common Lisp)
Online Learning
93 93%
7% 7
Online Education
100 100%
0% 0
Education
0 0%
100% 100
Online Courses
100 100%
0% 0

User comments

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

Reviews

These are some of the external sources and on-site user reviews we've used to compare Project Euler and Practical Common Lisp

Project Euler Reviews

The 10 Most Popular Coding Challenge Websites [Updated for 2021]
Project Euler provides a large collection of challenges in the domain of computer science and mathematics. The challenges typically involve writing a small program to figure out the solution to a clever mathematical formula or equation, such as finding the sum of digits of all numbers preceding each number in a series.
Top 25 websites for coding challenge and competition [Updated for 2021]
If you are studying algorithms and computer programming, chances are you’ve heard of Project Euler. A collection of mathematical problems made for problem solvers who are interested to combine mathematics and programming, Project Euler requires the use of mathematics to form algorithms and arrive at efficient solutions, and computer programming to actually solve it. These...

Practical Common Lisp Reviews

We have no reviews of Practical Common Lisp yet.
Be the first one to post

Social recommendations and mentions

Based on our record, Project Euler should be more popular than Practical Common Lisp. It has been mentiond 406 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.

Project Euler mentions (406)

  • Ask HN: Good sources of math exercises for ~10-17 y/o?
    Could solve Project Euler problems in Lua - aka, the easiest programming language to learn https://projecteuler.net/ Alternatively, you could get a homeschool math textbook. They're written differently because the assumption is that the kid is going to have to teach themselves, and as such they are significantly more thorough and easy to understand. I highly recommend them. Don't get the kind that are "workbooks",... - Source: Hacker News / about 12 hours ago
  • Things you should do in your dev journey 🖥️👩‍💻
    Practice Regularly: Utilize coding challenge platforms such as LeetCode and HackerRank to practice coding regularly. Additionally, websites like Project Euler offer mathematical challenges that can sharpen your problem-solving skills. - Source: dev.to / 23 days ago
  • Ask HN: Are there any websites for SQL puzzle games?
    A coworker used to solve Project Euler[1] problems using SQL while they waited for DB indexes to rebuild or tables to restore from backup in the middle of the night. [1] https://projecteuler.net/. - Source: Hacker News / 2 months ago
  • The Definitive Programming Roadmap: From Novice to Expert
    Coding Challenges: Platforms like Project Euler or CodeSignal offer a variety of problems that encourage logical thinking and algorithmic problem-solving. - Source: dev.to / 4 months ago
  • New to programming, starting with C++
    If you want some recommendations on how to learn it best, I really suggest jsut using it and googling how to do the things you dont know how to do as you work. Right now, the advent of code is happening and its one of the best ways to practice and learn: https://adventofcode.com/ Another thing you might want to try is Project Euler: https://projecteuler.net. Source: 5 months ago
View more

Practical Common Lisp mentions (48)

  • The Loudest Lisp Program
    There are a bunch of things to learn from Lisp: * list processing -> model data as lists and process those * list processing applied to Lisp -> model programs as lists and process those -> EVAL and COMPILE * EVAL, the interpreter as a Lisp program * write programs to process programs -> code generators, macros, ... * write programs in a more declarative way -> a code generator transforms the description into... - Source: Hacker News / 5 days ago
  • Racket Language
    In respect to Common Lisp, you could look into "Common Lisp Recipes" by Weitz[2], and "Practical Common Lisp" by Seibel[1]. These are industrial-strength systems which were used to built large airline reservation systems. Scheme is in a way more minimalist and Schemes are not as large, but this might also be give an erroneous impression because they build on the enormous experience with Common Lisp and have boiled... - Source: Hacker News / 16 days ago
  • Steel – An embedded scheme interpreter in Rust
    Not exactly what you asked for but, if you have time, I would recommend looking at Practical Common Lisp: https://gigamonkeys.com/book/ And also this blog post (which is a much smaller time commitment): https://mikelevins.github.io/posts/2020-12-18-repl-driven/. - Source: Hacker News / 5 months ago
  • Common Lisp: An Interactive Approach (1992) [pdf]
    If someone is considering learning CL effectively, take this piece of advice: use Emacs. You might think that it's an outdated piece of shit, maybe you hate RMS with a passion or whatever. But make yourself a favour and use it at least for the month that will take you to go through a manual like this or Practical Common Lisp or several others. Just install SBCL, QuickLisp, Emacs and SLIME (or Sly, that is a more... - Source: Hacker News / 7 months ago
  • Code Is Not Literature
    And Practical Common Lisp, another popular one on HN. The domain name took me by surprised and I struggled to remember why it seemed so familiar; it turns out that PCL can be found in its entirety here, and I had used it years ago to learn CL: https://gigamonkeys.com/book. - Source: Hacker News / 9 months ago
View more

What are some alternatives?

When comparing Project Euler and Practical Common Lisp, you can also consider the following products

LeetCode - Practice and level up your development skills and prepare for technical interviews.

Land of Lisp - Learning Resources

Exercism.io - Download and solve practice problems in over 30 different languages.

On Lisp - Learning Resources

Codewars - Achieve code mastery through challenge.

Racket Lang - Racket (formerly PLT Scheme) is a modern programming language in the Lisp/Scheme family, suitable...