any particular reason on deprecating IndexError?

2022-03-06 Thread Araq
> > My view is that exceptions are for exceptional code, not for simple logical > > errors. > even Araq will break this rule, see Correct, exceptions are control flow so I use them for control flow.

Fidget UI: animation using Nim async

2022-03-06 Thread elcritch
P.S. I tried doing a fast async update of the progress bar expecting it to be very slow. Turns out that it's surprisingly smooth:

((jeremybran...@protonmail.com)Obtain Drivers License, Passport,ID Card, SSD, Fake Money

2022-03-06 Thread jeremybrandenn
((jeremybran...@protonmail.com)Obtain Drivers License, Passport,ID Card, SSD, Fake Money, IELTS TOEFL, Visa, Birth Certificate, school Diplomas, Marriage Certificate, us greencard, ssn and many other documents. email:jeremybran...@protonmail.com > wickr id//; austin054 Whatsapp: +15306911482

ORDER Western Union,Bank Transfer,Paypal,CREDITCARD (Telegram: @Dankfamily420.

2022-03-06 Thread jeremybrandenn
ORDER Western Union,Bank Transfer,Paypal,CREDITCARD (Telegram: @Dankfamily420 Western Union Below is a listing of prices for Western Union Money Transfers: cardingking.cc $1500 Transfer = $200 $2500 Transfer = $300 $4000 Transfer = $400 $5000 Transfer = $550 $8000 Transfer = $800 contact me Tele

hacker for hire.

2022-03-06 Thread jeremybrandenn
hacker for hire Newera Hacking Services Telegram: @Dankfamily420 We can do everything without limits… Newera Team is a collection of some of the greatest hackers that have operated on the deepweb. We offer a wide range of services and will undertake any job that is within the realm of possibil

The dynamical scope of proc

2022-03-06 Thread Hlaaftana
Please describe your use case. This is what I understand from your question but I don't think it's what you want: proc foo[]() = mixin bar bar += 1 var bar = 1 foo() echo bar Run

The dynamical scope of proc

2022-03-06 Thread auxym
I think some example code would greatly help in clarifying your question.

The dynamical scope of proc

2022-03-06 Thread mardiyah
How is the dynamical scope form or syntax i.e. a variable in a certain scope keeps visible in a function being invoked from within that scope scope (no fussy arg/param pass) ?