inc VS Essentials-of-Compilatio

Compare inc vs Essentials-of-Compilatio and see what are their differences.

inc

an incremental approach to compiler construction (by namin)
InfluxDB - Power Real-Time Data Analytics at Scale
Get real-time insights from all types of time series data with InfluxDB. Ingest, query, and analyze billions of data points in real-time with unbounded cardinality.
www.influxdata.com
featured
SaaSHub - Software Alternatives and Reviews
SaaSHub helps you find the best software and product alternatives
www.saashub.com
featured
inc Essentials-of-Compilatio
3 6
878 -
- -
0.0 -
over 4 years ago -
Scheme
MIT License -
The number of mentions indicates the total number of mentions that we've tracked plus the number of user suggested alternatives.
Stars - the number of stars that a project has on GitHub. Growth - month over month growth in stars.
Activity is a relative number indicating how actively a project is being developed. Recent commits have higher weight than older ones.
For example, an activity of 9.0 indicates that a project is amongst the top 10% of the most actively developed projects that we are tracking.

inc

Posts with mentions or reviews of inc. We have used some of these posts to build our list of alternatives and similar projects. The last one was on 2021-11-30.

Essentials-of-Compilatio

Posts with mentions or reviews of Essentials-of-Compilatio. We have used some of these posts to build our list of alternatives and similar projects. The last one was on 2023-06-01.
  • The dragon compiler book (2nd edition) is a great book
    3 projects | news.ycombinator.com | 1 Jun 2023
    You can try this book if you want something that came out this year https://github.com/IUCompilerCourse/Essentials-of-Compilatio.... Go to the releases to either get the racket version or python version. But I mean cmu uses the dragon book second edition for a graduate level compiler optimization class.
  • Why Learn Compilers
    3 projects | news.ycombinator.com | 29 May 2023
    This paper is my favorite introduction to compilers, it's short and hands-on: http://scheme2006.cs.uchicago.edu/11-ghuloum.pdf

    There is a book-length expansion of this paper that goes into more detail: https://github.com/IUCompilerCourse/Essentials-of-Compilatio...

  • Can we create a thread for some of the best materials on CS available online?
    13 projects | news.ycombinator.com | 26 May 2023
    Introduction to Computing"

    https://dcic-world.org/

    # Programming Language Theory:

    "Programming Languages: Application and Interpretation"

    https://www.plai.org/

    # Compilation:

    "Essentials of Compilation: An Incremental Approach in Python"

    https://github.com/IUCompilerCourse/Essentials-of-Compilatio...

    # Database Systems:

    "CMU: Intro to Database Systems"

    https://15445.courses.cs.cmu.edu/

    "CMU: Advanced Database Systems"

    https://15721.courses.cs.cmu.edu/

    # Calculus I/II & Real Analysis

    "A Course in Calculus and Real Analysis"

    https://link.springer.com/book/10.1007/978-3-030-01400-1

    "A Course in Multivariable Calculus and Analysis"

    https://link.springer.com/book/10.1007/978-1-4419-1621-1

    # Linear Algebra & ML:

    * A Series of books by prof. Joe Suzuki without using any external library for the implementations *

    "Statistical Learning with Math and Python"

    https://link.springer.com/book/10.1007/978-981-15-7877-9

    "Sparse Estimation with Math and Python"

    https://link.springer.com/book/10.1007/978-981-16-1438-5

    "Kernel Methods for Machine Learning with Math and Python"

    https://link.springer.com/book/10.1007/978-981-19-0401-1

    # Discrete Mathematics:

    "CMU 21-228 Discrete Mathematics (prof. Poh-Shen Loh"

    https://www.math.cmu.edu/~ploh/2021-228.shtml

    # Cryptography:

    "Serious Cryptography: A Practical Introduction to Modern Encryption"

    https://nostarch.com/seriouscrypto

    # Problem Solving:

    "Math 235: Mathematical Problem Solving"

    https://www.cip.ifi.lmu.de/~grinberg/t/20f/

  • CS 6120: Advanced Compilers: The Self-Guided Online Course
    4 projects | news.ycombinator.com | 13 Mar 2023
    https://github.com/IUCompilerCourse/Essentials-of-Compilatio...

    You can find a PDF and the associated course with a very minimal amount of following links.

    If you are thinking of making your own language, it's also good to learn something about programming language theory, if you don't already. Many languages make mistakes that have been solved 25+ years ago. PLAI is good for that: https://www.plai.org/

  • Essentials of Compilation [book and video lectures]
    2 projects | news.ycombinator.com | 22 Nov 2021
    I presume that's this, run in \racket mode? https://github.com/IUCompilerCourse/Essentials-of-Compilatio...

    I ask because there seems to be a \python mode, too, that folks may find valuable: https://github.com/IUCompilerCourse/Essentials-of-Compilatio...

    I also don't know why the ci.yml only ran for a few seconds: https://github.com/IUCompilerCourse/Essentials-of-Compilatio...

  • An Incremental Approach to Compiler Construction [pdf]
    4 projects | news.ycombinator.com | 5 Nov 2021
    I took the IU compilers course as an undergrad and can easily say it was my favorite course. If anyone is interested, here is a link to the textbook which will cover this papers content in much finer detail:

    https://github.com/IUCompilerCourse/Essentials-of-Compilatio...

What are some alternatives?

When comparing inc and Essentials-of-Compilatio you can also consider the following projects:

compilers - Learn how to build a compiler

Essentials-of-Compilation - A book about compiling Racket and Python to x86-64 assembly

awesome-compilers - :sunglasses: Curated list of awesome resources on Compilers, Interpreters and Runtimes

pretty_laughable_lang - An educational C-like toy programming language that compiles to x64 binary.

json-rd - A recursive descent parser for JSON in pure python

papers-i-love - Computer science and computer-adjacent papers (and sometimes books) that have influenced me deeply.