Skip to content

Basic Method invocation Question #2619

Answered by Kodiologist
AlexGoico asked this question in Q&A
Discussion options

You must be logged in to vote

is this something intentional of the language design?

It is, yes. The reason that (. a b c) doesn't compile to b.a(c) is that it compiles to something else, namely a.b.c. See http://hylang.org/hy/doc/v1.0.0/api#%2E.

Replies: 1 comment 1 reply

Comment options

You must be logged in to vote
1 reply
@AlexGoico
Comment options

Answer selected by AlexGoico
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Category
Q&A
Labels
None yet
2 participants