1
Fork 0
solar-conflux/purescript
2024-03-04 14:34:35 +01:00
..
abilities Document purescript experiments 2023-10-29 01:13:57 +02:00
bug Move stuff around + add lean and idris experiments 2023-10-29 00:02:10 +02:00
canopy Document purescript experiments 2023-10-29 01:13:57 +02:00
compose Document purescript experiments 2023-10-29 01:13:57 +02:00
ecs Document purescript experiments 2023-10-29 01:13:57 +02:00
existentials Move stuff around + add lean and idris experiments 2023-10-29 00:02:10 +02:00
existentials-blog Move stuff around + add lean and idris experiments 2023-10-29 00:02:10 +02:00
factorio-throughput Commiting some old changes 2023-06-04 15:29:29 +02:00
free Add free 2023-10-29 02:17:37 +02:00
gadts Move stuff around + add lean and idris experiments 2023-10-29 00:02:10 +02:00
kombinators Add kombinators 2023-10-29 02:44:23 +02:00
lambda-calculus Add lambda calculus 2023-10-29 02:03:27 +02:00
lunarline Add lunarline 2023-10-29 02:10:10 +02:00
lune Move stuff around + add lean and idris experiments 2023-10-29 00:02:10 +02:00
maps Move stuff around + add lean and idris experiments 2023-10-29 00:02:10 +02:00
proofs Move stuff around + add lean and idris experiments 2023-10-29 00:02:10 +02:00
purebird Add purebird 2023-10-29 02:11:28 +02:00
purpleflow Move stuff around + add lean and idris experiments 2023-10-29 00:02:10 +02:00
slice Add purescript/slice 2023-10-29 01:21:05 +02:00
sprint Move stuff around + add lean and idris experiments 2023-10-29 00:02:10 +02:00
strategy Added strategy 2023-10-29 02:53:29 +01:00
streams Move stuff around + add lean and idris experiments 2023-10-29 00:02:10 +02:00
thumbor Add purescript/thumbor 2023-11-15 04:27:25 +01:00
typelevel Document purescript experiments 2023-10-29 01:13:57 +02:00
README.md Add 'factorio-throughput' 2024-03-04 14:34:35 +01:00

Purescript

Name Description
abilities Typeclass-dictionary abuse enabling the creation of a barebones effect system
bug Unknown reason of existence
canopy Unfinished attempt at writing a Diplomacy adjudecation engine
compose Overload do-notation for function composition and existential types
ecs Purescript-wrapper for thi.ng/ecs
existentials-blog Perhaps supposed to turn into a blog about existentials?
existentials Experiment regarding the Church-encoding of existential types
free Experiments regarding free monads and interpreting algebras
factorio-throughput Experiments with computing throughput of factorio systems
gadts Experiment regarding ways to encode GADTs in Purescript
kombinators Attempt at generating factorio combinator networks programmatically
lambda-calculus Lambda calculus evaluator
lunarline Attempt at optimizing a functional language using compile-time partial evaluation
lune Failed effect-system project
maps Attempt at implementing maps with membership proofs
proofs Attempt at expressing mathematical proofs using Purescript's effect system
purebird Flappy-bird game
purpleflow Unfinished dependently-typed programming language
slice Basic benchmarks and a Slice type
sprint Failled effect-system based on typelevel lists
strategy Unfinished attempt at implementing a mixed strategy nash equilibrium solver
streams Playing with purescript-pipes
thumbor Dropped attempt at writing purescript bindings for thumbor-ts
typelevel Typelevel naturals, vectors, sum-types, orderings and lambda-calculus evaluation and a value-level bounded-type GADT