diff options
Diffstat (limited to 'abstract.md')
-rw-r--r-- | abstract.md | 9 |
1 files changed, 9 insertions, 0 deletions
diff --git a/abstract.md b/abstract.md new file mode 100644 index 0000000..06c32ea --- /dev/null +++ b/abstract.md @@ -0,0 +1,9 @@ +# Really Functional Data Structures + +Last time, David showed us functional data structures in the form of +*persistent data structures*. In this talk, I want to show you data +structures that are defined entirely by functions themselves -- no +classes, structs, bitmaps, etc.! Knowing about such structures not only +tickles the brain, but can also lead to a better intuition for solving +problems functionally. Also, one of the data structures shown can be +used for space-efficient encodings of fractals and animations. |