Relative Content

Tag Archive for syntax

Languages like Tcl that have configurable syntax? [duplicate]

This question already has answers here: Programming languages with a Lisp-like syntax extension mechanism [closed] (19 answers) Closed 10 years ago. I’m looking for a language that will let me do what I could do with Clipper years ago, and which I can do with Tcl, namely add functionality in a way other than just […]

Languages like Tcl that have configurable syntax? [duplicate]

This question already has answers here: Programming languages with a Lisp-like syntax extension mechanism [closed] (19 answers) Closed 10 years ago. I’m looking for a language that will let me do what I could do with Clipper years ago, and which I can do with Tcl, namely add functionality in a way other than just […]

Languages like Tcl that have configurable syntax? [duplicate]

This question already has answers here: Programming languages with a Lisp-like syntax extension mechanism [closed] (19 answers) Closed 10 years ago. I’m looking for a language that will let me do what I could do with Clipper years ago, and which I can do with Tcl, namely add functionality in a way other than just […]

Languages like Tcl that have configurable syntax? [duplicate]

This question already has answers here: Programming languages with a Lisp-like syntax extension mechanism [closed] (19 answers) Closed 10 years ago. I’m looking for a language that will let me do what I could do with Clipper years ago, and which I can do with Tcl, namely add functionality in a way other than just […]

Why use parentheses for function call when no arguments are passed?

The syntax function_name(arg1, arg2, ...) is used widely across various programming languages to invoke a function. Why is it necessary for the compiler or interpreter to require () to recognize it as a function call? If something is inherently callable, wouldn’t function_name; suffice to execute it?

How do I add an Icon to this line of code?

I am getting the following syntax error, unexpected identifier “fas”, expecting “)” after tring the following code
{{ Form::button(‘i class=’fas fa-cross’, ‘Delete’, [‘type’ => ‘submit’, ‘class’ => ‘btn btn-danger’]) }} {{ Form::close() }}