digitalmars.D - Simplicity and complexity of dlang
- MGW (10/10) Nov 09 2016 Having a huge project (approximately 8000 strings) and while
- eugene (3/13) Nov 09 2016 why do you update your compiler if there are no issues with the
- Chris (3/17) Nov 09 2016 You have to upgrade your compiler in order to be able to keep on
- eugene (4/7) Nov 09 2016 new version of compiler = new bugs
- Marco Leise (7/26) Nov 09 2016 The OP is looking for "a DMD for beginners, that is permanently
Having a huge project (approximately 8000 strings) and while supporting it permanently I often find out that changes that take place in new versions of the program (particularly in 2.072)are too hard to perceive and use (especially the basic notions have been replaced, for ex.:the sorting of strings). Offer: To fix the basic notions such as sorting etc. It is possible to divide the language into levels. For example, for beginners it will permanently be a simple and immutable and for investigations it will be another separate branch.
Nov 09 2016
On Wednesday, 9 November 2016 at 08:10:13 UTC, MGW wrote:Having a huge project (approximately 8000 strings) and while supporting it permanently I often find out that changes that take place in new versions of the program (particularly in 2.072)are too hard to perceive and use (especially the basic notions have been replaced, for ex.:the sorting of strings). Offer: To fix the basic notions such as sorting etc. It is possible to divide the language into levels. For example, for beginners it will permanently be a simple and immutable and for investigations it will be another separate branch.why do you update your compiler if there are no issues with the current version?
Nov 09 2016
On Wednesday, 9 November 2016 at 14:03:01 UTC, eugene wrote:On Wednesday, 9 November 2016 at 08:10:13 UTC, MGW wrote:You have to upgrade your compiler in order to be able to keep on using D in the future. Else your project will be frozen in time.Having a huge project (approximately 8000 strings) and while supporting it permanently I often find out that changes that take place in new versions of the program (particularly in 2.072)are too hard to perceive and use (especially the basic notions have been replaced, for ex.:the sorting of strings). Offer: To fix the basic notions such as sorting etc. It is possible to divide the language into levels. For example, for beginners it will permanently be a simple and immutable and for investigations it will be another separate branch.why do you update your compiler if there are no issues with the current version?
Nov 09 2016
On Wednesday, 9 November 2016 at 14:09:14 UTC, Chris wrote:You have to upgrade your compiler in order to be able to keep on using D in the future. Else your project will be frozen in time.new version of compiler = new bugs if there is no backward compatibility it would be better to keep using the compiler version the project was compiled against
Nov 09 2016
Am Wed, 09 Nov 2016 14:09:14 +0000 schrieb Chris <wendlec tcd.ie>:On Wednesday, 9 November 2016 at 14:03:01 UTC, eugene wrote:The OP is looking for "a DMD for beginners, that is permanently immutable". I think the last release of DMD 1 would fit that shoe in a half serious, half joking way. -- MarcoOn Wednesday, 9 November 2016 at 08:10:13 UTC, MGW wrote:You have to upgrade your compiler in order to be able to keep on using D in the future. Else your project will be frozen in time.Having a huge project (approximately 8000 strings) and while supporting it permanently I often find out that changes that take place in new versions of the program (particularly in 2.072)are too hard to perceive and use (especially the basic notions have been replaced, for ex.:the sorting of strings). Offer: To fix the basic notions such as sorting etc. It is possible to divide the language into levels. For example, for beginners it will permanently be a simple and immutable and for investigations it will be another separate branch.why do you update your compiler if there are no issues with the current version?
Nov 09 2016