Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

New posts in programming-languages

What's going on (in the OS level) when I'm reading/writing a file?

Why pointers are necessary in programing? [closed]

programming-languages

Languages that Windows supports out of the box

Client side languages

When does operator associativity matter?

Are there languages compatible with .NET that don't support unsigned types?

Get all factors of a number (iterators showdown :)

What features would you like to see in a game programming DSL?

Why is it illegal for variables to start with numbers?

programming-languages

Why are there so many data structures absent from high level languages?

Can anyone explain the design decisions behind Autolisp/visual lisp to me?

Creating a Compiler: Learn OCaml or Stick With Java/C/C++

Why do so few .NET languages integrate into Visual Studio (specifically VS2008)? [closed]

Using generic methods?

Dynamics of the using keyword

Specifying different platform specific package at compile time in Ada (GNAT)

printf using stack? [duplicate]

c++ programming-languages

Do you think functional language is good for applications that have a lot of business rules but very few computation? [closed]

Are the implementation details of declarative languages inherently imperative

What's the difference of a "class" in Haskell and in an "abstract class" in OO language?