The friendship between Haskell and C. ~ Chris Martin (@chris__martin). #Haskel #FunctionalProgramming
#functionalprogramming #haskel
Un #Google #Doodle attribuisce a #JerryLawson il titolo di "Padre del gioco su #cartuccia".
Così si fa partire la storia da metà, cancellando la creazione di #Kirschner e #Haskel, dipendenti di #ALPEX e di tutto quello che arrivò prima e dopo
https://www.bufale.net/il-doodle-di-google-sul-padre-delle-cartucce-e-sbagliato-facciamo-ordine/
#google #doodle #JerryLawson #cartuccia #kirschner #haskel #alpex
> Time for arguments. Functional programming has many useful applications, but functional programming *languages* are universally bad
I assume you're drawing a distinction between multi-paradigm languages that support functional languages and "pure" functional languages.
If so, you're not talking about a very large group of languages
https://en.wikipedia.org/wiki/List_of_programming_languages_by_type#Pure
I basically read your toot as "#haskel is bad" :D
> Time for arguments. Functional programming has many useful applications, but functional programming *languages* are universally bad
I assume you're drawing a distinction between multi-paradigm languages that support functional languages and "pure" functional languages.
If so, you're not talking about a very large group of languages
https://en.wikipedia.org/wiki/List_of_programming_languages_by_type#Pure
I basically read your toot as "#haskel is bad" :D
(in fairness, though, the #haskel naive solution is even prettier/closer to English:
fib :: Integer -> Integer
fib 0 = 0
fib 1 = 1
fib n = fib (n-1) + fib (n-2)
)
(in fairness, though, the #haskel naive solution is even prettier/closer to English:
fib :: Integer -> Integer
fib 0 = 0
fib 1 = 1
fib n = fib (n-1) + fib (n-2)
)
@LittleFox Developing in:
a) mostly
#php
#javascript (client-side, loathing the server-side stuff ... lots to talk about it; mostly I find it insane or #reinventingthewheel)
#php #javascript #reinventingthewheel #bash #c #cpp #csharp #lua #perl #haskel #go