programming-languages
value semantic tricks in C++
Apart from C++ (because he has operator overload), do you know anoth开发者_运维技巧er OOP language that can do (or emulate in the worst case)\"value semantics\" ?In C# if you define your \"object\" as[详细]
2023-04-13 09:22 分类:问答Type theory: type kinds
I\'ve read a lot of interesting things about type kinds, higher-kinded types and so on. By default Haskell supports two sorts of kind:[详细]
2023-04-13 05:29 分类:问答What do these words mean in programming context [closed]
It's difficult to tell what is being asked here. This question is ambiguous, vague, incomplete, overly broad, or rhetorical andcannot be reasonably answered in its current form. For help clari[详细]
2023-04-13 03:34 分类:问答Event Handler in c# language
class Plane { public event EventHandler Land; protected void OnLand() { if ( null != Land ) { Land( this, null );[详细]
2023-04-12 09:19 分类:问答What is binding of methods?
For my class, comparative languages, there is an example exam and one of the quesitons is: \"What is bindin开发者_Go百科g of methods?\"[详细]
2023-04-12 09:14 分类:问答Are there any ports of SLATEC?
Are there any other libr开发者_StackOverflow社区aries of code implementing SLATEC? Finding a Fortran compiler is possible, but if there\'s anything else out there it\'d be helpful.A quick Google searc[详细]
2023-04-12 04:22 分类:问答Recognition of stack-bases language
Does anyone know what language this could be? 开发者_如何学C([][(![]+[])[!+[]+!+[]+!+[]]+(!![]+[][[]+[])[+[]]+([![]]+[][[]])[详细]
2023-04-11 18:32 分类:问答Algorithm for rewriting modified goto semantics
I\'ve got an large bunch of legacy code in an old self-conceived scripting language that we compile/translate into javascript.[详细]
2023-04-11 16:35 分类:问答good references for comparing languages?
I\'m familiar with several computer languages (Java, C, C++, Python, Scheme, Javascript) but am only vaguely with the terminology for analyzing and comparing them (things like dynamic/static binding,[详细]
2023-04-10 09:27 分类:问答2D Array - C vs Java
What is the difference between a Dynamic 2D Array in C (int *开发者_如何学运维*arr) and A 2D Array in Java (int [][]arr) ?[详细]
2023-04-10 09:23 分类:问答