Viewing profile — user1241320
user1241320
HN member- Joined
- Tue, Jul 24, 2012, 2:49 PM UTC
- HN karma
- 149
- Public activity
- 69 items
- HN profile
- View on Hacker News ↗
About user1241320
No profile information was provided.
Recent public activity
- story
-
comment
Comment #43591139
Potentially France could have all imports from US pass by Martinique and they’d save a lot of money
-
comment
Comment #43590974
Funny he put like Martinique which is a territory governed by France
-
comment
Comment #43531938
Inspired by the Dobble card game, a friend and I built an iOS version where the symbols are emojis! You can customize the difficulty with options like “only green emojis” or other …
-
comment
Comment #41969530
One note from having worked with both that I don’t see mentioned: Golang dependencies are sources you basically pull and compile with your own code. In JVM-land dependencies are pr…
- story
- story
- story
- story
- story
-
comment
Comment #26105060
> Scala needs a new "official stack" Maybe so... but so do Python or Javascript. It seems to me some other languages have only one stack (rust: cargo, rustfmt...; the .net world as…
-
comment
Comment #26104774
I'd pick sbt over mvn no doubt. Haven't played with either fury or mill, so can't comment on those (even gradle... I never really used it). But coming from years of Java/Maven I th…
-
comment
Comment #26104737
Opposite for me. After years of Scala (which I like) I recently tried to port a few things to Scala 3 and it really feels like some of the wtf-implicit part is gone. We'll still ne…
-
comment
Comment #25644881
Datomic is written in Clojure.
-
comment
Comment #25644830
sbt is not perfect but new build tools are coming up lately for Scala (check out lihaoyi/mill and propensive/fury to name) plus people are working with bazel (but i guess that's mo…
- story
- story
-
comment
Comment #20478630
Is this somehow similar to the new Swift Automatic Differentiation feature? https://github.com/tensorflow/swift/blob/master/docs/Automat...
-
comment
Comment #17194778
I started using Scala for Play and Akka and I'm currently using Akka[1] in production in many projects. [1]: http://akka.io/ Akka is the implementation of the Actor Model on the JV…
- story
-
comment
Comment #15853430
I immediately thought of https://github.com/snoyberg/conduit
-
comment
Comment #14481436
If I was Lightbend (whose work I use/enjoy/thank for) I think I would put Scala.js inside the Play Framework (as opposed to say Coffeescript)
-
comment
Comment #14480661
I, sort of, know the limitations WebAssembly has right now when it comes to JS interop (such as only being able to use functions with numbers as parameters! ) but my guess is this …
-
comment
Comment #14480610
My two cents: to me WebAssembly seems like something Scala Native might address, more than Scala.js. Or even better, both project can sort of blend for this purpose as on one hand …
-
comment
Comment #13957733
There was a small attempt to what you describe: https://github.com/oden-lang/oden