2009-06-11

Language comparisons

I am developing a list of the variations between the languages I typically use:

Syntax

Feature Mathematica Ruby AutoITScript C# VBA Fame
End of line comment N/A # ;   '  
Inline comment (* *)          

Language grammar

Feature Mathematica Ruby AutoITScript C# VBA Fame
End of line comment   # ;   '  
Inline comment (* *)          
Exceptions Check[code,onfail] begin
rescue
end
    on error  

Functions

Feature Mathematica Ruby AutoITScript C# VBA Fame
Transpose Transpose[] a[0].zip *a[1..-1]

N/A

N/A N/A N/A
   

No comments: