Journal Articles

Overload Journal #138 - April 2017 and Programming Topics
Browse in : All > Journals > Overload > o138 (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.

Space invaders in Elm

Martin Moene

06 April 2017 18:55:05 +01:00

Elm is a functional language which compiles to JavaScript. Ossi Hanhinen provides an overview.

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.

Single Module Builds – The Fastest Heresy in Town

Martin Moene

05 April 2017 18:57:27 +01:00

Unity builds can be controversial. Andy Thomason shows how much difference they can make to build times.

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.

(Not Really So) New Niche for C++: Browser!?

Martin Moene

03 April 2017 19:35:30 +01:00

How do you run C++ in a browser? Sergey Ignatchenko demonstrates how to use Emscripten.

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.

Contractual Loopholes

Martin Moene

02 April 2017 19:37:28 +01:00

Compilers can optimise away functions you may want to time. Deák Ferenc explores ways to stop this happening.