#Exercitium: Número de pares de elementos adyacentes iguales en una matriz. https://jaalonso.github.io/exercitium/posts/2014/05/21-pares_adyacentes_iguales/ #Haskell #ProgramaciónFuncional #Matemáticas
Declarative UIs in a functional language - Felipe Almeida Lessa | Lambda Days 2024
https://www.youtube.com/watch?v=R51tulAtIoE
Discussions: https://discu.eu/q/https://www.youtube.com/watch?v=R51tulAtIoE
Readings shared March 31, 2025. https://jaalonso.github.io/vestigium/posts/2025/03/31-readings_shared_03-31-25 #CompSci #FunctionalProgramming #Haskell #ITP #IsabelleHOL #LeanProver #Logic #Math
Function Application Needs to Grow a Spine Already
https://thunderseethe.dev/posts/function-application-grow-a-spine/
Discussions: https://discu.eu/q/https://thunderseethe.dev/posts/function-application-grow-a-spine/
#Malware is harder to find when written in obscure languages • The Register
https://www.theregister.com/2025/03/29/malware_obscure_languages/
Introducing the Haskell Foundation Stability Working Group https://lobste.rs/s/2mpqub #haskell
https://blog.haskell.org/stability-working-group/
why does this work
powers k max = takeWhile (<= max) [k^x | x <- [0..] ]
but this hangs...
powers k max = [k^x | x <- [0 .. ], k^x <= max]
Haskell recap for week 13/2025
https://discu.eu/weekly/haskell/2025/13/
Get RSS feeds and support this bot with the premium plan: https://discu.eu/premium
Introducing the Haskell Foundation Stability Working Group
https://blog.haskell.org/stability-working-group/
Discussions: https://discu.eu/q/https://blog.haskell.org/stability-working-group/
#Exercitium: Elemento más repetido de manera consecutiva. https://jaalonso.github.io/exercitium/posts/2014/05/20-mas_repetido/ #Haskell #ProgramaciónFuncional
Unfolding trees breadth-first in Haskell
https://blog.poisson.chat/posts/2025-03-30-breadth-first-unfolds.html
Discussions: https://discu.eu/q/https://blog.poisson.chat/posts/2025-03-30-breadth-first-unfolds.html
Readings shared March 30, 2025. https://jaalonso.github.io/vestigium/posts/2025/03/30-readings_shared_03-30-25 #Coq #FunctionalProgramming #Haskell #ITP #IsabelleHOL #LeanProver #Math #Maxima
Can't load image as static asset with Servant
Discussions: https://discu.eu/q/http://data.aeson.th
Exámenes de "Programación funcional con Haskell" Vol. 2 (Curso 2010–11). https://web.archive.org/web/https://raw.githubusercontent.com/jaalonso/Examenes_de_PF_con_Haskell_Vol2/master/Libro/Examenes_de_PF_con_Haskell_Vol2.pdf #Haskell #ProgramaciónFuncional #Matemáticas
Ejercicios de "Informática de 1º de Matemáticas" (2010–11). https://web.archive.org/web/https://www.cs.us.es/~jalonso/cursos/i1m-10/ejercicios/ejercicios-I1M-2010.pdf #Haskell #ProgramaciónFuncional #Matemáticas