Avelino

Results 294 comments of Avelino

@guidiego I like **[API Blueprint](https://apiblueprint.org/)** description language, what's your opinion about it?

I dipped deep into the subject *OpenAPI* at pREST and trying to understand which way to go, but I confess that this hole is deeper than I imagined. The issue...

@syahnetwork more about CROS: https://postgres.rest/cors-support/ see if it works, in case it doesn't work I'm willing to fix the bug

@bengotow would that be your recommendation?

Sorry, not used personal email, used `[email protected]` https://groups.google.com/forum/#!forum/rumlang-dev

very good @jtemporal create new public group (is open group): [email protected] https://groups.google.com/forum/#!forum/rumlang-announce

`switch`: The word `match` makes more sense in functional language

Generally functional language use logical operators: `and` Example: - lisp - haskell - cloujure I like a **Scala** approach that uses as we did

Assignment Operators |Operator|Description|Example| |--------|-----------|-----------| |`+=`|Add AND assignment operator, It adds right operand to the left operand and assign the result to left operand|`(+= C A)` A is equivalent to C...