On 2016-10-26 23:39, Peter S. Shenkin wrote:
> Hey, by the way, my agenda is trying to understand all this.

(Using python syntax instead of ML)

Recommended by TFM:

from "http://www.w3.org/2000/svg"; import *

All svg names should work with or without package qualifier: point(), 
line(), etc., as well as svg.point(), svg.line(), ...

Rdkit way:

import "http://www.w3.org/2000/svg"; as svg

All svg names must be prefixed: svg.point(), svg.line(). Using 
unqualified point() should throw an error. (Unless there's another 
'point' in the name resolution chain, yadda, yadda, yadda.)

Unfortunately I find the fact that a lot of software out there doesn't 
get it right entirely unsurprising. :(

Dima


------------------------------------------------------------------------------
The Command Line: Reinvented for Modern Developers
Did the resurgence of CLI tooling catch you by surprise?
Reconnect with the command line and become more productive. 
Learn the new .NET and ASP.NET CLI. Get your free copy!
http://sdm.link/telerik
_______________________________________________
Rdkit-discuss mailing list
Rdkit-discuss@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/rdkit-discuss

Reply via email to