Juan Carlos
Juan Carlos
So file format its kinda like a CSV with ASTs (with a standard header)?. 🤔
`std/algos` ? 🤔
OS ?, Nim version ? Please run the code, open the inspector, and in JavaScript run `window.external` and send screenshot, if possible showing the autocomplete, I need to know if...
So looks like it is in fact broken, but it is not my code, it seems something upstream has broken compatibilities, that sux.
Because also relates to importing stuff. Example `__functionality__` in Python, imported as `__functionality__` in Nim. See linked issues for more context...
But I am not talking about if it is doable or not, I think why not do the interoperability with the most popular languages as easy as possible?. Again I...
The problem is when you need to wrap something like `self.__foo__.__bar__(arg, arg)`, in that case doing the `.importpy:` for all the chain is hard and ugly for no gain, and...
> looks like idiomatic Nim. So... "style opinions" basically. :+1:
But we are talking about allowing them **between backticks for FFI**. 🙂
I mean if it is not possible to have the names "as-is", because the reasons you mention, ...then at least between backticks, should be possible I guess ?.