[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
Re: Upgraded to .NET 10 and some random ramblings
On 1/22/26 23:24, Per Lundberg via perlang-hackers wrote:
> Speaking on other upcoming development, I've started working on range
> support a while ago, and hoping to complete it someday. The idea is to
> be able to write things like "if (x in 1..10)", and also be able to use
> it for switch statements. Think about scenarios where you want to run
> the same block for all values between 1 and 5, for example.
Range support has been merged now:
https://gitlab.perlang.org/perlang/perlang/-/merge_requests/660
> I think I remember seeing some other option for this as well, but can't
> remember exactly which one it was.
I wonder if this was simply the
https://github.com/cirruslabs/gitlab-tart-executor project that I
already mentioned in my previous email. Feature-wise, it seems like the
best match for now, if you disregard the annoying part of it depending
on the non-free Tart for actually running the VMs. :-/ I will start
exploring that option now, but if/when we find a better, more free
software-aligned alternative, we should consider switching.
--
Per Lundberg
Perlang author and maintainer