Skip to content

Instantly share code, notes, and snippets.

@diogobaltazar
Last active December 4, 2018 23:15
Show Gist options
  • Save diogobaltazar/662947feb95eaf150c4486e5c257c700 to your computer and use it in GitHub Desktop.
Save diogobaltazar/662947feb95eaf150c4486e5c257c700 to your computer and use it in GitHub Desktop.
// js NONE
-- haskell
> sum [x | x <- [1..10]]
# python
> print sum([i for i in range(10)])
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment