Skip to content

Commit

Permalink
add learning paths
Browse files Browse the repository at this point in the history
  • Loading branch information
JonathanLorimer committed Feb 11, 2024
1 parent 6df305a commit eef4051
Show file tree
Hide file tree
Showing 6 changed files with 30 additions and 2 deletions.
4 changes: 2 additions & 2 deletions trees/jdll-0001.tree
Original file line number Diff line number Diff line change
Expand Up @@ -7,8 +7,8 @@ This is my personal set of notes inspired by
[stacks](https://www.jonmsterling.com/stacks-project.xml), [evergreen
notes](https://notes.andymatuschak.org/Evergreen_notes), and
[zettelkasten](https://jonathanlorimer.dev/posts/smart-notes-review.html). This
page is intended to be the primarry index and links out to other index cards
page is intended to be the primary index and links out to other index cards
that are concept specific.
}
\transclude{jdll-0002}

\transclude{jdll-0004}
5 changes: 5 additions & 0 deletions trees/jdll-0004.tree
Original file line number Diff line number Diff line change
@@ -0,0 +1,5 @@
\title{Learning Paths}
\author{jonathanlorimer}
\date{2024-02-11}

\transclude{jdll-0005}
8 changes: 8 additions & 0 deletions trees/jdll-0005.tree
Original file line number Diff line number Diff line change
@@ -0,0 +1,8 @@
\title{Algorithms}
\author{jonathanlorimer}
\date{2024-02-11}


\transclude{how_to_design_co_programs}
\transclude{algorithm_design_with_haskell}
\transclude{pearls_of_functional_algorithm_design}
5 changes: 5 additions & 0 deletions trees/resources/algorithm_design_with_haskell.tree
Original file line number Diff line number Diff line change
@@ -0,0 +1,5 @@
\title{Algorithm Design with Haskell}
\taxon{resource}
\meta{external}{https://www.cambridge.org/ru/universitypress/subjects/computer-science/algorithmics-complexity-computer-algebra-and-computational-g/algorithm-design-haskell?format=HB&isbn=9781108491617}

\p{This book written by Jeremy Gibbons and Richard Bird looks at algorithms through the lens of structured programs.}
5 changes: 5 additions & 0 deletions trees/resources/how_to_design_co_programs.tree
Original file line number Diff line number Diff line change
@@ -0,0 +1,5 @@
\title{How to Design Co-Programs}
\taxon{resource}
\meta{external}{https://www.cs.ox.ac.uk/jeremy.gibbons/publications/copro.pdf}

\p{This paper briefly discusses how to design programs based on their inputs and recursive structure. However, it more deeply investigates a formula for designing programs based off their outputs and a co-recursive structure.}
5 changes: 5 additions & 0 deletions trees/resources/pearls_of_functional_algorithm_design.tree
Original file line number Diff line number Diff line change
@@ -0,0 +1,5 @@
\title{Pearls of Functional Algorithm Design}
\taxon{resource}
\meta{external}{https://www.cambridge.org/ru/universitypress/subjects/computer-science/programming-languages-and-applied-logic/pearls-functional-algorithm-design?format=HB}

\p{Book on algorithm design by Richard Bird, walks through a series of algorithmic problems using equational reasoning.}

0 comments on commit eef4051

Please sign in to comment.