Y
HN Search
Hacker News Search
new
|
comments
|
top
|
jobs
briansfrank
searching Neon…
1.
▲
2.
▲
3.
▲
4.
▲
5.
▲
6.
▲
6 ms
·
1.
▲
by
briansfrank
12y ago
Date/Time APIs are a core part of Fantom http://fantom.org/doc/docLang/DateTime.html
2.
▲
by
briansfrank
15y ago
One problem with infrastructure technology (programming languages, databases, IDEs, etc) is that all of the above is expected to be available for free by developers. So there is little incentive to develop a business around infrastructure
3.
▲
by
briansfrank
15y ago
In Fantom we model DateTimes with both an absolute time in nanosecond ticks and a relative timezone: http://fantom.org/doc/docLang/DateTime.html#dateTime Works great for dealing with timestamps in absolute terms, but also when you need to
4.
▲
by
briansfrank
15y ago
See Fantom - http://fantom.org/ And it has same performance as Java