José A. Alonso · @Jose_A_Alonso
659 followers · 986 posts · Server mathstodon.xyz

The friendship between Haskell and C. ~ Chris Martin (@chris__martin).

#functionalprogramming #haskel

Last updated 1 year ago

Bufale.net :verified: · @factcheck
6293 followers · 1027 posts · Server mastodon.uno

Un attribuisce a il titolo di "Padre del gioco su ".
Così si fa partire la storia da metà, cancellando la creazione di e , dipendenti di e di tutto quello che arrivò prima e dopo

bufale.net/il-doodle-di-google

#google #doodle #JerryLawson #cartuccia #kirschner #haskel #alpex

Last updated 2 years ago

Ken Fallon (PA7KEN, G5KEN) · @ken_fallon
80 followers · 1855 posts · Server mastodon.sdf.org

@hpr @tuturto with another getting started in - TODAY ON !

#haskel #hpr

Last updated 3 years ago

codesections · @codesections
2554 followers · 8513 posts · Server fosstodon.org

@sir

> 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
en.wikipedia.org/wiki/List_of_

I basically read your toot as " is bad" :D

#haskel

Last updated 5 years ago

codesections · @codesections
2588 followers · 8522 posts · Server fosstodon.org

@sir

> 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
en.wikipedia.org/wiki/List_of_

I basically read your toot as " is bad" :D

#haskel

Last updated 5 years ago

codesections · @codesections
2554 followers · 8513 posts · Server fosstodon.org

(in fairness, though, the 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)

)

#haskel

Last updated 5 years ago

codesections · @codesections
2588 followers · 8522 posts · Server fosstodon.org

(in fairness, though, the 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)

)

#haskel

Last updated 5 years ago

codesections · @codesections
2532 followers · 8465 posts · Server fosstodon.org

@anathem According to internals.rust-lang.org/t/math, and all use '%' for the remainder operation, but and use it for true modulo

#rust #c #java #haskel #python

Last updated 6 years ago

HRH ginsterbusch · @ginsterbusch
209 followers · 5265 posts · Server kosmos.social

@LittleFox Developing in:

a) mostly

(client-side, loathing the server-side stuff ... lots to talk about it; mostly I find it insane or )

b) seldom:





c) interested in getting into:

#php #javascript #reinventingthewheel #bash #c #cpp #csharp #lua #perl #haskel #go

Last updated 8 years ago