Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Add support for more types #22

Open
kniren opened this issue Jan 10, 2017 · 5 comments
Open

Add support for more types #22

kniren opened this issue Jan 10, 2017 · 5 comments

Comments

@kniren
Copy link
Collaborator

kniren commented Jan 10, 2017

In addition to the four main types (Strings, Int, Float, Bool), the next candidates for new types are:

  • Date (time.Time)
  • Decimal (big.Int/Rational for currency analyses)
  • Complex (complex64/complex128)

The pros and cons of these additions have to be taken into account, since every new type increases the complexity of the library significantly.

@guduxingzou
Copy link

看到您的这个计划,无以言表的喜悦,太开心了,very happy。ths 感恩!

forgive me use chinese.

@shixzie
Copy link
Contributor

shixzie commented Jan 26, 2017

Just created a PR adding partial support for time.Time see here

@crosslogic
Copy link

Yes please, I give my vote to time.Time. It's really neccesary.

@guduxingzou
Copy link

hello 大神 期待 Date(time.Time) type

@zenhorace
Copy link

any idea when int64 may be supported? Is it currently being worked on?

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

No branches or pull requests

6 participants