Sugar Free Syntax – codegolf.stackexchange.com

In Haskell the list notation: [a,b,c] Is just syntactic sugar for: a:b:c:[] And the string notation: "abc" Is just syntactic sugar for: ['a','b','c'] This means that the string: "abc" Is the ...

from Hot Questions - Stack Exchange OnStackOverflow
via Blogspot

Share this

Artikel Terkait

0 Comment to "Sugar Free Syntax – codegolf.stackexchange.com"