Mac GUI

2021-08-27 Thread whiterock
Hey, nice work! Are there any plans on adding a canvas element of sorts? like something which is freely drawable - for instance when creating a photoshop like program or generative art or slideshow things etc

Binary unicode operators

2021-06-19 Thread whiterock
> Nim has a good record of cherry-picking security features from different > languages, don't spoil it. This is obviously not the intention. > And from my POV following runes are almost indistinguishable "⨢ ⨣ ⨤" or "⨥ ⨦". This is off the table. Please check the RFC ("Load more posts" button):

Binary unicode operators

2021-06-18 Thread whiterock
> > No but feel free to write an RFC please. > > Will do tomorrow! cf.

Binary unicode operators

2021-06-17 Thread whiterock
> Julia's set seems excessive but if we restrict it to "\+ like looking symbols > are treated like +" and likewise for "*" and we watch out that only a couple > of non-ambiguous symbols are supported then it would work. I could not agree more. For Julia I think their choice does make sense, but

Binary unicode operators

2021-06-17 Thread whiterock
typing is awkward: yes maybe, although many things are reachable by option or can be if you want but it would be nice to allow the user to decide for oneself. But, consider that it can be very comfortable for teaching purposes, i.e. showing mathy versions of nim code which describe some algorith

Binary unicode operators

2021-06-17 Thread whiterock
is this supported now? :)

A nice read about Nim (blog article)

2020-10-14 Thread whiterock
You might wanna have a look at the crazy SIMD stuff Lemire is doing for parsing JSON: Here is also a video where he outlines some of the desing decisions: /

Dual number type

2020-07-19 Thread whiterock
anybody? :)