Hacker News
- NumPy-style broadcasting in Futhark https://futhark-lang.org/blog/2024-06-17-automap.html 28 comments
- Deep learning library written in Futhark https://github.com/HnimNart/deeplearning 11 comments
- A Comparison of Futhark and Dex https://futhark-lang.org/blog/2020-12-28-futhark-and-dex.html 9 comments
- Futhark 0.15.1 https://futhark-lang.org/blog/2020-03-15-futhark-0.15.1-released.html 3 comments
- Beating C with Futhark Running on GPU https://futhark-lang.org/blog/2019-10-25-beating-c-with-futhark-on-gpu.html 85 comments
- What is the minimal basis for Futhark? https://futhark-lang.org/blog/2019-04-10-what-is-the-minimal-basis-for-futhark.html 8 comments
- The Futhark Debugger https://futhark-lang.org/blog/2018-09-16-the-futhark-debugger.html 3 comments
- Futhark – A small programming language that compiles to efficient GPU code https://futhark-lang.org/index.html 15 comments
Lobsters
- Futhark 0.25.3 released https://futhark-lang.org/blog/2023-08-30-futhark-0.25.3-released.html 4 comments apl , compilers
- Futhark 0.9.1 released - now with CUDA backend https://futhark-lang.org/blog/2019-02-08-futhark-0.9.1-released.html 5 comments compilers , performance
- Futhark 0.8.1 released, with reflections on Advent of Code https://futhark-lang.org/blog/2018-12-25-futhark-0.8.1-released.html 2 comments programming
- Why Futhark (sometimes) goes wrong https://futhark-lang.org/blog/2018-12-08-why-futhark-sometimes-goes-wrong.html 2 comments programming
- What it takes to add a new backend to Futhark https://futhark-lang.org/blog/2025-03-04-adding-a-new-backend.html 7 comments programminglanguages
- Which tokens are the most frequently used in Futhark programs? https://futhark-lang.org/blog/2024-12-20-most-used-tokens.html 9 comments programminglanguages
- Why Is the Futhark Compiler so Bad at Inlining? https://futhark-lang.org/blog/2024-10-28-inlining.html 11 comments programminglanguages
- Evolution of Futhark's Array Representation https://futhark-lang.org/blog/2024-03-06-array-representation.html 2 comments programminglanguages
- Bridging Futhark and SML https://futhark-lang.org/blog/2023-10-13-smlfut.html 4 comments programminglanguages
- Futhark 0.25.3 released - now with HIP backend https://futhark-lang.org/blog/2023-08-30-futhark-0.25.3-released.html 5 comments programminglanguages
- Futhark 0.25.1 released https://futhark-lang.org/blog/2023-07-06-futhark-0.25.1-released.html 6 comments programminglanguages
- How should Futhark be written? https://futhark-lang.org/blog/2023-05-16-how-to-write-futhark.html 10 comments programminglanguages
- On Nontermination and Optimisation in Futhark https://futhark-lang.org/blog/2023-03-17-on-nontermination.html 9 comments programminglanguages
- How we make the Futhark compiler crash https://futhark-lang.org/blog/2023-01-18-how-we-make-the-compiler-crash.html 13 comments programminglanguages
- Reflections on Advent of Code 2022 in Futhark https://futhark-lang.org/blog/2022-12-25-reflections-on-advent-of-code.html 6 comments programminglanguages
- Generating audio with literate Futhark https://futhark-lang.org/blog/2022-12-22-literate-audio.html 6 comments programminglanguages
- Array short-circuiting in Futhark https://futhark-lang.org/blog/2022-11-03-short-circuiting.html 5 comments programminglanguages
- Futhark on The Array Cast https://futhark-lang.org/blog/2022-10-03-futhark-on-arraycast.html 7 comments programminglanguages
- Troels Henriksen and Futhark Array Compiler for GPU's on the Array Cast podcast https://www.arraycast.com/episodes/episode37-futhark 2 comments apljk
- runes.sh Elder Futhark Viking Runes in your terminal https://github.com/tallguyjenks/runes.sh 37 comments commandline
- Beating C with Futhark running on GPU https://futhark-lang.org/blog/2019-10-25-beating-c-with-futhark-on-gpu.html 47 comments programming
- Futhark 0.12.1 released - now with sum types! https://futhark-lang.org/blog/2019-08-21-futhark-0.12.1-released.html 6 comments programming
- Futhark 0.7.1 released, now with C# backend and efficient histograms on GPU https://futhark-lang.org/blog/2018-09-21-futhark-0.7.1-released.html 6 comments programming
- Futhark 0.4.0 released - now with higher-order functions on the GPU! https://futhark-lang.org/blog/2018-04-10-futhark-0.4.0-released.html 10 comments programming
- How Futhark (a high performance functional array language) manages GPU memory https://futhark-lang.org/blog/2018-01-28-how-futhark-manages-gpu-memory.html 14 comments programming
- Question about norse (futhark) tattoos in Germany https://www.reddit.com/r/germany/comments/7bihcs/question_about_norse_futhark_tattoos_in_germany/ 12 comments germany
- Streaming Combinators and Extracting Flat Parallelism in Futhark http://futhark-lang.org/blog/2017-06-25-futhark-at-pldi.html 5 comments haskell
- Extracting Flat GPU Parallelism from Futhark, a Purely Functional Language http://futhark-lang.org/blog/2017-06-25-futhark-at-pldi.html 4 comments programming
- Two Syntax Design Problems in Futhark and Their Resolution http://futhark-lang.org/blog/2016-12-09-two-syntax-design-problems.html 5 comments programming
- Futhark as target language for an APL compiler http://futhark-lang.org/blog/2016-06-20-futhark-as-an-apl-compiler-target.html 2 comments apljk
- Futhark as target language for an APL compiler http://futhark-lang.org/blog/2016-06-20-futhark-as-an-apl-compiler-target.html 6 comments programming
- 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