apierr / Miro

1 stars 2 forks source link

Single-dispatch-and-function-list #19

Closed apierr closed 5 years ago

apierr commented 5 years ago

This PR aims at:

  1. implementing dispatch management solutions https://github.com/apierr/Miro/pull/19/commits/80dfc905311566ab7417ebb7e9659b4317a5b847
  2. implementing some mathematical functions for a list of number (#18).

Examples:

#(10 43 100 100 120 90) mostFrequentValue " 100" 
#(10 43 100 100 120 90) rangeValue  " 110" 

images_fences

Ducasse commented 5 years ago

cool :)