1
Fork 0
solar-conflux/purescript
2024-10-12 04:59:47 +02: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
reverse-state purescript(reverse-state): feat: working reverse state 2020-11-17 12:16:14 +02:00
run-supply purescript(run-supply): chore: generted bower.json 2021-08-08 02:18:24 +03: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
switcheroo purescript(switcheroo): Simplified types 2023-02-13 13:19:56 +01: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 purescript-run-supply to readme 2024-10-12 04:59:47 +02: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
factorio-throughput Experiments with computing throughput of factorio systems
free Experiments regarding free monads and interpreting algebras
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
reverse-state Implementation of, (drum roll), reverse state
run-supply Effect for generating an infinite supply of unique values
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
switcheroo Index-monad based stream library idea
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