Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

New posts in syntax

Tool to convert SQL syntax to ActiveRecord query

Why does Objective-C use square brackets for messages?

Using the F# pipe symbol with an object constructor

syntax f# constructor pipe

What does the `and` keyword mean in OCaml?

syntax ocaml

What is this "err.(*exec.ExitError)" thing in Go code?

syntax go

[] reduce with anonymous function in Perl 6

What alternative syntax exist for C/C++? (think SPECS or Mirah)

Python-like dictionary declaration for C#?

Is using pattern names starting with "_" (underscore) for ignored results documented/encouraged/portable?

Why so many semicolons in JavaScript?

javascript syntax

Weird syntax when overriding virtual functions

How can I check the syntax of Python code in Emacs without actually executing it?

python validation emacs syntax

Add a comment on .htpasswd

syntax .htpasswd

Do Rust match statements require commas?

syntax rust

Standard behavior for direct initialization of unsigned short

How to declare and initialize a MutableSet in Kotlin?

syntax kotlin

What's with the 'in' keyword?

haskell syntax

Why can't a class extend an enum?

Initializing fields in inherited classes

Are destructors overloadable?