arturo-lang / arturo

Simple, expressive & portable programming language for efficient scripting
http://arturo-lang.io
MIT License
721 stars 32 forks source link

[VRange] Should we support BigNum bounds? #824

Open github-actions[bot] opened 1 year ago

github-actions[bot] commented 1 year ago

[VRange] Should we support BigNum bounds?

so that somebody can e.g. select.first:3 167126537612537126536127..∞ => prime?

https://github.com/arturo-lang/arturo/blob/634ea1bcd8f7dfbe8fd10ff8c85f3e903a414e1d/src/vm/values/custom/vrange.nim#L19

#=======================================

# TODO(VRange) Should we support BigNum bounds?
#  so that somebody can e.g. select.first:3 167126537612537126536127..∞ => prime?
# labels: enhancement, values, open discussion

type
    GenericRange[T] = ref object
        start*      : T
ndex d7bf4b20b..5e04afb48 100644
++ b/version/build

66aefed752004b284ddfc7112db38ac127f1aa01

stale[bot] commented 1 year ago

This issue has been automatically marked as stale because it has not had recent activity. It will be closed if no further activity occurs. Thank you for your contributions.

stale[bot] commented 1 year ago

Closing issue as stale.

stale[bot] commented 2 months ago

This issue has been automatically marked as stale because it has not had recent activity. It will be closed if no further activity occurs. Thank you for your contributions.