Top 1K Features Creators Events Podcasts Books Extensions Interviews Blog Explorer CSV

Runtime Guards

< >
Example from 1 languages: Haskell
f x | x > 0 = 1 | otherwise = 0
Example from 1 languages: Elixir
def abs(number) when number > 0, do: number def abs(number), do: -number
*

Languages with Runtime Guards include Haskell, Elixir

*

View all concepts with or missing a hasRunTimeGuards measurement

*

Read more about Runtime Guards on the web: 1.

- Build the next great programming language Add About Search Keywords Livestreams Labs Resources Acknowledgements