sharkdp / numbat

A statically typed programming language for scientific computations with first class support for physical dimensions and units
https://numbat.dev
Apache License 2.0
1.26k stars 53 forks source link

@overwrite decorator? #86

Open sharkdp opened 1 year ago

sharkdp commented 1 year ago

We could add a @overwrite decorator to allow users to overwrite existing unit definitions from the prelude:

# I want to be able to use "secs"
@overwrite
@metric_prefixes
@aliases(secs, sec, seconds, s: short)
unit second: Time
sharkdp commented 1 year ago

If we do not implement this, how can users modify aliases etc.? Using #55?