Construction can’t be finished, only stopped. 0.5 is out.
Of pipes and blocks
Das is not a write-only code. The idea is we read more than we write.
There is “write as you speak”, but there is also “read as you listen”.
Garbage collection in the wild
What do a mafia boss and a garbage-collector have in common?
Both make sure you’ll never see unwanted things again!
Daslang it is
The plug has been pulled. Daslang it is. Take a look at dasCHash too ( C#->DAS ).
0.4 and THE PLAN
0.4 is out. Its a big deal. Its not a big deal.
A matter of multiplication
Its a matter of multiplication, really. Productivity factors do not just add up (thats why they are called factors).
Wake up and test the damn thing
It has to be stable. The time has come to test the damn thing.
Pattern matching
In the world of computer programming, there is a concept known as pattern matching.
This technique allows us to take a complex value, such as an array or a variant, and compare it to a set of patterns.
If the value fits a certain pattern, the matching process continues and we can extract specific values from that value.
This is a powerful tool for making our code more readable and efficient,
and in this section we’ll be exploring the different ways that pattern matching can be used in daScript.