Skip Navigation
InitialsDiceBearhttps://github.com/dicebear/dicebearhttps://creativecommons.org/publicdomain/zero/1.0/„Initials” (https://github.com/dicebear/dicebear) by „DiceBear”, licensed under „CC0 1.0” (https://creativecommons.org/publicdomain/zero/1.0/)LH
Lilac [she/her] @ Lilac @lemmygrad.ml
Posts
0
Comments
3
Joined
3 yr. ago
  • Your link directly contradicts what you said?

    If colours were simply a naming scheme for wavelengths then pink is not one

    However, colours are not simply names for wavelengths – colours merely label our perception of light, once it has passed through our eyes.

  • Kinda. You can't define a name, but you can get the compiler to interpret literals as a function. If you have a Num instance for (Integer -> Integer) where,

    fromInteger i = \x -> x * i

    the compiler can interpret integer literals as functions like so

    x = 2(5) :: Integer