Relative Content

Tag Archive for keywords

Understanding clojure keywords

I’m taking my first steps with Clojure. Otherwise, I’m somewhat competent with JavaScript, Python, Java, and a little C.

Use of keyword “Using” in C# interface

When I’m using C# to write some code and I define an interface using Visual Studio 2010, it always includes a number of “using” statements (as shown in the example)

Why the name ‘continue’ [closed]

As it currently stands, this question is not a good fit for our Q&A format. We expect answers to be supported by facts, references, or expertise, but this question will likely solicit debate, arguments, polling, or extended discussion. If you feel that this question can be improved and possibly reopened, visit the help center for […]

Why the ugly keywords in C11?

I am currently reading a draft of the C11 specification. The new introduced keywords: _Bool, _Alignof, _Atomic all feel like custom extensions, instead of standard reserved keywords like struct, union, int.