SPLV20

SPLV20 course notes (by edwinb)

SPLV20 Alternatives

Similar projects and alternatives to SPLV20

  • ATS-Postiats

    ATS2: Unleashing the Potentials of Types and Templates

  • pie

    10 SPLV20 VS pie

    The Pie language, which accompanies The Little Typer by Friedman and Christiansen (by the-little-typer)

  • 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.

    InfluxDB logo
  • Idris

    Codes related to Idris

NOTE: The number of mentions on this list indicates mentions on common posts plus user suggested alternatives. Hence, a higher number means a better SPLV20 alternative or higher similarity.

SPLV20 reviews and mentions

Posts with mentions or reviews of SPLV20. We have used some of these posts to build our list of alternatives and similar projects. The last one was on 2022-10-11.
  • The Little Typer – The Beauty of Dependent Type Systems, One Step at a Time
    4 projects | news.ycombinator.com | 11 Oct 2022
    Internally, the Idris2 compiler uses deBruijn numbering for its terms, which is tricky to get right once you start trying to manipulate terms. To help with this, it keeps a list of the names corresponding to the deBruijn indices at the type level. The type checker catches mistakes as you write code to manipulate them (inserting names, removing names, or renaming things).

    I ran through some exercises teaching this technique[1]. My take-away as a beginner was that it was a pain to make the compiler happy and my code that the compiler didn't like was actually wrong.

    I remember reading someone had written a functional red-black tree (with proof of correctness leveraging dependent types) and said the delete algorithm naturally followed from the types. That has was not my experience (delete wasn't immediately obvious to me), but I need to find some time to give it another go.

    The Idris2 docs have an example of a lambda expression interpreter[2] whose terms have a vector of the types in the environment as a type parameter (erased at runtime), to ensure everything is type safe in the resulting interpreter.

    Typescript has added some bits of dependent typing. For example, asserting a function returns true if the argument has type X, that a function throws if the argument is falsy, and I think type level string manipulation. They are fairly pragmatic, it's not a research language, so I presume that specific functionality is useful to a lot of people. I've used it a little bit of it to help the type checker infer non-null after my assert function was called.

    All of that said, I think people are still exploring how dependent types can be used in practice.

    [1]: https://github.com/edwinb/SPLV20/blob/master/Code/Lecture2/E...

Stats

Basic SPLV20 repo stats
1
102
10.0
over 1 year ago

The primary programming language of SPLV20 is Idris.


Sponsored
SaaSHub - Software Alternatives and Reviews
SaaSHub helps you find the best software and product alternatives
www.saashub.com