d-led / htm.pony

an HTM experiment in Pony based on the Go implementation https://github.com/htm-community/htm/
GNU Affero General Public License v3.0
3 stars 0 forks source link

WIP: Port the DateEncoder #2

Open d-led opened 5 years ago

d-led commented 5 years ago

Source: https://github.com/htm-community/htm/blob/master/encoders/dateEncoder.go https://github.com/htm-community/htm/blob/master/encoders/dateEncoder_test.go

d-led commented 5 years ago

DateTime construction is not yet part of Pony standard library. That will need a bit of implementation

d-led commented 4 years ago

https://github.com/waratuman/pony-chrono is now up to date