dplassgit / d2lang

D2 is a strongly-typed, statically-typed, (mostly) inferred-type compiled language.
MIT License
6 stars 0 forks source link

Figure out a better way to generalize numerics #234

Closed dplassgit closed 1 year ago

dplassgit commented 1 year ago

Instead of "If INT process ints, else if BYTE process bytes, else if LONG process longs" ->

process numbers

dplassgit commented 1 year ago

I'm never going to get to this