You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
The examples above are mentioned/described in the manual section "Convenience adapters".
Would it be enough to modify the introduction of the section "Accessing GAP from Julia" such that it points to "Convenience adapters"? (I can create a pull request for that.)
I do not see a good place for a hint about necessary conversions of strings (or large integers).
Perhaps also wrapped GAP functions should be mentioned in the documentation (together with a remark that they cannot be used in situations where GAP needs objects in the filter IsFunction).
Concerning GAP's IsBound, currently one can check for "boundness" (is there such a word?) of global variables and record components via hasproperty; for checking whether a list entry is bound, I see just GAP.Wrappers.ISB_LIST, which looks clumsy; what would be a Julia-like name for it?
E.g. GAP options:
foo(arg : opt)
can be translated tofoo(arg ; opt=true)
.Other examples:
G!.bla
(getbangproperty
etc.)G.1
(getproperty(G, 1)
?)Could also give a hint / reminder that strings need to be translated
This could e.g. be under Accessing GAP from Julia
The text was updated successfully, but these errors were encountered: