Tag: programming-languages
Found 509 results for 'programming-languages'.
1) linux - Forking vs Threading
2) programming-languages - What is the difference between statically typed and dynamically typed languages?
3) programming-languages - Do state machine based programs have a processing loop - or even exist?
4) design-patterns - Design Pattern for Indirectly Connecting Two Classes
5) programming-languages - How should compilers report errors and warnings?
6) programming-languages - Is there a name for the 'break n' construct?
7) programming-languages - Are closures with side-effects considered "functional style"?
8) programming-languages - First time writing a scripting engine
9) programming-languages - How could RDBMSes be considered a fad?
10) database - Why is SQL the only database query language?
11) java - Do the young minds need to learn the pointer concepts?
12) programming-languages - How did JavaScript become popular?
13) programming-languages - What triggered the popularity of lambda functions in modern mainstream programming languages?
14) java - Why do C# and Java use reference equality as the default for '=='?
15) programming-languages - Does the syntax of programming languages depend upon their implementation?
16) design - Is an event loop just a for/while loop with optimized polling?
17) programming-languages - Is there a math theory or a model behind programming languages design
18) java - Access JSON object in different Languages
19) programming-languages - Are "normal order" and "call-by-name" the same thing?
20) java - Java naming conventions vs. C++/C naming conventions
21) java - Is a lambda expression something more than an anonymous inner class with a single method?
22) programming-languages - Is having a generator language facility such as `yield` a good idea?
23) programming-languages - Dealing with not knowing parameter names of a function when you're calling it
24) design - Choosing the design of a scientific DSL: purely or impurely functional?
25) programming-languages - What's the tradeoff for type inference?
26) programming-languages - Equivalent translation of Asynchronous behaviour in C
27) programming-languages - how do design the database tables for file download statistics
28) programming-languages - Developing a team of programmers
29) programming-languages - Is Python Interpreted or Compiled?
30) programming-languages - Scalability and Programming languages
31) programming-languages - How does Python compile some its code in C?
32) programming-languages - Why are cons lists associated with functional programming?
33) oop - What are new languages useful for - finding use cases for Offsider
34) functional-programming - Programming language/platform with runtime access to the AST
35) programming-languages - Documentation Generation - FiM++
36) object-oriented - Why would many duck-typed dynamic programming languages use a class-based approach instead of prototype-based OOP?
37) java - Advantages and disadvantages of structuring all code via classes and compiling to classes (like Java)
38) programming-languages - Where is the difference with client-socket port and server-socket port?
39) programming-languages - Did "Viaweb" work in the browser without JavaScript and somehow use only Lisp?
40) programming-languages - Use cases for "private" interfaces?
41) programming-languages - What is a 'thunk', as used in Scheme or in general?
42) programming-languages - Design patterns and multiple programming languages
43) programming-languages - Why many programming languages have only 2 data-structures: arrays and hashes?
44) functional-programming - Specification for a Functional Reactive Programming language
45) programming-languages - What negative consequences can arise from this language design rule?
46) programming-languages - Why most "well-known" imperative/OO languages allow unchecked access to types that can represent a 'nothing' value?
47) java - How to execute a Ruby file in Java, capable of calling functions from the Java program and receiving primitive-type results?
48) programming-languages - How is a abstract syntax tree used to execute source code?
49) programming-languages - Is there any practical algorithm / data-structure that can't be done with non-recursive Lambda Calculus augmented with foldl?
50) programming-languages - Function overloading by return type?