Difference between revisions of "Main Page"
Jump to navigation
Jump to search
Line 4: | Line 4: | ||
This wiki is intended to provide information about ''fun'', its implementations, as well as programming examples, functional pearls, and more. | This wiki is intended to provide information about ''fun'', its implementations, as well as programming examples, functional pearls, and more. | ||
+ | |||
+ | |||
+ | == Getting started == | ||
+ | |||
+ | * [Structured Combinators] | ||
+ | |||
+ | * [Graph Reduction] | ||
+ | |||
+ | * [ISA Specifications] | ||
+ | |||
+ | * [Examples] | ||
+ | |||
+ | * [Combinator Pearls] | ||
+ | |||
+ | * [Tools] |
Revision as of 11:19, 26 April 2022
The fun Functional Programming Instruction-set Architecture
fun is an instruction-set architecture (ISA) that combines both purely-functional and imperative worlds. fun is a super-set of the RISC-V instruction-set with support to (structured) combinator graph reduction.
This wiki is intended to provide information about fun, its implementations, as well as programming examples, functional pearls, and more.
Getting started
- [Structured Combinators]
- [Graph Reduction]
- [ISA Specifications]
- [Examples]
- [Combinator Pearls]
- [Tools]