Re: [sympy] Question on using Symbol as instance naming

2020-05-27 Thread mcpl snu
Can you recall why it was rejected, please? I really would like to know. 2020년 5월 27일 수요일 오전 4시 51분 16초 UTC+9, Aaron Meurer 님의 말: > > I think this was discussed in the past and we decided we don't want a > String object. Unfortunately GitHub's issue search is kind of bad so > I'm having a hard

Re: [sympy] Question on using Symbol as instance naming

2020-05-26 Thread Aaron Meurer
I think this was discussed in the past and we decided we don't want a String object. Unfortunately GitHub's issue search is kind of bad so I'm having a hard time finding the discussions. Aaron Meurer On Tue, May 26, 2020 at 2:34 AM mcpl snu wrote: > > Currently, many classes in SymPy include

[sympy] Question on using Symbol as instance naming

2020-05-26 Thread mcpl snu
Currently, many classes in SymPy include Symbol in args to provide the names to their instances. An example for this is sympy.vector.CoordSys3D class. Although this can be a clever way to do it, I think this is wierd - perhaps it's an abuse of using Symbol. As far as I know, SymPy's Symbol is

[sympy] Question on using Symbol as instance naming

2020-05-26 Thread mcpl snu
Currently, many classes in SymPy includes Symbol in args to provide the names to its each instance. An example for this is sympy.vector.CoordSys3D class. Although this can be a clever way to do it, I think this is wierd - perhaps it's an abuse of using Symbol. As far as I know, SymPy's Symbol