Oscar Campbell
Oscar Campbell
I find the function declaration style of return value last, after an arrow, very intuitive, descibing the flow clearly. In C++11 the style was adopted too. Albeit, the required auto...
A cool idea would be to be able to overload "invented" operators, perhaps anything in utf-8 that doesn't clash with the basic operators. Let's say: ``` Test (§) (a: const...
It would be nice to be able to specifically say per variable, and generally wether the closure copies or references the context variables, as in C++11. ``` foo :size_t =...
The alternative list indexing syntax in LS is concise and clear imo - the dot, hinting downwards, sort of gives the feeling of mathematical notation subscript. ``` some-array.0 = some-array.1...
I've been coding LiveScript the last year, CS before that. Now it's time for C++ coding for the first time in ten years, and I'm happy too see this project,...
Blocks are defined by indentation as should be. If, for any reason a certain block would have to become rather long in a certain piece of code, it could be...
`elif` is something I'd really enjoy. I believe `else if`, `elsif` and `elif` should all be legal and interchangeable. Choice is good (TM). It should be up to the project...
I humbly propose two alternative syntaxes: Alternative 1: - Akin to the C++ colon beginning init lists, and expanding on the "list theme" by using colon as sort of a...
The title sums it up.
Hey! Couldn't find a way to send a message in github - not possible? Just wanted to check if you've tried out Nim? Looks really promising to me.