f icon indicating copy to clipboard operation
f copied to clipboard

Name

Open arogozhnikov opened this issue 8 years ago • 1 comments

Hi, Ivan, I've read your post at habrahabr, it is very interesting.

As a comment, why don't you use practice of e.g. theano for naming / importing? E.g. the library is called funcpy, then

import funcpy as F
F.pcall(...)

This solves problems with search engines, for instance.

arogozhnikov avatar Jul 16 '16 23:07 arogozhnikov

Well, I wanted this library has as little name as possible. I guess, if f is not suitable for you code style, put something like import f as F # or func, funclib, etc.

igrishaev avatar Jul 18 '16 10:07 igrishaev