Hacker News
- F* – An ML-like functional programming language aimed at program verification http://fstar-lang.org 95 comments
- Janet – a Lisp-like functional, imperative programming language https://github.com/janet-lang/janet 135 comments
Lobsters
- Why Do We Like Functional Programming? https://functionalsoftware.se/posts/why-do-we-like-functional-programming 8 comments dotnet , ml
- LambdaCube3D: A Haskell-like, Purely-Functional DSL for GPU Programming http://lambdacube3d.com 2 comments graphics , haskell , programming
- Why is there no simple C-like functional programming language? None 15 comments programminglanguages
- What even is functional programming and why do we like it? None 53 comments programminglanguages
- Are RESTful Web Services Like Functional Programming? http://cdsmith.wordpress.com/2007/06/19/are-restful-web-services-like-functional-programming/ 3 comments programming
- What would it be like to do functional programming in Go? https://nyadgar.com/posts/what-would-it-be-like-to-do-functional-programming-in-go/ 5 comments golang
- Functional Programming concepts I actually like: A bit of praise for Scala (for once) https://chollinger.com/blog/2022/06/functional-programming-concepts-i-actually-like-a-bit-of-praise-for-scala-for-once/ 5 comments scala
- What are some projects that can be done in a functional programming language like Scheme/Haskell/Scala? http://www.sportske.net/vest/transferi/hoce-li-zile-markecovim-stopama-partizan-benfika-pa-premijer-liga-290482.html 17 comments soccer
- How to Discuss Functional Programming (And look like an ass while you're at it!) http://blog.tmorris.net/why-are-there-no-big-applications-written-using-functional-languages/#comments 77 comments programming
- Ur/Web is a domain-specific language for programming webapps backed by SQL databases. Statically-typed, purely functional, and with features from dependently-typed languages like the logic behind Coq. http://www.impredicative.com/ur/?repost 59 comments programming
- Ur/Web is a domain-specific language for programming webapps backed by SQL databases. Statically-typed, purely functional, and with features from dependently-typed languages like the logic behind Coq. http://www.impredicative.com/ur/ 58 comments programming
- Mastering Code Simplicity: Why Deep Functions Like JSON.parse() Make Programming Easier https://mycolaos.com/blog/mastering-code-simplicity-deep-functions-json-parse 117 comments programming
- Would you recommend a course on Functional Programming or a course on Data Structures and Algorithms for a person who's already learned some python but wants to get better at thinking like a programmer? None 7 comments haskell
- If you like visual functional programming and embedded platforms - new language XOD http://xod.io/?utm_source=reddit_programming&utm_medium=post&utm_campaign=prelaunch 44 comments programming
- Call for GUI examples - Any small GUI applications that you would like to see implemented with Functional Reactive Programming? http://apfelmus.nfshost.com/blog/2011/07/08-call-for-gui-examples.html 14 comments haskell
- "Even the cowboys, it turns out, function like pit crews now" Insightful writing that applies to programming, ..., as well as medicine http://www.newyorker.com/online/blogs/newsdesk/2011/05/atul-gawande-harvard-medical-school-commencement-address.html 12 comments programming
- Pattern matching on tables like in functional programming, in Lua https://github.com/Thanakrit-Anutrakulchai/TPatterns-lua 3 comments lua
- Dr. Ralf Lämmel's Video Lecture series on "Advanced Functional Programming". Topics like "Evolution of Interpreter", "Type Classes" and the "Expression Problem" are discussed. [VIDEO] http://channel9.msdn.com/tags/ralf-laemmel 4 comments programming
- TIL: There's a new paradigm called AOP (Aspect Oriented Programming) where you can treat things like function entry/return as events and write code in a separate place for such events https://en.wikipedia.org/wiki/Aspect-oriented_programming 32 comments programmertil
- Implementing OOP-like mutable state witn functional programming http://people.duke.edu/~aql3/mutable-state-in-r/ 8 comments rstats
- I've written minicaml, a didactical OCaml-like functional programming language that shows evaluation internals in the REPL https://0x0f0f0f.github.io/posts/2019/12/minicaml-a-didactical-ocaml-like-functional-programming-language./ 6 comments ocaml
- NASA is back to work, but the effects of the government shutdown linger - “You can’t just turn off and on the US space program like a flashlight. You have to warm it up and get it back into a coherent and functioning system that involves tens of thousands of people.” https://www.theverge.com/2019/1/29/18202071/nasa-government-shutdown-recovery-backpay-contractors 649 comments space
- I interviewed John Backus shortly before his death. He told me his work in functional programming languages failed, and would likely always fail, because it was easy to do hard things but incredibly difficult to do simple things. https://twitter.com/grady_booch/status/1016041695501139968 643 comments programming
- Viskell: Visual programming meets Haskell. Visual programming environment for a typed (Haskell-like) functional programming language. https://github.com/wandernauta/viskell 41 comments programming
- Viskell: Visual programming meets Haskell. Visual programming environment for a typed (Haskell-like) functional programming language. https://github.com/wandernauta/viskell 27 comments haskell
- 3D modeling timelapse in Blender - The Modular Switch is made of different parts like a monitor, a speaker, a keypad, an energy source, control buttons, and the core calculator. The switch can be assembled and programmed according to the functions that are needed. https://www.youtube.com/watch?v=YaG-ba1r06A 5 comments gamedev
- For those of you who like functional programming and games you might like my F# platform game series, here's the latest vid: #fsharp #monogame F# Platform Game Series TEA and animated sprites https://youtu.be/80JVTCcZW1g 5 comments programming
- Introduction to functional programming idioms like pattern matching, higher-order functions, and immutable data https://www.fpcomplete.com/user/imalsogreg/functional-programming-elevator-pitch 3 comments programming