1
Fork 0
solar-conflux/purescript/README.md

26 lines
3.7 KiB
Markdown
Raw Normal View History

2023-10-29 01:13:57 +02:00
# Purescript
| Name | Description |
| ---------------------------------------- | -------------------------------------------------------------------------------------------------------------------- |
| [abilities](./abilities/) | Typeclass-dictionary abuse enabling the creation of a barebones effect system |
| [bug](./bug/) | Unknown reason of existence |
| [canopy](./canopy/) | Unfinished attempt at writing a [Diplomacy](<https://en.wikipedia.org/wiki/Diplomacy_(game)>) adjudecation engine |
| [compose](./compose/) | Overload do-notation for function composition and existential types |
| [ecs](./ecs/) | Purescript-wrapper for [thi.ng/ecs](thi.ng/ecs) |
| [existentials-blog](./existentials-blog) | Perhaps supposed to turn into a blog about existentials? |
| [existentials](./existentials) | Experiment regarding the Church-encoding of existential types |
2023-10-29 02:17:37 +02:00
| [free](./free/) | Experiments regarding free monads and interpreting algebras |
2023-10-29 01:13:57 +02:00
| [gadts](./gadts) | Experiment regarding ways to encode GADTs in Purescript |
2023-10-29 02:42:59 +02:00
| [kombinators](./kombinators) | Attempt at generating factorio combinator networks programmatically |
2023-10-29 02:03:27 +02:00
| [lambda-calculus](./lambda-calculus) | Lambda calculus evaluator |
2023-10-29 02:10:10 +02:00
| [lunarline](./lunarline) | Attempt at optimizing a functional language using compile-time partial evaluation |
2023-10-29 01:13:57 +02:00
| [lune](./lune) | Failed effect-system project |
| [maps](./maps) | Attempt at implementing maps with membership proofs |
| [proofs](./proofs) | Attempt at expressing mathematical proofs using Purescript's effect system |
2023-10-29 02:03:27 +02:00
| [purebird](./purebird) | Flappy-bird game |
2023-10-29 01:13:57 +02:00
| [purpleflow](./purpleflow) | Unfinished dependently-typed programming language |
2023-10-29 01:21:05 +02:00
| [slice](./slice) | Basic benchmarks and a `Slice` type |
2023-10-29 01:13:57 +02:00
| [sprint](./sprint) | Failled effect-system based on typelevel lists |
| [streams](./streams) | Playing with `purescript-pipes` |
| [typelevel](./typelevel) | Typelevel naturals, vectors, sum-types, orderings and lambda-calculus evaluation and a value-level bounded-type GADT |