Re: any chance to get it working on windows xp?

2023-11-25 Thread Dmitry Ponyatov via Digitalmars-d-learn
With no testing on XP, you are bound to run into difficulties 
trying to use the tools there.


The problem looks mostly not in WinXP-hosted compiler and tools, 
but in core and side libraries support such as `druntime`, 
`phobos`, etc. As a sample, I can use LDC for cross-compiling 
from Linux for `win32-i486` target, but next I'll be stucked on 
core libs that block me the same as using cross-D on non-glib 
Linux systems.




Re: Symbolic computations in D

2023-11-25 Thread Dmitry Ponyatov via Digitalmars-d-learn

What are semantic limitations you talking about?


lack of pattern matching as example, which can tend to lots of 
ugly code