Hacker News
- Vanilla-FP: A no-framework framework for component-based purely-functional UIs https://github.com/abuseofnotation/vanilla-fp 44 comments
- Purely Functional Data Structures : Red Black Trees in Qi http://jng.imagine27.com/articles/2011-06-28-141124_purely_functional_types_red_black_trees_in_qi.html 11 comments
- What Is a Pure Function? https://medium.com/better-programming/what-is-a-pure-function-3b4af9352f6f 194 comments programming
- 1kb purely functional web application library https://kbrsh.github.io/moon 38 comments javascript
- Pure Bliss With Pure Functions in Java https://dev.to/pietvandongen/pure-bliss-with-pure-functions-in-java-1mba 4 comments java
- What's the current state of pure (no side effect) functions? https://www.reddit.com/r/cpp/comments/a30yme/whats_the_current_state_of_pure_no_side_effect/ 64 comments cpp
- Why are arrays not considered a purely functional data structure? https://www.reddit.com/r/learnprogramming/comments/7c2m8l/why_are_arrays_not_considered_a_purely_functional/ 17 comments learnprogramming
- Statically Typed Pure Functional Lisp? https://www.reddit.com/r/lisp/comments/5wru0i/statically_typed_pure_functional_lisp/ 20 comments lisp
- Why Redux Need Reducers To Be “Pure Functions” https://medium.com/@rajaraodv/why-redux-needs-reducers-to-be-pure-functions-d438c58ae468#.mopvttaal 20 comments reactjs
- I just created simple tutorial for creating webapp - purely functional style! http://petlew.com/first-yesod-app/ 3 comments programming
- Conal Elliott: The C language is purely functional http://conal.net/blog/posts/the-c-language-is-purely-functional?repost=true 85 comments programming
- Purely functional transducers - where does state belong? http://blog.podsnap.com/ducers3.html 10 comments haskell
- Why Rust ditched pure functions http://thread.gmane.org/gmane.comp.lang.rust.devel/3674/focus=3855 301 comments programming
- C++ corner case: You can implement pure virtual functions in the base class http://blogs.msdn.com/b/oldnewthing/archive/2013/10/11/10455907.aspx 27 comments programming
- Purely Functional Data Structures with Qi : Fast Fourier Transform http://jng.imagine27.com/articles/2011-07-06-164206_purely_functional_fast_fourier_transform_in_qi.html 9 comments programming
- Purely Functional Data Structures : Red Black Trees in Qi http://jng.imagine27.com/articles/2011-06-28-141124_purely_functional_types_red_black_trees_in_qi.html 8 comments programming
- Revisiting "Purely Functional Retrogames" http://prog21.dadgum.com/37.html 27 comments programming
- Show Scala Community: Parapet – A purely functional library to build distributed systems http://parapet.io/ 4 comments scala
- A C compiler and VM that lives in the browser, in purely functional C# – Part 1 https://minic.pro/a-c-compiler-and-vm-that-lives-in-your-browser-written-in-purely-functional-c-part-1-motivation/ 10 comments programming
- Open source projects in pure functional Scala? https://www.reddit.com/r/scala/comments/62r6un/open_source_projects_in_pure_functional_scala/ 8 comments scala
- Purely Functional Data Structures – Okasaki (PDF) https://www.cs.cmu.edu/~rwh/theses/okasaki.pdf 21 comments programming
- laziness + reference counting = a query optimiser for purely functional data structures (in C) http://www.drmaciver.com/2013/12/domain-specific-evaluation-orders/ 8 comments programming
- FieldTrip: Purely functional real-time 3D graphics using reactive programming http://haskell.org/haskellwiki/fieldtrip 16 comments programming
- diagrams: a purely functional EDSL for graphics using Cairo in Haskell http://byorgey.wordpress.com/2008/04/30/new-haskell-diagrams-library/ 7 comments programming
- Purely Functional Data Structures - Chris Okasaki's seminal work [pdf] [thesis] http://www.cs.cmu.edu/~rwh/theses/okasaki.pdf 3 comments programming
- Wrapping pure, possibly computationally intensive functions in effects monads https://www.reddit.com/r/scala/comments/a36fum/wrapping_pure_possibly_computationally_intensive/ 8 comments scala
- A Purely Functional Typed Approach to Trainable Models (Differentiable Programming in Haskell) https://blog.jle.im/entry/purely-functional-typed-models-1.html 5 comments programming
- Optimising Purely Functional GPU Programs (Draft using Data.Array.Accelerate with sharing recovery) http://www.cse.unsw.edu.au/~chak/papers/mckl13.html 7 comments haskell
- Purely Functional, Declarative Game Logic Using Reactive Programming https://github.com/leonidas/codeblog/blob/master/2012/2012-01-17-declarative-game-logic-afrp.md 16 comments gamedev
- NixOS: a Linux distribution that is purely functional, transactional and lazy http://nixos.org/ 20 comments haskell
- Is a purely functional algorithm necessarily less asymptotically efficient than a destructive one? http://stackoverflow.com/questions/1990464/efficiency-of-purely-functional-programming 83 comments programming
- Erik Meijer on functional programming (pure vs. hybrid) [video] http://channel9.msdn.com/showpost.aspx?postid=374141 18 comments programming
- After over two years and 1700 commits, the Nu Game Engine (the world's first practical pure functional game engine) reaches v1.0.0.0! https://github.com/bryanedds/fpworks/releases/tag/v1.0.0.0 330 comments programming
- Introducing Mu: A purely functional library for building microservices https://www.47deg.com/blog/introducing-the-mu-open-source-library/ 12 comments scala
- Lightweight pure functional monad-free type-safe concurrency http://hpaste.org/fastcgi/hpaste.fcgi/view?id=13200 10 comments haskell
- NixOS, a Linux distribution based on a 'purely functional' package and configuration manager http://nixos.org/nixos/ 34 comments linux
- Strongly Typed Memory Areas: Systems-Level Data Structures in a Purely Functional Language (pdf) http://www.cse.ogi.edu/~diatchki/papers/haskell007-diatchki.pdf 5 comments programming
- SubmlimeVideo: A beautiful, functional and purely HTML5-powered video player. http://jilion.com/sublime/video 24 comments web_design
- Futhark is a data-parallel pure functional programming language compiling to optimised GPU code that we've been working on, and we're interested in comments and feedback http://futhark-lang.org 130 comments programming
- “Haskell's semantics, plus Lisp's macros. Meet Axel: a purely functional, extensible, and powerful programming language.” https://axellang.github.io 31 comments programming