Oscar Campbell
Oscar Campbell
# Callable- / Function- / Method Invocation This is just a brief overview. When it comes to named arguments - see its own separate issue: #16. ``` onyx -- Methods...
# [RFC] Explicit Start Tokens for Expression Blocks of Control Structures _For Crystalers: read 'Gotchas for Crystalers' first._ A block of expressions is simply defined through indentation. But sometimes it...
# Iterators and Loops First, a friendly message: most often you can solve things in a functional way, using map, fold, filter, etc. resort to such when possible, _before_ reaching...
# [RFC] Syntax Structure ## "offside syntax": significant indent _and_ optional end tokens ``` Yes ,you do know how to write proper sentences ,right ? It' s quiteannoying to read...
# Gotchas For Crystalers and Rubyists It's reasonable that some of you who find interest in Onyx know a bit of Crystal. There are some differences that can be confusing,...
See #17. ``` onyx [x, y, _, ...z, u, v] = [1, 2, 3, 4, 5, 6, 7, 8, 9] -- => x = 1, y = 2, z =...
# [RFC] Onyx Language Design Work Flow Philosophy ## Onyx - the Name The specs of the language began somewhere in `Cython` then later on went under the project code...
# Language Development Support Apps There are some applications surrounding the project that would make the design process much more reliable and would ease practical difficulties like GitHub not accepting...
I'm not well acquainted with the acception process at all, but I stumbled upon http://open-std.org/JTC1/SC22/WG21/docs/papers/2016/p0323r1.pdf which is dated 2016-10-12, if any of your links needs updating? Otherwise just drop this...