Journal Articles
Browse in : |
All
> Journals
> Overload
> o106
(7)
All > Topics > Programming (877) Any of these categories |
- Options:
- View Article Map
- View Archives
Note: when you create a new publication type, the articles module will automatically use the templates user-display-[publicationtype].xt and user-summary-[publicationtype].xt. If those templates do not exist when you try to preview or display a new article, you'll get this warning :-) Please place your own templates in themes/yourtheme/modules/articles . The templates will get the extension .xt there.
The Eternal Battle Against Redundancies, Part I
Martin Moene
05 December 2011 20:49:31 +00:00
The drive to remove redundancies is widely seen as a good thing. Christoph Knabe sees how it has influenced programming languages.
Note: when you create a new publication type, the articles module will automatically use the templates user-display-[publicationtype].xt and user-summary-[publicationtype].xt. If those templates do not exist when you try to preview or display a new article, you'll get this warning :-) Please place your own templates in themes/yourtheme/modules/articles . The templates will get the extension .xt there.
RAII is not Garbage
Martin Moene
03 December 2011 21:45:14 +00:00
Many think that Garbage Collection frees the programmer from cleanup tasks. Paul Grenyer compares and contrasts it with a classic C++ idiom.
Note: when you create a new publication type, the articles module will automatically use the templates user-display-[publicationtype].xt and user-summary-[publicationtype].xt. If those templates do not exist when you try to preview or display a new article, you'll get this warning :-) Please place your own templates in themes/yourtheme/modules/articles . The templates will get the extension .xt there.
Why Polynomial Approximation Won't Cure Your Calculus Blues
Martin Moene
02 December 2011 21:51:23 +00:00
We’re still trying to find a good way to approach numerical computing. Richard Harris tries to get as close as possible.
Note: when you create a new publication type, the articles module will automatically use the templates user-display-[publicationtype].xt and user-summary-[publicationtype].xt. If those templates do not exist when you try to preview or display a new article, you'll get this warning :-) Please place your own templates in themes/yourtheme/modules/articles . The templates will get the extension .xt there.
Concurrent Programming with Go
Martin Moene
01 December 2011 21:53:49 +00:00
Concurrency is becoming ever more important. Mark Summerfield looks at the approach of the new language Go.