aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorbnewbold <bnewbold@robocracy.org>2016-02-21 18:08:17 -0800
committerbnewbold <bnewbold@robocracy.org>2016-02-21 18:08:17 -0800
commit84572be10cdfc852530787a5dc78ddef3e0f23cd (patch)
tree273480c1c1df7fbe2fb2cf7fbd0a7490ecbc6759
parent197d2c4d634ea9765189a1df5a4179bd181662e4 (diff)
downloadPyX.jl-84572be10cdfc852530787a5dc78ddef3e0f23cd.tar.gz
PyX.jl-84572be10cdfc852530787a5dc78ddef3e0f23cd.zip
README: add pyx_ prefix functions note
-rw-r--r--README.md5
1 files changed, 5 insertions, 0 deletions
diff --git a/README.md b/README.md
index 84af320..70af703 100644
--- a/README.md
+++ b/README.md
@@ -33,5 +33,10 @@ Instead of Python's `None`, use Julia's `nothing`.
`graph_data.function` won't work in Julia because `function` is a reserved
word. Use `graph_data_function` instead.
+To avoid namespace collisions or confusion with built-in Julia functions the
+following functions have "pyx_" preprended to the function name:
+
+ pyx_fill, pyx_append, pyx_insert, pyx_text
+
Also check the TODO file.