Sign In
Designing a new general-purpose language
Translate This Page
Translate this page
Powered by
Microsoft® Translator
Options
Email Blog Author
RSS for posts
Atom
RSS for comments
OK
Search
Advanced search options...
Search In:
Everything
Blogs
Forums
People
Groups
Places
Pages
Date range:
All Time
Last Year
Last 6 Months
Last 3 Months
Last Month
Last Week
Last Two Days
Tags
No tags have been created or used yet.
Archive
Archives
September 2006
(1)
August 2006
(1)
May 2006
(3)
April 2006
(6)
May, 2006
MSDN Blogs
>
Designing a new general-purpose language
>
May, 2006
Posts
Subscribe via RSS
Sort by:
Most Recent
|
Most Views
|
Most Comments
Excerpt View
|
Full Post View
Designing a new general-purpose language
Arithmetic if revisited
Posted
over 6 years ago
by
hartwil
2
Comments
Fortran has an interesting (and somewhat unusual) construct known as "arithmetic if". It looks something like this: IF (arithmetic expression) label1, label2, label3 If the arithmetic expression evaluates to less than zero, control jumps to label1...
Designing a new general-purpose language
Another motivating example for load-time configuration
Posted
over 6 years ago
by
hartwil
0
Comments
I was thinking the other day about certain computationally intensive numerical problems, particularly matrix multiplication, finding the eigenvalues of a matrix, and the Fast Fourier Transform, and how choosing the right algorithm depends on such intricasies...
Designing a new general-purpose language
Operator overloading
Posted
over 6 years ago
by
hartwil
1
Comments
I want to step back and look at some more specific features. One feature that can be highly controversial in language design (and the evolution of existing languages) is operator overloading. Some languages have no operator overloading and a fairly limited...
Page 1 of 1 (3 items)