Hacker News new | past | comments | ask | show | jobs | submit login
The Futhark Debugger (futhark-lang.org)
70 points by Athas on Sept 16, 2018 | hide | past | favorite | 3 comments



Anyone here have experience using Futhark, either for fun or in a professional environment?

What was the project? What were the alternative technologies in this space?


I am currently using it for a university course. It is a simple language to learn. The most troublesome part is to install the right drivers on Linux. It can provide significant speedups and is simple to use with other languages.

For an alternative you could look into Accelerate for Haskell: http://hackage.haskell.org/package/accelerate


trace() and break() seem like a good approach for getting acceptable debugging with a minimal impact on the design of the language. Indeed, I've often written something equivalent to trace() to help me debug functional programs.




Guidelines | FAQ | Lists | API | Security | Legal | Apply to YC | Contact

Search: