Questions tagged [eta]

Use this to talk about the Eta language, which is based on JVM and Haskel.

This tag is not about estimated times. Use this to talk about the Eta language, which is based on JVM and Haskel.

2 questions
6
votes
1 answer

Is Eta interoprable with Java and/or Kotlin yet?

I've been learning Haskell, but during my day job I am writing Kotlin/Java. I've come across Eta (https://eta-lang.org/), a Haskell dialect that compiles to Java byte code and runs on the JVM. On the website it states that it has: Robust…
Thomas Cook
  • 4,371
  • 2
  • 25
  • 42
3
votes
1 answer

How to gather buses enter/exit stations records into trips to give unique ID, and drop duplicate record with small difference in time?

I have dataset for one bus line every day with 32 buses and two route_direction(0,1), in the first direction there are 18 stations each one have a seq from 1 to 18 and the other direction has 15 station with seq(1-15) and recorded time when…
khaled
  • 51
  • 3